f7d24c3b9d7d70f659fa0c19e77c46a3a3102ab3
[openwrt/svn-archive/archive.git] / net / ntpclient / files / ntpclient.config
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 iface wan
23 #option count 10