From: Arne Fitzenreiter Date: Wed, 24 Nov 2021 07:44:14 +0000 (+0000) Subject: unbound: initskript change server for dns test X-Git-Tag: v2.27-core162~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd26578fc91a68f26866d693e5dc334356733d8e;p=ipfire-2.x.git 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 --- 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