mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 15:32:01 +01:00
One line is enough
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user