From cd26578fc91a68f26866d693e5dc334356733d8e Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 24 Nov 2021 07:44:14 +0000 Subject: [PATCH] unbound: initskript change server for dns test if the system time is incorrect DNSSec validation fail but it fails sometimes for pool.ntp.org already but not for ping.ipfire.org. Signed-off-by: Arne Fitzenreiter --- src/initscripts/system/unbound | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index b379bf3312..1b42ac7208 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -267,7 +267,7 @@ get_memory_amount() { fix_time_if_dns_fails() { # If DNS is working, everything is fine - if resolve "ping.ipfire.org" &>/dev/null; then + if resolve "ipfire.pool.ntp.org" &>/dev/null; then return 0 fi -- 2.39.2