lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

chrony.config (238B)


      1 config pool
      2 	option hostname '2.openwrt.pool.ntp.org'
      3 	option maxpoll '12'
      4 	option iburst 'yes'
      5 
      6 config dhcp_ntp_server
      7 	option iburst 'yes'
      8 
      9 config allow
     10 	option interface 'lan'
     11 
     12 config makestep
     13 	option threshold '1.0'
     14 	option limit '3'