https://github.com/stong/httpsocks
A fast HTTP-to-SOCKS reverse proxy
https://github.com/stong/httpsocks
http reverse-proxy socks socks5
Last synced: 9 months ago
JSON representation
A fast HTTP-to-SOCKS reverse proxy
- Host: GitHub
- URL: https://github.com/stong/httpsocks
- Owner: stong
- License: mit
- Created: 2021-03-03T21:50:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T19:02:10.000Z (almost 5 years ago)
- Last Synced: 2024-06-19T15:06:55.723Z (over 1 year ago)
- Topics: http, reverse-proxy, socks, socks5
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# httpsocks
A fast HTTP-via-SOCKS reverse proxy
```
Usage of httpsocks:
-bind string
Address to listen on (default "0.0.0.0:10443")
-debug
Enable debug output (default true)
-proxy string
SOCKS5 proxy address (default "localhost:9050")
-upstream string
Upstream host URL (default "https://ipinfo.io:443")
```
## TODO
- Add support for proxy authentication (user/pass)