diff options
Diffstat (limited to 'examples/tg19/dns_auth/tools/notify-all.sh')
-rw-r--r-- | examples/tg19/dns_auth/tools/notify-all.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/tg19/dns_auth/tools/notify-all.sh b/examples/tg19/dns_auth/tools/notify-all.sh new file mode 100644 index 0000000..6b878ac --- /dev/null +++ b/examples/tg19/dns_auth/tools/notify-all.sh @@ -0,0 +1,3 @@ +for zone in $(pdnsutil list-all-zones); do + pdns_control notify $zone +done |