From 0c570844e17e3525142772cc9f6eadccc5c57736 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 15 Mar 2022 12:24:43 +0700 Subject: [PATCH] PowerDNS : init & add SOA script --- PowerDNS/README.md | 2 ++ PowerDNS/api-soa-increase.sh | 1 + 2 files changed, 3 insertions(+) create mode 100644 PowerDNS/README.md create mode 100644 PowerDNS/api-soa-increase.sh diff --git a/PowerDNS/README.md b/PowerDNS/README.md new file mode 100644 index 0000000..973a584 --- /dev/null +++ b/PowerDNS/README.md @@ -0,0 +1,2 @@ +# PowerDNS +PowerDNS script for things! \ No newline at end of file diff --git a/PowerDNS/api-soa-increase.sh b/PowerDNS/api-soa-increase.sh new file mode 100644 index 0000000..3d59183 --- /dev/null +++ b/PowerDNS/api-soa-increase.sh @@ -0,0 +1 @@ +for ZONE in $(pdnsutil list-all-zones); do pdnsutil set-meta $ZONE SOA-EDIT-API INCREASE; done \ No newline at end of file