Skip to content

Commit

Permalink
Merge pull request #162 from m13253/add-multi-upstream-dns-servers
Browse files Browse the repository at this point in the history
  • Loading branch information
satishweb authored Dec 20, 2024
2 parents d35e6a6 + 0a1aa98 commit ea57996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,15 @@ 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" \
-e DOH_SERVER_TRIES="3" \
-e DOH_SERVER_VERBOSE="false" \
satishweb/doh-server
```
Note: Multiple Upstream DNS server support was added in the container image on 2024-12-19.

Feeling adventurous? Try the latest build:

Expand Down

0 comments on commit ea57996

Please sign in to comment.