mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-03-29 16:19:58 +00:00
Fix not working example docker command
This commit is contained in:
@@ -59,10 +59,10 @@ sudo make uninstall
|
||||
docker run -itd --name doh-server \
|
||||
-p 8053:8053 \
|
||||
-e UPSTREAM_DNS_SERVER="udp:8.8.8.8:53" \
|
||||
-e DOH_HTTP_PREFIX="/dns-query"
|
||||
-e DOH_SERVER_LISTEN=":8053"
|
||||
-e DOH_SERVER_TIMEOUT="10"
|
||||
-e DOH_SERVER_TRIES="3"
|
||||
-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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user