Andrei9385

Untitled

Dec 5th, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. tos maxdist 30
  2.  
  3. driftfile /var/lib/ntp/ntp.drift
  4. leapfile /usr/share/zoneinfo/leap-seconds.list
  5. logfile /var/log/ntp
  6.  
  7. statistics loopstats peerstats clockstats
  8. filegen loopstats file loopstats type day enable
  9. filegen peerstats file peerstats type day enable
  10. filegen clockstats file clockstats type day enable
  11.  
  12. server 192.168.80.1 prefer
  13. server 192.168.80.2 prefer
  14.  
  15. ntpsigndsocket /var/lib/samba/ntp_signd
  16.  
Advertisement
Add Comment
Please, Sign In to add comment