We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34c353 commit 8a85a25Copy full SHA for 8a85a25
netwatch-dns
@@ -21,8 +21,8 @@ $ScriptLock $0;
21
$LogPrintExit2 info $0 ("System just booted, giving netwatch some time to settle.") true;
22
}
23
24
-:local DnsServers [ :toarray "" ];
25
-:local DnsFallback [ :toarray "" ];
+:local DnsServers ({});
+:local DnsFallback ({});
26
:local DnsCurrent [ /ip/dns/get servers ];
27
28
:foreach Host in=[ /tool/netwatch/find where comment~"dns" !disabled ] do={
0 commit comments