diff --git a/README.md b/README.md index a60eb53..230f6d6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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= -e PROXY_PASSWORD= olebedev/socks5``` -For auth-less mode do pass `PROXY_USER` and `PROXY_PASSWORD`. +For auth-less mode just do not pass `PROXY_USER` and `PROXY_PASSWORD`. # Test running service -```curl --socks5 :1080 https://ya.ru``` - result must show docker host ip (for bridged network) \ No newline at end of file +```curl --socks5 :1080 https://ya.ru``` - result must show docker host ip (for bridged network)