From 81ec0b7bef809ff89df8b78da3264d65597b6300 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Tue, 27 Oct 2020 11:20:10 +0100
Subject: [PATCH] added another NTP Server

---
 ntpstatus.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ntpstatus.html b/ntpstatus.html
index 7e66a33..79c9d71 100644
--- a/ntpstatus.html
+++ b/ntpstatus.html
@@ -70,6 +70,9 @@ include "./internal/mysql.php";
     <a href="https://www.ntppool.org/scores/2a0b:bbc0:0:1f5::4">
         <div data-server-ip="2a0b:bbc0:0:1f5::4" class="graph"></div>
     </a>
+    <a href="https://www.ntppool.org/scores/2001:470:1f14:da8::2">
+        <div data-server-ip="2001:470:1f14:da8::2" class="graph"></div>
+    </a>
 </div>
 <footer includeHTML="include/footer.php">
 
-- 
GitLab