mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-12 12:59:29 +00:00
netwatch-dns: update wording to reflect the extra check
This commit is contained in:
parent
6e37bab481
commit
96896c37e5
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
:if ([ :len $DohCurrent ] > 0) do={
|
:if ([ :len $DohCurrent ] > 0) do={
|
||||||
$LogPrint info $ScriptName ("Current DoH server is down, disabling: " . $DohCurrent);
|
$LogPrint info $ScriptName ("Current DoH server is down or not resolving, disabling: " . $DohCurrent);
|
||||||
/ip/dns/set use-doh-server="";
|
/ip/dns/set use-doh-server="";
|
||||||
/ip/dns/cache/flush;
|
/ip/dns/cache/flush;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue