aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-07-05 13:29:00 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-07-05 13:29:39 +0200
commit0a45e255629aff82f1c95be322d735e72e9b9831 (patch)
tree065cc56c817f069ba6a68f495e70da4e34317618
parent9853943a365639f675fba0bb9c1d64b7edfd00d7 (diff)
doc/netwatch-dns: use default address for quad-nine
-rw-r--r--doc/netwatch-dns.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/netwatch-dns.md b/doc/netwatch-dns.md
index 119937f..6f30225 100644
--- a/doc/netwatch-dns.md
+++ b/doc/netwatch-dns.md
@@ -31,10 +31,10 @@ specific comment:
/tool/netwatch/add comment="doh" host=1.1.1.1;
/tool/netwatch/add comment="dns" host=8.8.8.8;
- /tool/netwatch/add comment="doh, dns" host=9.9.9.10;
+ /tool/netwatch/add comment="doh, dns" host=9.9.9.9;
This will configure *cloudflare-dns* for DoH (`https://1.1.1.1/dnsquery`), and
-*google-dns* and *quad-nine* for regular DNS (`8.8.8.8,9.9.9.10`) if up.
+*google-dns* and *quad-nine* for regular DNS (`8.8.8.8,9.9.9.9`) if up.
If *cloudflare-dns* is down the script will fall back to *quad-nine* for DoH.
Giving a specific query url for DoH is possible: