This commit is contained in:
Constantin
2025-09-12 23:04:52 +03:00
commit 2277b11563
127 changed files with 23640 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# Personal Internet Cell - chrony Configuration
# Provides NTP time synchronization
# Allow NTP client access from local network
allow 172.20.0.0/16
allow 127.0.0.1
# NTP servers to sync with
server time.google.com iburst
server time.cloudflare.com iburst
server pool.ntp.org iburst
# Local stratum for this server
local stratum 10
# Log settings
logdir /var/log/chrony
log measurements statistics tracking
# Key file for authentication (optional)
# keyfile /etc/chrony/chrony.keys
# Drift file
driftfile /var/lib/chrony/drift
# Make chrony work as a server
port 123
bindaddress 0.0.0.0