mirror of
https://github.com/minoplhy/scriptbox.git
synced 2024-12-04 17:36:57 +00:00
PowerDNS : init & add SOA script
This commit is contained in:
parent
1b0a438963
commit
0c570844e1
2
PowerDNS/README.md
Normal file
2
PowerDNS/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# PowerDNS
|
||||
PowerDNS script for things!
|
1
PowerDNS/api-soa-increase.sh
Normal file
1
PowerDNS/api-soa-increase.sh
Normal file
@ -0,0 +1 @@
|
||||
for ZONE in $(pdnsutil list-all-zones); do pdnsutil set-meta $ZONE SOA-EDIT-API INCREASE; done
|
Loading…
Reference in New Issue
Block a user