From 08aa897947cee281f8c09b775f31a8e1fa4596a7 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 16 Nov 2015 00:40:50 +0000 Subject: Fix update ACL --- etc/dns/backup.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }; -- cgit v1.2.3