Skip to content

Commit

Permalink
fix: ntp
Browse files Browse the repository at this point in the history
  • Loading branch information
BastienFaivre committed Jan 24, 2025
1 parent f41838f commit 424ace8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions benchmark/config/ntp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ restrict -6 default ignore
restrict 127.0.0.1
restrict -6 ::1

server 0.pool.ntp.org iburst
server ntp1.hetzner.de iburst
restrict 213.239.239.164 nomodify notrap nopeer noquery
restrict -6 2a01:4f8:0:a0a1::2:1 nomodify notrap nopeer noquery

server 1.pool.ntp.org iburst
restrict 213.239.239.164 nomodify notrap nopeer noquery
restrict -6 2a01:4f8:0:a0a1::2:1 nomodify notrap nopeer noquery

server 2.pool.ntp.org iburst
restrict 213.239.239.164 nomodify notrap nopeer noquery
restrict -6 2a01:4f8:0:a0a1::2:1 nomodify notrap nopeer noquery

server 3.pool.ntp.org iburst
restrict 213.239.239.164 nomodify notrap nopeer noquery
restrict -6 2a01:4f8:0:a0a1::2:1 nomodify notrap nopeer noquery

2 changes: 1 addition & 1 deletion benchmark/playbooks/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
state: stopped

- name: Synchronize manually
command: sntp 0.pool.ntp.org
command: ntpd -gq ntp1.hetzner.de

- name: Enable and restart NTP service
service:
Expand Down

0 comments on commit 424ace8

Please sign in to comment.