mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Add a named acl example
This commit is contained in:
@@ -23,6 +23,10 @@ options {
|
||||
minimal-responses no;
|
||||
};
|
||||
|
||||
acl named-acl {
|
||||
any;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-sha256;
|
||||
@@ -67,7 +71,7 @@ zone "max-ttl.nil" {
|
||||
file "max-ttl.db";
|
||||
max-zone-ttl 300;
|
||||
check-integrity no;
|
||||
allow-update { any; };
|
||||
allow-update { named-acl; };
|
||||
allow-transfer { any; };
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user