mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-19 07:29:33 +00:00
doc/netwatch-dns: include examples for dns.quad9.net & dns.google
This commit is contained in:
parent
0fffb5198e
commit
c0c1c5521e
1 changed files with 4 additions and 0 deletions
|
|
@ -55,6 +55,10 @@ resolves to the same address.
|
||||||
|
|
||||||
/ip/dns/static/add name="cloudflare-dns.com" address=1.1.1.1;
|
/ip/dns/static/add name="cloudflare-dns.com" address=1.1.1.1;
|
||||||
/tool/netwatch/add comment="doh" host=1.1.1.1;
|
/tool/netwatch/add comment="doh" host=1.1.1.1;
|
||||||
|
/ip dns static add name=dns.quad9.net address=9.9.9.9;
|
||||||
|
/tool/netwatch/add comment="doh" host=9.9.9.9;
|
||||||
|
/ip/dns/static/add name=dns.google address=8.8.8.8;
|
||||||
|
/tool/netwatch/add comment="doh" host=8.8.8.8;
|
||||||
|
|
||||||
Be aware that you have to keep the ip address in sync with real world
|
Be aware that you have to keep the ip address in sync with real world
|
||||||
manually!
|
manually!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue