2
0
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:
Mark Andrews
2021-01-25 16:21:35 +11:00
parent a8b55992a8
commit 3dee62cfa5

View File

@@ -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; };
};