7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
|
# Generic NTP configuration
|
||
|
# Time servers and network(s) that may access the time service
|
||
|
|
||
|
config ntpd
|
||
|
option TimeServers "0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org"
|
||
|
option ClientAccessFrom "lan"
|