summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/dns/backup.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/dns/backup.conf b/etc/dns/backup.conf
index 5bc5942..573a12b 100644
--- a/etc/dns/backup.conf
+++ b/etc/dns/backup.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; ::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"; };
};