Created
January 16, 2012 17:24
-
-
Save fapestniegd/1621894 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| whitejs@eir:~$ sed -e 's/#.*//' /etc/ntp.conf | grep . | |
| driftfile /var/lib/ntp/ntp.drift | |
| 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 0.debian.pool.ntp.org iburst | |
| server 1.debian.pool.ntp.org iburst | |
| server 2.debian.pool.ntp.org iburst | |
| server 3.debian.pool.ntp.org iburst | |
| restrict -4 default kod notrap nomodify nopeer noquery | |
| restrict -6 default kod notrap nomodify nopeer noquery | |
| restrict 127.0.0.1 | |
| restrict ::1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment