Rename to dnscrypt-server because Docker Hub is b0rked

pull/57/head
Frank Denis 6 years ago
parent b933fcbcac
commit 9007a9aeb0

@ -23,7 +23,7 @@ Let's pick `example.com` here.
Download, create and initialize the container, once and for all:
$ docker run --name=dnscrypt-server -p 443:443/udp -p 443:443/tcp --net=host \
jedisct1/unbound-dnscrypt-server init -N example.com -E 192.168.1.1:443
jedisct1/dnscrypt-server init -N example.com -E 192.168.1.1:443
This will only accept connections via DNSCrypt on the standard port (443). Replace
`192.168.1.1` with the actual external IP address (not the internal Docker one)
@ -68,7 +68,7 @@ this:
$ docker run --name=dnscrypt-server \
-v /myconfig/zones:/opt/unbound/etc/unbound/zones \
-p 443:443/udp -p 443:443/tcp --net=host \
jedisct1/unbound-dnscrypt-server init -N example.com -E 192.168.1.1:443
jedisct1/dnscrypt-server init -N example.com -E 192.168.1.1:443
Create a new `.conf` file:

Loading…
Cancel
Save