Sha256: 6d3e6819ce0d15feafcc6ef7bb26072b10b6083f305e06b0b3f55c69b7675185

Contents?: true

Size: 1.31 KB

Versions: 147

Compression:

Stored size: 1.31 KB

Contents

# /etc/ntp.conf, configuration for ntpd

driftfile /var/lib/ntp/ntp.drift

# Enable this if you want statistics to be logged.
#statsdir /var/log/ntpstats/

statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable


# You do need to talk to an NTP server or two (or three).
server ntp.ubuntu.com
server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org
server pool.ntp.org

# By default, exchange time with everybody, but don't allow configuration.
# See /usr/share/doc/ntp-doc/html/accopt.html for details.
restrict -4 default kod notrap nomodify nopeer noquery
restrict -6 default kod notrap nomodify nopeer noquery

# Local users may interrogate the ntp server more closely.
restrict 127.0.0.1
restrict ::1

# Clients from this (example!) subnet have unlimited access,
# but only if cryptographically authenticated
#restrict 192.168.123.0  mask  255.255.255.0 notrust

# If you want to provide time to your local subnet, change the next line.
# (Again, the address is an example only.)
#broadcast 192.168.123.255

# If you want to listen to time broadcasts on your local subnet,
# de-comment the next lines. Please do this only if you trust everybody
# on the network!
#disable auth
#broadcastclient

Version data entries

147 entries across 147 versions & 7 rubygems

Version Path
Empact-deprec-1.99.21 lib/deprec/templates/ntp/ntp.conf.erb
andyh-deprec-1.99.26 lib/deprec/templates/ntp/ntp.conf.erb
andyh-deprec-1.99.27 lib/deprec/templates/ntp/ntp.conf.erb
isaac-deprec-1.99.30 lib/deprec/templates/ntp/ntp.conf.erb
isaac-deprec-1.99.32 lib/deprec/templates/ntp/ntp.conf.erb
le1t0-deprec-2.1.6.088 lib/deprec/templates/ntp/ntp.conf.erb
le1t0-deprec-2.1.6.087 lib/deprec/templates/ntp/ntp.conf.erb
deprec-3.1.0.rc16 lib/deprec/templates/ntp/ntp.conf.erb
deprec-3.1.0.rc15 lib/deprec/templates/ntp/ntp.conf.erb
le1t0-deprec-2.1.6.086 lib/deprec/templates/ntp/ntp.conf.erb
le1t0-deprec-2.1.6.085 lib/deprec/templates/ntp/ntp.conf.erb
le1t0-deprec-2.1.6.084 lib/deprec/templates/ntp/ntp.conf.erb
le1t0-deprec-2.1.6.083 lib/deprec/templates/ntp/ntp.conf.erb
le1t0-deprec-2.1.6.082 lib/deprec/templates/ntp/ntp.conf.erb
deprec-3.1.0.rc13 lib/deprec/templates/ntp/ntp.conf.erb
deprec-3.1.0.rc12 lib/deprec/templates/ntp/ntp.conf.erb
deprec-3.1.0.rc11 lib/deprec/templates/ntp/ntp.conf.erb
deprec-3.1.0.rc10 lib/deprec/templates/ntp/ntp.conf.erb
deprec-3.1.0.rc9 lib/deprec/templates/ntp/ntp.conf.erb
deprec-3.1.0.rc8 lib/deprec/templates/ntp/ntp.conf.erb