summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/dns/primary.conf2
1 files changed, 1 insertions, 1 deletions
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"; };
};