fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-10-27 13:35:34 +01:00
parent 7b7fa19272
commit 0e716f2d19
2 changed files with 9 additions and 20 deletions

View File

@@ -17,15 +17,16 @@ options {
// Disable recursion (authoritative only)
recursion no;
// Transfer settings
// Global notification and transfer settings
notify yes;
also-notify {
213.239.242.238;
213.133.100.103;
193.47.99.3;
};
// Default transfer restrictions
allow-transfer { none; };
// Default transfer to secondary servers only
allow-transfer { secondaries; };
};
// TSIG Key for secure transfers (loaded from separate file)
@@ -39,17 +40,7 @@ acl "secondaries" {
193.47.99.3;
};
// Template for standard zones
zone-template "standard-zone" {
type master;
allow-transfer { secondaries; };
notify yes;
also-notify {
213.239.242.238;
213.133.100.103;
193.47.99.3;
};
};
// Standard zone settings are defined per zone in zones.conf
// Zone configurations (loaded from separate file)
include "/etc/named/zones/zones.conf";