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