Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
Website
Commits
f0816ed4
Commit
f0816ed4
authored
4 years ago
by
jonasled
Browse files
Options
Downloads
Patches
Plain Diff
replaced one NTP Server
parent
67440174
No related branches found
Branches containing commit
No related tags found
Loading
Pipeline
#679
passed
4 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/ntpstatus.php
+1
-1
1 addition, 1 deletion
public/ntpstatus.php
with
1 addition
and
1 deletion
public/ntpstatus.php
+
1
−
1
View file @
f0816ed4
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment