ntpclient 425 B

12345678910111213141516171819202122
  1. config ntpserver
  2. option hostname '0.openwrt.pool.ntp.org'
  3. option port '123'
  4. config ntpserver
  5. option hostname '1.openwrt.pool.ntp.org'
  6. option port '123'
  7. config ntpserver
  8. option hostname '2.openwrt.pool.ntp.org'
  9. option port '123'
  10. config ntpserver
  11. option hostname '3.openwrt.pool.ntp.org'
  12. option port '123'
  13. config ntpdrift
  14. option freq '0'
  15. config ntpclient
  16. option interval 60
  17. #option count 10