Download:
git clone https://github.com/reneManqueros/socks-to-httpCompile:
cd socks-to-http && go build .Basic usage:
./sockstohttp runCustom socks address - Default ":8081"
./sockstohttp run socks=127.0.0.1:8080Custom listen address - Default ":8083":
./sockstohttp run listen=127.0.0.1:9090Custom timeout (seconds) - Default "10":
./sockstohttp run timeout=20Parameters can be combined:
./sockstohttp run timeout=20 listen=127.0.0.1:9090 socks=127.0.0.1:8080