PowerDNS : init & add SOA script

This commit is contained in:
unknown 2022-03-15 12:24:43 +07:00
parent 1b0a438963
commit 0c570844e1
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC
2 changed files with 3 additions and 0 deletions

2
PowerDNS/README.md Normal file
View File

@ -0,0 +1,2 @@
# PowerDNS
PowerDNS script for things!

View File

@ -0,0 +1 @@
for ZONE in $(pdnsutil list-all-zones); do pdnsutil set-meta $ZONE SOA-EDIT-API INCREASE; done