diff --git a/README.md b/README.md index 57db3aa..593ebaf 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# socks5-server \ No newline at end of file +# socks5-server +Simple socks5 server using go-socks5 with hardcoded auth + +Run + +```docker build -t .``` + +Then +```docker run -d -p 1080:1080 -e PROXY_USER=``` \ No newline at end of file