doc/netwatch-dns: fix example command...

This broke with:

 * doc/netwatch-dns: giving hostname in comment is not required
   9853943a36
This commit is contained in:
Christian Hesse 2022-09-13 11:05:16 +02:00
parent e927c6b08b
commit 3988c70290

View file

@ -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!