From 9007a9aeb04f73eda4ad18d446732731304bcb4d Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 26 Jan 2018 16:49:50 +0100 Subject: [PATCH] Rename to dnscrypt-server because Docker Hub is b0rked --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d538431..3146e57 100644 --- a/README.md +++ b/README.md @@ -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: