mirror of
https://github.com/YellowJacketLinux/LFS.git
synced 2025-01-23 22:42:17 +08:00
27 lines
499 B
Plaintext
27 lines
499 B
Plaintext
|
# Asia
|
||
|
server 0.asia.pool.ntp.org
|
||
|
|
||
|
# Australia
|
||
|
server 0.oceania.pool.ntp.org
|
||
|
|
||
|
# Europe
|
||
|
server 0.europe.pool.ntp.org
|
||
|
|
||
|
# North America
|
||
|
server 0.north-america.pool.ntp.org
|
||
|
|
||
|
# South America
|
||
|
server 2.south-america.pool.ntp.org
|
||
|
|
||
|
driftfile /var/lib/ntp/ntp.drift
|
||
|
pidfile /run/ntpd.pid
|
||
|
|
||
|
leapfile /var/lib/ntp/ntp.leapseconds
|
||
|
|
||
|
# Security session
|
||
|
restrict default limited kod nomodify notrap nopeer noquery
|
||
|
restrict -6 default limited kod nomodify notrap nopeer noquery
|
||
|
|
||
|
restrict 127.0.0.1
|
||
|
restrict ::1
|