...
| 코드 블럭 | ||||
|---|---|---|---|---|
| ||||
# /etc/ntp.conf, configuration for NTP # by default act only as a basic NTP client restrict -4 default nomodify nopeer noquery notrap restrict -6 default nomodify nopeer noquery notrap # allow NTP messages from the loopback address, useful for debugging restrict 127.0.0.1 restrict ::1 logfile /var/log/ntpd driftfile /var/lib/ntp/ntp.drift statsdir /var/lib/ntp/ statistics loopstats peerstats clockstats filegen loopstats file loopstats type day enable filegen peerstats file peerstats type day enable filegen clockstats file clockstats type day enable server 210.98.56.10 iburst # KREONET NTP INTERNAL server 210.98.56.5 iburst # KREONET NTP EXTERNAL server gps.bora.net iburst # 210.120.246.46 server ntp.kornet.net iburst # 168.126.3.6 server ntp.postech.ac.kr iburst # 141.223.182.106 server time.kriss.re.kr iburst # 210.98.16.100 server time2.kriss.re.kr iburst # 210.98.16.101 |
...