mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-07-23 18:39:55 +00:00
new files
This commit is contained in:
24
ntp.conf
Normal file
24
ntp.conf
Normal file
@ -0,0 +1,24 @@
|
||||
# Please consider joining the pool:
|
||||
#
|
||||
# http://www.pool.ntp.org/join.html
|
||||
#
|
||||
# For additional information see:
|
||||
# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
|
||||
# - http://support.ntp.org/bin/view/Support/GettingStarted
|
||||
# - the ntp.conf man page
|
||||
|
||||
# Associate to public NTP pool servers; see http://www.pool.ntp.org/
|
||||
server 0.ru.pool.ntp.org iburst
|
||||
server 1.ru.pool.ntp.org iburst
|
||||
server 2.ru.pool.ntp.org iburst
|
||||
server 3.ru.pool.ntp.org iburst
|
||||
|
||||
# By default, the server allows:
|
||||
# - all queries from the local host
|
||||
# - only time queries from remote hosts, protected by rate limiting and kod
|
||||
restrict default kod limited nomodify nopeer noquery notrap
|
||||
restrict 127.0.0.1
|
||||
restrict ::1
|
||||
|
||||
# Location of drift file
|
||||
driftfile /var/lib/ntp/ntp.drift
|
Reference in New Issue
Block a user