Bug #15037 » ntpd.conf
| 1 |
#
|
|---|---|
| 2 |
# pfSense ntp configuration file
|
| 3 |
#
|
| 4 |
|
| 5 |
tinker panic 0 |
| 6 |
|
| 7 |
# Orphan mode stratum and Maximum candidate NTP peers
|
| 8 |
tos orphan 12 maxclock 5 |
| 9 |
|
| 10 |
# GPS Setup
|
| 11 |
server 127.127.20.0 mode 176 minpoll 4 maxpoll 4 prefer |
| 12 |
fudge 127.127.20.0 time1 0.0013 time2 0.369 flag1 1 flag3 1 |
| 13 |
|
| 14 |
|
| 15 |
# Upstream Servers
|
| 16 |
pool time.nist.gov iburst maxpoll 9 |
| 17 |
|
| 18 |
|
| 19 |
enable stats |
| 20 |
statistics clockstats loopstats peerstats |
| 21 |
statsdir /var/log/ntp |
| 22 |
logconfig =syncall +clockall |
| 23 |
driftfile /var/db/ntpd.drift |
| 24 |
restrict default kod limited nomodify nopeer notrap |
| 25 |
restrict -6 default kod limited nomodify nopeer notrap |
| 26 |
restrict source kod limited nomodify notrap |
| 27 |
interface ignore all |
| 28 |
interface ignore wildcard |
| 29 |
interface listen igc1 |
| 30 |
interface listen lo0 |