Blame view

buildroot/buildroot-2016.08.1/package/ntp/ntpd.etc.conf 317 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
  server 0.pool.ntp.org iburst
  server 1.pool.ntp.org iburst
  server 2.pool.ntp.org iburst
  server 3.pool.ntp.org iburst
  
  # Allow only time queries, at a limited rate, sending KoD when in excess.
  # Allow all local queries (IPv4, IPv6)
  restrict default nomodify nopeer noquery limited kod
  restrict 127.0.0.1
  restrict [::1]