From 99676cd3435cb4ccaf38201956c9226980823e65 Mon Sep 17 00:00:00 2001 From: Oleg Lebedev Date: Mon, 16 Apr 2018 07:39:58 +0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)