Go to file
Sergey Bogatyrets e321695d0c
Merge pull request #2 from olebedev/master
Optional auth, vendoring and minimal docker image(880kb compressed)
2018-04-24 20:39:57 +03:00
vendor minimal docker image aprox 3mb 2018-04-15 23:08:32 +05:00
Dockerfile COPY ca-certificates.crt idiomatically 2018-04-16 11:24:35 +05:00
Gopkg.lock minimal docker image aprox 3mb 2018-04-15 23:08:32 +05:00
Gopkg.toml minimal docker image aprox 3mb 2018-04-15 23:08:32 +05:00
README.md Update README.md 2018-04-16 07:39:58 +05:00
server.go minimal docker image aprox 3mb 2018-04-15 23:08:32 +05:00

go-socks5-proxy

Simple socks5 server using go-socks5 with or without auth.

Start container with proxy

docker run -d --name socks5 -p 1080:1080 -e PROXY_USER=<PROXY_USER> -e PROXY_PASSWORD=<PROXY_PASSWORD> olebedev/socks5

For auth-less mode just do not pass PROXY_USER and PROXY_PASSWORD.

Test running service

curl --socks5 <docker machine ip>:1080 https://ya.ru - result must show docker host ip (for bridged network)