X-Git-Url: http://git.onelab.eu/?p=nodeconfig.git;a=blobdiff_plain;f=PlanetLabConf%2Fntp.conf.php;fp=PlanetLabConf%2Fntp.conf.php;h=9b8deaa9f2c4654b037282b39da266f80c199fc7;hp=247ffe12b66dd53eff74d7d3e1d3de5b3c20e73c;hb=ee99be9498f2b373f9e2191aafb757018bf142e4;hpb=1612c8dfe992fba0af1e8c283da36f7dfb2164f7 diff --git a/PlanetLabConf/ntp.conf.php b/PlanetLabConf/ntp.conf.php index 247ffe1..9b8deaa 100755 --- a/PlanetLabConf/ntp.conf.php +++ b/PlanetLabConf/ntp.conf.php @@ -52,9 +52,9 @@ print( "statsdir /var/log/ntpstats/\n" ); print( "# Permit time synchronization with our time source, but do not\n"); print( "# permit the source to query or modify the service on this system.\n"); print( "restrict default kod nomodify notrap nopeer noquery\n"); -print( "restrict -6 default kod nomodify notrap nopeer noquery"); -print( "restrict 127.0.0.1"); -print( "restrict -6 ::1"); +print( "restrict -6 default kod nomodify notrap nopeer noquery\n"); +print( "restrict 127.0.0.1\n"); +print( "restrict -6 ::1\n"); if (is_numeric(array_search($model, $problem_models))) { print( "tinker stepout 0\n" );