From fc35481c8d96cfabc6421422384e8a9e1010e6c9 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 12 Feb 2015 08:22:02 +0200 Subject: [PATCH] unbound: fix access-control.conf * .conf was missing from the end * comment access allowing * fix wrong CIDR --- .../unbound.conf.d/{access-control => access-control.conf} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename etc/unbound/unbound.conf.d/{access-control => access-control.conf} (53%) diff --git a/etc/unbound/unbound.conf.d/access-control b/etc/unbound/unbound.conf.d/access-control.conf similarity index 53% rename from etc/unbound/unbound.conf.d/access-control rename to etc/unbound/unbound.conf.d/access-control.conf index d7afa1de..fe84aaba 100644 --- a/etc/unbound/unbound.conf.d/access-control +++ b/etc/unbound/unbound.conf.d/access-control.conf @@ -4,6 +4,6 @@ interface: 0.0.0.0 interface: :: # Allow connecting from -access-control: 10.0.0.0/8 allow -access-control: 172.16.0.0/16 allow -access-control: 192.168.0.0/16 allow +#access-control: 10.0.0.0/8 allow +#access-control: 172.16.0.0/16 allow +#access-control: 192.168.0.0/24 allow