Skip to content

Commit

Permalink
Update example to use multiple upstream DNS servers
Browse files Browse the repository at this point in the history
Update example to use multiple upstream DNS servers
  • Loading branch information
satishweb authored Dec 17, 2024
1 parent d35e6a6 commit 65424da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 65424da

Please sign in to comment.