Skip to content

Commit ea57996

Browse files
authored
Merge pull request #162 from m13253/add-multi-upstream-dns-servers
2 parents d35e6a6 + 0a1aa98 commit ea57996

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,15 @@ sudo make uninstall
5858
```bash
5959
docker run -d --name doh-server \
6060
-p 8053:8053 \
61-
-e UPSTREAM_DNS_SERVER="udp:8.8.8.8:53" \
61+
-e UPSTREAM_DNS_SERVER="udp:208.67.222.222:53,udp:208.67.220.220:53" \
6262
-e DOH_HTTP_PREFIX="/dns-query" \
6363
-e DOH_SERVER_LISTEN=":8053" \
6464
-e DOH_SERVER_TIMEOUT="10" \
6565
-e DOH_SERVER_TRIES="3" \
6666
-e DOH_SERVER_VERBOSE="false" \
6767
satishweb/doh-server
6868
```
69+
Note: Multiple Upstream DNS server support was added in the container image on 2024-12-19.
6970

7071
Feeling adventurous? Try the latest build:
7172

0 commit comments

Comments
 (0)