Compare commits

..

2 commits

Author SHA1 Message Date
Christian Hesse
3aaba1f408 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 16:15:17 +02:00
Christian Hesse
0ef11bf11d global-functions: $IsDNSResolving: check with :retry 2026-05-06 16:15:17 +02:00

View file

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