Update example to use multiple upstream DNS servers

Update example to use multiple upstream DNS servers
This commit is contained in:
Satish Gaikwad
2024-12-17 10:41:51 -08:00
committed by GitHub
parent d35e6a6117
commit 65424da23f

View File

@@ -58,7 +58,7 @@ sudo make uninstall
```bash
docker run -d --name doh-server \
-p 8053:8053 \
-e UPSTREAM_DNS_SERVER="udp:8.8.8.8:53" \
-e UPSTREAM_DNS_SERVER="udp:208.67.222.222:53,udp:208.67.220.220:53" \
-e DOH_HTTP_PREFIX="/dns-query" \
-e DOH_SERVER_LISTEN=":8053" \
-e DOH_SERVER_TIMEOUT="10" \