diff options
| -rw-r--r-- | netwatch-dns.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwatch-dns.rsc b/netwatch-dns.rsc index a379504b..60064057 100644 --- a/netwatch-dns.rsc +++ b/netwatch-dns.rsc @@ -105,7 +105,7 @@ } :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/cache/flush; } |