mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-12 04:23:04 +02:00
update
This commit is contained in:
parent
be168d8df8
commit
5862b9f29d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user