Compare commits

..

2 commits

Author SHA1 Message Date
Christian Hesse
348dabde15 netwatch-dns: check with eworm.de and eworm.net
This should prevent against DENIC outages...

https://blog.denic.de/en/denic-reports-resolved-dnssec-disruption-affecting-de-domains/
2026-05-06 10:03:42 +02:00
Christian Hesse
f869bb659f global-functions: $IsDNSResolving: check with :retry 2026-05-06 10:02:22 +02:00

View file

@ -816,12 +816,11 @@
:retry {
:set I ($I ^ 1);
:resolve ("low-ttl.eworm." . ({ "de"; "net" }->$I));
:return true;
} delay=50ms max=6;
} on-error={
:return false;
}
} on-error={ }
:return true;
:return false;
}
# check if system is is fully connected (default route reachable, DNS resolving, time sync)