Pdns Api.sh Versions Save

A simple DNS hook that lets Dehydrated talk to the PowerDNS API.

v0.5.1

2 years ago

This release fixes an issue where the zones retrieved from the PowerDNS API would not be correctly sorted (#31).

v0.5.0

3 years ago

Highlights:

  • Add PDNS_CURL_OPTS for setting custom curl options (#26)
  • Add PDNS_DEPLOY_CERT_HOOK for hooking simple commands (#28)
  • Fix wildcard certificates failing with Bash 4.1 or older (#29)

Additionally, there are some minor improvements in debugging and testing. See the diff for more details.

v0.4.2

4 years ago

This release fixes some errors that were broken.

v0.4.0

5 years ago

This (long overdue) release incorporates a large set of changes since version 0.3.0.

Major changes:

  • Wildcard support (#11, #12) and associated fixes (#16, #17)
  • A notification is now enforced after record updates (#13, #14)
  • Support for an exit hook (#10)
  • Unknown hooks are now ignored (#15)
  • Support for CONFIG_D (#20, #21)
  • New config option: PDNS_SUFFIX for CNAME redirection support (#22)
  • The soa_edit command has been fixed (#24) and sets the correct value for SOA-EDIT-API (#23)

Thanks to everyone that has contributes features and fixes!

See the full set of changes here.

v0.3.0

6 years ago

Important Note: the configuration names have been prefixed with PDNS_.

Features:

  • Perform requests per zone (#6)
  • Interface to edit SOA-EDIT: pdns_api.sh soa_edit (#7)
  • Configuration is namespaced with PDNS_ (#8)
  • Several bugfixes (#9)