The IPFire time service has moved to time.ipfire.org

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-02-14 11:52:36 +00:00
parent b6d47f727a
commit 935da8b7a2
2 changed files with 2 additions and 2 deletions

View File

@@ -288,7 +288,7 @@ fix_time_if_dns_fails() {
fi
# Try to sync time with a known time server
boot_mesg "DNS not functioning... Trying to sync time with ntp.ipfire.org (81.3.27.46)..."
boot_mesg "DNS not functioning... Trying to sync time with time.ipfire.org (81.3.27.46)..."
loadproc /usr/local/bin/settime 81.3.27.46
}

View File

@@ -48,7 +48,7 @@ case "${reason}" in
make_resolvconf
# Set time
ntpdate "ntp.ipfire.org"
ntpdate "time.ipfire.org"
;;
EXPIRE|FAIL|IPV4LL|NAK|NOCARRIER|RELEASE|STOP)