Skip to content
Snippets Groups Projects
Commit f0816ed4 authored by jonasled's avatar jonasled
Browse files

replaced one NTP Server

parent 67440174
No related branches found
No related tags found
Loading
Pipeline #679 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment