Add dns-zone-add and dns-zone-delete

This commit is contained in:
2025-08-06 23:53:08 +02:00
parent 15ad2c5ab7
commit d0c42d0558
9 changed files with 457 additions and 33 deletions

View File

@@ -0,0 +1,11 @@
zone "%ZONE%" {
type master;
file "%ZONE_FILE%";
update-policy {
grant dns-manager-key zonesub any;
};
allow-transfer {
key dns-manager-key;
};
};