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 <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2021-11-24 07:44:14 +00:00
parent 90aa257477
commit cd26578fc9

View File

@@ -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