diff options
author | Christian Hesse <mail@eworm.de> | 2022-09-13 11:05:16 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-09-13 15:18:28 +0200 |
commit | 3988c7029096913348ebcc2f2b443c4a85325f8b (patch) | |
tree | 6ef71ba1aa2e68104187704fced8bc4a276195da /doc | |
parent | e927c6b08bf5b8d845dc34015fe8765fb8fa7376 (diff) |
doc/netwatch-dns: fix example command...
This broke with:
* doc/netwatch-dns: giving hostname in comment is not required
9853943a365639f675fba0bb9c1d64b7edfd00d7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/netwatch-dns.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/netwatch-dns.md b/doc/netwatch-dns.md index 8e897d1..e8caaa1 100644 --- a/doc/netwatch-dns.md +++ b/doc/netwatch-dns.md @@ -39,7 +39,7 @@ If *cloudflare-dns* is down the script will fall back to *quad-nine* for DoH. Giving a specific query url for DoH is possible: - /tool/netwatch/add comment="doh, ame=nextdns, doh-url=https://dns.nextdns.io/dns-query" host=199.247.16.158; + /tool/netwatch/add comment="doh, doh-url=https://dns.nextdns.io/dns-query" host=199.247.16.158; Note that using a name in DoH url may introduce a chicken-and-egg issue! |