1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

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!