From 3d59a0017b42770971efec29b1bb183812a39484 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 5 May 2016 17:05:17 +0200 Subject: [PATCH] ntp: also allow access from ::1 by default. --- srcpkgs/ntp/files/ntp.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/ntp/files/ntp.conf b/srcpkgs/ntp/files/ntp.conf index db834f495bf..a4bb5d6baa8 100644 --- a/srcpkgs/ntp/files/ntp.conf +++ b/srcpkgs/ntp/files/ntp.conf @@ -12,6 +12,7 @@ server 2.pool.ntp.org # Only allow read-only access from localhost restrict default noquery nomodify nopeer restrict 127.0.0.1 +restrict ::1 # Location of drift and log files driftfile /var/db/ntpd/drift