Skip to content

Instantly share code, notes, and snippets.

@netaviator
Created March 11, 2019 07:17
Show Gist options
  • Select an option

  • Save netaviator/2c3a00531cb7e3b87a5a6ccdfddb6df6 to your computer and use it in GitHub Desktop.

Select an option

Save netaviator/2c3a00531cb7e3b87a5a6ccdfddb6df6 to your computer and use it in GitHub Desktop.

Revisions

  1. MrXermon created this gist Mar 11, 2019.
    6 changes: 6 additions & 0 deletions pdns_notify.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    zones=(level66.network jangilla.de)
    for i in "${zones[@]}"
    do
    echo $i
    /usr/bin/pdns_control notify $i
    done