We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35e6a6 commit 65424daCopy full SHA for 65424da
Readme.md
@@ -58,7 +58,7 @@ sudo make uninstall
58
```bash
59
docker run -d --name doh-server \
60
-p 8053:8053 \
61
- -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" \
62
-e DOH_HTTP_PREFIX="/dns-query" \
63
-e DOH_SERVER_LISTEN=":8053" \
64
-e DOH_SERVER_TIMEOUT="10" \
0 commit comments