netwatch-dns: update wording to reflect the extra check

This commit is contained in:
Christian Hesse 2025-12-08 09:36:03 +01:00
parent 6e37bab481
commit 96896c37e5

View file

@ -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;
} }