Dockerfiles/socks2http
2018-02-02 16:45:10 +08:00
..
bootstrap.sh make executable 2018-02-02 16:45:10 +08:00
Dockerfile add socks2http 2018-02-02 16:34:53 +08:00
README.md add socks2http 2018-02-02 16:34:53 +08:00

socks2http

Convert Socks(5) proxy to http proxy.

Example

docker run \
-d \
--restart always \
--publish 8118:8118 \
--name socks2http \
newnius/socks2http SOCKS5_PROXY_ADDR:PORT

SOCKS_PROXY_ADDR can not be 127.0.0.1