https://github.com/edbcrepo/tor-http-tunnel
https://github.com/edbcrepo/tor-http-tunnel
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edbcrepo/tor-http-tunnel
- Owner: EDBCREPO
- License: mit
- Created: 2024-08-09T03:39:04.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-22T13:28:12.000Z (8 months ago)
- Last Synced: 2024-10-23T06:43:42.696Z (8 months ago)
- Language: C++
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TOR-HTTP-TUNNEL
A Simple TOR http tunnel using NodePP
## Build & Run
```bash
🐧: g++ -o main main.cpp -I ./include ; ./main
🪟: g++ -o main main.cpp -I ./include -lws2_32 ; ./main
```## License
distributed under the MIT License. See the LICENSE file for more details.