Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stong/httpsocks
A fast HTTP-to-SOCKS reverse proxy
https://github.com/stong/httpsocks
http reverse-proxy socks socks5
Last synced: 3 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T19:02:10.000Z (over 3 years ago)
- Last Synced: 2024-06-19T15:06:55.723Z (5 months 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)