Updated Manually updating your DNSCrypt server (markdown)

Frank Denis 2019-09-24 17:54:11 +02:00
parent c67e7b2d28
commit b0f04b8a4e

@ -29,7 +29,7 @@ docker ps
```sh
export SERVER="$(cat ~/keys/provider_name | cut -d. -f3-)"
export SERVER_IP="<replace with your external server IP address>"
export SERVER_IP="<replace with your external server IP address without the port>"
docker run --ulimit nofile=90000:90000 --name=dnscrypt-server-new -p 443:443/udp -p 443:443/tcp --net=host jedisct1/dnscrypt-server init -N $SERVER -E $SERVER_IP:443
docker update --restart=unless-stopped dnscrypt-server-new
```