wok diff ntp/receipt @ rev 16280
Up: feh (2.10)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Apr 06 09:29:28 2014 +0000 (2014-04-06) |
parents | 23c3aed67cd9 |
children | 7d672a2330b8 |
line diff
1.1 --- a/ntp/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/ntp/receipt Sun Apr 06 09:29:28 2014 +0000 1.3 @@ -30,7 +30,11 @@ 1.4 cp -a $install/usr/bin $fs/usr 1.5 cp stuff/ntp $fs/etc/init.d 1.6 cat > $fs/etc/ntp.conf <<EOT 1.7 +restrict default noquery 1.8 +restrict 192.168.0.0 mask 255.255.0.0 1.9 +restrict 127.0.0.1 1.10 server fr.pool.ntp.org 1.11 +server de.pool.ntp.org 1.12 EOT 1.13 } 1.14