Bug #10276 » ntpd.conf
| 1 |
#
|
|---|---|
| 2 |
# pfSense ntp configuration file
|
| 3 |
#
|
| 4 |
|
| 5 |
tinker panic 0 |
| 6 |
# Orphan mode stratum
|
| 7 |
tos orphan 12 |
| 8 |
|
| 9 |
# GPS Setup
|
| 10 |
server 127.127.20.0 mode 0 minpoll 4 maxpoll 4 prefer |
| 11 |
fudge 127.127.20.0 time2 0.600 flag1 1 flag3 1 |
| 12 |
|
| 13 |
|
| 14 |
# Upstream Servers
|
| 15 |
pool time.cloudflare.com iburst maxpoll 9 noselect |
| 16 |
server time1.google.com iburst maxpoll 9 noselect |
| 17 |
server time2.google.com iburst maxpoll 9 noselect |
| 18 |
server time3.google.com iburst maxpoll 9 noselect |
| 19 |
server time4.google.com iburst maxpoll 9 noselect |
| 20 |
server 0.us.pool.ntp.og iburst maxpoll 9 noselect |
| 21 |
pool 1.us.pool.ntp.org iburst maxpoll 9 noselect |
| 22 |
pool 2.us.pool.ntp.org iburst maxpoll 9 noselect |
| 23 |
pool 3.us.pool.ntp.org iburst maxpoll 9 noselect |
| 24 |
pool 0.north-america.pool.ntp.org iburst maxpoll 9 noselect |
| 25 |
|
| 26 |
|
| 27 |
enable stats |
| 28 |
statistics clockstats loopstats peerstats |
| 29 |
statsdir /var/log/ntp |
| 30 |
logconfig =syncall +clockall +peerall +sysall |
| 31 |
driftfile /var/db/ntpd.drift |
| 32 |
restrict default kod limited nomodify nopeer notrap |
| 33 |
restrict -6 default kod limited nomodify nopeer notrap |
| 34 |
restrict source kod limited nomodify notrap |
- « Previous
- 1
- …
- 6
- 7
- 8
- Next »