mirror of
https://github.com/minoplhy/scriptbox.git
synced 2024-12-04 17:36:57 +00:00
1 line
99 B
Bash
1 line
99 B
Bash
for ZONE in $(pdnsutil list-all-zones); do pdnsutil set-meta $ZONE SOA-EDIT-API INCREASE; done |