mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-06-08 04:54:31 +00:00
Add separated configurations of chrony for server and client. Updated documentation
This commit is contained in:
4
builder/assets/chrony-client.conf
Normal file
4
builder/assets/chrony-client.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
server 192.168.1.184 iburst minpoll -5 maxpoll -3
|
||||
driftfile /var/lib/chrony/drift
|
||||
makestep 0.1 -1
|
||||
rtcsync
|
||||
10
builder/assets/chrony-server.conf
Normal file
10
builder/assets/chrony-server.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
pool 0.ru.pool.ntp.org iburst minpoll 10
|
||||
pool 1.ru.pool.ntp.org iburst minpoll 10
|
||||
pool 2.ru.pool.ntp.org iburst minpoll 10
|
||||
pool 3.ru.pool.ntp.org iburst minpoll 10
|
||||
driftfile /var/lib/chrony/drift
|
||||
local stratum 8
|
||||
allow 192.168.0.0/16
|
||||
makestep 100 3
|
||||
smoothtime 50000 0.01
|
||||
rtcsync
|
||||
Reference in New Issue
Block a user