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.
2 parents d35e6a6 + 0a1aa98 commit ea57996Copy full SHA for ea57996
Readme.md
@@ -58,14 +58,15 @@ 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" \
65
-e DOH_SERVER_TRIES="3" \
66
-e DOH_SERVER_VERBOSE="false" \
67
satishweb/doh-server
68
```
69
+Note: Multiple Upstream DNS server support was added in the container image on 2024-12-19.
70
71
Feeling adventurous? Try the latest build:
72
0 commit comments