mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
Updated Manually updating your DNSCrypt server (markdown)
parent
c67e7b2d28
commit
b0f04b8a4e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue