mirror of
https://github.com/minoplhy/scriptbox.git
synced 2025-04-24 07:46: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 |