Skip to content

Instantly share code, notes, and snippets.

@fapestniegd
Created January 16, 2012 17:24
Show Gist options
  • Select an option

  • Save fapestniegd/1621894 to your computer and use it in GitHub Desktop.

Select an option

Save fapestniegd/1621894 to your computer and use it in GitHub Desktop.
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