From a2f805662cca297f3cb490dcb002f3ce213f656c Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Fri, 13 Nov 2020 22:36:14 +0100 Subject: [PATCH] added NTP server running on DSH KVM Fley --- ntpstatus.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ntpstatus.html b/ntpstatus.html index 79c9d71..f31f10d 100644 --- a/ntpstatus.html +++ b/ntpstatus.html @@ -73,6 +73,9 @@ include "./internal/mysql.php"; <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> + <a href="https://www.ntppool.org/scores/2a01:367:c204::17:5b4"> + <div data-server-ip="2a01:367:c204::17:5b4" class="graph"></div> + </a> </div> <footer includeHTML="include/footer.php"> -- GitLab