# go-socks5-proxy [![CircleCI](https://circleci.com/gh/serjs/socks5-server.svg?style=shield)](https://circleci.com/gh/serjs/socks5-server) Simple socks5 server using go-socks5 with auth # Start container with proxy ```docker run -d --name socks5-proxy -p 1080:1080 -e PROXY_USER= -e PROXY_PASSWORD= serjs/go-socks5-proxy``` where `````` - username to authenticate `````` - password to authenticate # Test running service ```curl --socks5 :1080 -U : https://ifcfg.me``` - result must show docker host ip (for bridged network)