Changeset View
Changeset View
Standalone View
Standalone View
usr.sbin/ntp/ntpd/ntp.conf
Show All 14 Lines | |||||
# or discovered dynamically via mechanisms such as broadcast and manycast. | # or discovered dynamically via mechanisms such as broadcast and manycast. | ||||
# Ntpd automatically adds maxclock-1 servers from configured pools, and may | # Ntpd automatically adds maxclock-1 servers from configured pools, and may | ||||
# add as many as maxclock*2 if necessary to ensure that at least minclock | # add as many as maxclock*2 if necessary to ensure that at least minclock | ||||
# servers are providing good consistent time. | # servers are providing good consistent time. | ||||
# | # | ||||
tos minclock 3 maxclock 6 | tos minclock 3 maxclock 6 | ||||
# | # | ||||
# The following pool statement will give you a random set of NTP servers | # The following pool statements will give you a random set of IPv4 and IPv6 | ||||
# geographically close to you. A single pool statement adds multiple | # NTP servers geographically close to you. A single pool statement adds | ||||
# servers from the pool, according to the tos minclock/maxclock targets. | # multiple servers from the pool, according to the tos minclock/maxclock | ||||
# targets. | |||||
# See http://www.pool.ntp.org/ for details. Note, pool.ntp.org encourages | # See http://www.pool.ntp.org/ for details. Note, pool.ntp.org encourages | ||||
# users with a static IP and good upstream NTP servers to add a server | # users with a static IP and good upstream NTP servers to add a server | ||||
# to the pool. See http://www.pool.ntp.org/join.html if you are interested. | # to the pool. See http://www.pool.ntp.org/join.html if you are interested. | ||||
# | # | ||||
# The option `iburst' is used for faster initial synchronization. | # The option `iburst' is used for faster initial synchronization. | ||||
# | # | ||||
pool 0.freebsd.pool.ntp.org iburst | pool 0.freebsd.pool.ntp.org iburst | ||||
pool 2.freebsd.pool.ntp.org iburst | |||||
# | # | ||||
# If you want to pick yourself which country's public NTP server | # If you want to pick yourself which country's public NTP server | ||||
# you want to sync against, comment out the above pool, uncomment | # you want to sync against, comment out the above pool statements, | ||||
# the next one, and replace CC with the country's abbreviation. | # uncomment the next ones, and replace CC with the country's abbreviation. | ||||
# Make sure that the hostname resolves to a proper IP address! | # Make sure that the hostnames resolves to a proper IP address! | ||||
jlduran: s/resolves/resolve/ | |||||
emasteUnsubmitted Not Done Inline Actionsand addresses emaste: and addresses | |||||
# | # | ||||
# pool 0.CC.pool.ntp.org iburst | # pool 0.CC.pool.ntp.org iburst | ||||
# pool 2.CC.pool.ntp.org iburst | |||||
# | # | ||||
# To configure a specific server, such as an organization-wide local | # To configure a specific server, such as an organization-wide local | ||||
# server, add lines similar to the following. One or more specific | # server, add lines similar to the following. One or more specific | ||||
# servers can be configured in addition to, or instead of, any server | # servers can be configured in addition to, or instead of, any server | ||||
# pools specified above. When both are configured, ntpd first adds all | # pools specified above. When both are configured, ntpd first adds all | ||||
# the specific servers, then adds servers from the pool until the tos | # the specific servers, then adds servers from the pool until the tos | ||||
# minclock/maxclock targets are met. | # minclock/maxclock targets are met. | ||||
▲ Show 20 Lines • Show All 64 Lines • Show Last 20 Lines |
s/resolves/resolve/