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

Rename to dnscrypt-server because Docker Hub is b0rked

This commit is contained in:
Frank Denis 2018-01-26 16:49:50 +01:00
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: