Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)