1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-26 10:23:48 +01:00
This commit is contained in:
Frank Denis 2015-07-06 01:57:42 +02:00
parent 8eb6982971
commit ccf1511ee5

@ -33,8 +33,8 @@ Create and initialize the container, once and for all:
This will only accept connections via DNSCrypt. Containers on the same virtual This will only accept connections via DNSCrypt. Containers on the same virtual
network can directly access the DNS cache on the standard DNS port (53), but network can directly access the DNS cache on the standard DNS port (53), but
to create a non-authenticated public DNS resolver, this extra port has to be to create a regular, non-authenticated public DNS resolver, this extra port
explicitly exposed (`-p 53:53/udp -p 53:53/tcp`). has to be explicitly exposed (`-p 53:53/udp -p 53:53/tcp`).
Now, to start the whole stack: Now, to start the whole stack: