only key based transfer acl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -35,12 +35,9 @@ options {
|
||||
// TSIG Key for secure transfers (loaded from separate file)
|
||||
include "/etc/named/keys/transfer-key.conf";
|
||||
|
||||
// ACL for secondary servers
|
||||
// ACL for secondary servers (key-based only)
|
||||
acl "secondaries" {
|
||||
key transfer-key;
|
||||
213.239.242.238;
|
||||
213.133.100.103;
|
||||
193.47.99.3;
|
||||
};
|
||||
|
||||
// Standard zone settings are defined per zone in zones.conf
|
||||
|
||||
Reference in New Issue
Block a user