PowerDNS
Configuration
To use this provider, add an entry to creds.json
with TYPE
set to POWERDNS
along with your API URL, API Key and Server ID. In most cases the Server id is localhost
.
Example:
Metadata
Following metadata are available:
default_ns
sets the nameserver which are useddnssec_on_create
specifies if DNSSEC should be enabled when creating zoneszone_kind
is the type that will be used when creating the zone. Can be one ofNative
,Master
orSlave
, when not specified it defaults toNative
. Please see PowerDNS documentation for explanation of the kinds. Note that these tokens are case-sensitive!soa_edit_api
is the default SOA serial method that is used for zone created with the API Can be one ofDEFAULT
,INCREASE
,EPOCH
,SOA-EDIT
orSOA-EDIT-INCREASE
, default format is YYYYMMDD01. Please see PowerDNS SOA-EDIT-DNSUPDATE documentation for explanation of the kinds. Note that these tokens are case-sensitive!
Usage
An example configuration:
Activation
See the PowerDNS documentation how the API can be enabled.
Last updated