You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
249 B

  1. # Generic NTP configuration
  2. # Time servers and network(s) that may access the time service
  3. config ntpd
  4. option TimeServers "0.openwrt.pool.ntp.org 1.openwrt.pool.ntp.org 2.openwrt.pool.ntp.org 3.openwrt.pool.ntp.org"
  5. option ClientAccessFrom "lan"