1b56f1b7d80dfbd59c9272273c50404963391d7d
[project/luci.git] / contrib / uci / hostfiles / etc / config / ntpclient
1 config ntpserver
2         option hostname '0.openwrt.pool.ntp.org'
3         option port     '123'
4
5 config ntpserver
6         option hostname '1.openwrt.pool.ntp.org'
7         option port     '123'
8
9 config ntpserver
10         option hostname '2.openwrt.pool.ntp.org'
11         option port     '123'
12
13 config ntpserver
14         option hostname '3.openwrt.pool.ntp.org'
15         option port     '123'
16
17 config ntpdrift
18         option freq     '0'
19
20 config ntpclient
21         option interval 60
22         #option count   10