首页 > 代码库 > ntp搭建

ntp搭建

restrict default ignore

restrict 127.0.0.1

restrict 192.168.115.0 mask 255.255.255.0 nomodify

server 127.127.1.0

fudge 127.127.1.0 stratum 8

driftfile  /var/lib/ntp/drift

logfile /var/log/ntp.log

broadcastdelay 0.008


本文出自 “常用文档” 博客,请务必保留此出处http://yujianglei.blog.51cto.com/7215578/1557705

ntp搭建