[master] fix "allow-transfer" inheritance and clean up ACL configuration

4836.	[bug]		Zones created using "rndc addzone" could
			temporarily fail to inherit an "allow-transfer"
			ACL that had been configured in the options
			statement. [RT #46603]
This commit is contained in:
Evan Hunt
2017-11-30 12:37:08 -08:00
parent a4a148cf9a
commit e197a2bd15
10 changed files with 296 additions and 94 deletions

View File

@@ -0,0 +1,10 @@
$TTL 300 ; 5 minutes
@ IN SOA ns root (
2000082401 ; serial
1800 ; refresh (30 minutes)
1800 ; retry (30 minutes)
1814400 ; expire (3 weeks)
3600 ; minimum (1 hour)
)
NS ns
ns A 10.53.0.4