diff --git a/dante/README.md b/dante/README.md index cd6aa44..734cbd4 100644 --- a/dante/README.md +++ b/dante/README.md @@ -1,10 +1,10 @@ Dante - A free SOCKS server =========================== -Dante is a product developed by Inferno Nettverk A/S. It consists of a SOCKS -server and a SOCKS client, implementing RFC 1928 and related standards. It is a -flexible product that can be used to provide convenient and secure network -connectivity. +[`Dante`][1] is a product developed by Inferno Nettverk A/S. It consists of a +SOCKS server and a SOCKS client, implementing RFC 1928 and related standards. +It is a flexible product that can be used to provide convenient and secure +network connectivity. ## docker-compose.yml @@ -47,7 +47,7 @@ socks pass { ``` $ docker-compose up -d -# To enable password auth, please uncomment `socksmethod: username`. +# To enable username authentication, please uncomment `socksmethod: username`. $ docker exec -it dante_dante_1 bash >>> useradd username >>> echo username:password | chpasswd @@ -55,3 +55,5 @@ $ docker exec -it dante_dante_1 bash $ curl -x socks5h://username:password@127.0.0.1:1080 https://www.youtube.com ``` + +[1]: http://www.inet.no/dante/index.html