From b37b44d5deb73967f7ccd376c4f314718d2ce861 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 22 Jan 2017 17:25:45 +0000 Subject: Fix mask on 127 net --- etc/dns/primary.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/dns/primary.conf b/etc/dns/primary.conf index bbf469b..e92fc93 100644 --- a/etc/dns/primary.conf +++ b/etc/dns/primary.conf @@ -82,7 +82,7 @@ logging { include "/etc/bind/rndc.key"; controls { - inet 127.0.0.1 port 953 allow { 127.0.0.1/32; 10.10.0.0/16; fdc7:602:e9c5:b8f0::0/64; ::1/128; } keys { "rndc-key"; }; + inet 127.0.0.1 port 953 allow { 127.0.0.0/8; 10.10.0.0/16; fdc7:602:e9c5:b8f0::0/64; ::1/128; } keys { "rndc-key"; }; }; -- cgit v1.2.3