From f0816ed46a6307c2db19ae9c17aa9e9afe0b01dd Mon Sep 17 00:00:00 2001
From: jonasled <git@jonasled.de>
Date: Wed, 10 Mar 2021 18:45:43 +0100
Subject: [PATCH] replaced one NTP Server

---
 public/ntpstatus.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/ntpstatus.php b/public/ntpstatus.php
index 211510b..750755d 100644
--- a/public/ntpstatus.php
+++ b/public/ntpstatus.php
@@ -6,7 +6,7 @@ getHeader("NTP Status", "status");
 ?>
     <p>Da ich selber viel auf NTP zur Zeitsynchronisation setze habe ich mich dazu entschlossen selber einen NTP Server, welche im ntp pool gelistet ist aufzusetzen. Unten sind die Statistiken zum Server für IPv4 und für IPv6</p>
 <?php
-$IPs = ["23.94.219.121", "83.136.84.239", "193.109.84.119", "2001:470:1f14:da8::2", "2001:470:1f14:1019::2", "2001:4ba0:92c1:5d::2:1"];
+$IPs = ["23.94.219.121", "83.136.84.239", "193.109.84.119", "2001:470:27:2bd::2", "2001:470:1f14:1019::2", "2001:4ba0:92c1:5d::2:1"];
 
 foreach($IPs as $ip){
     echo <<<EOF
-- 
GitLab