1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 19:42:03 +01:00

One line is enough

This commit is contained in:
Frank Denis 2015-07-06 01:51:16 +02:00
parent a872ae3d53
commit 06e71118b8

@ -28,8 +28,7 @@ Let's pick `example.com` here.
Create and initialize the container, once and for all:
$ docker run --name=dnscrypt-server \
-p 443:443/udp -p 443:443/tcp \
$ docker run --name=dnscrypt-server -p 443:443/udp -p 443:443/tcp \
dnscrypt-server-image init -N example.com
This will only accept connections via DNSCrypt. Containers on the same virtual