1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

POWERDNS: Add option to set the PowerDNS zone kind (#2274)

Signed-off-by: Jan-Philipp Benecke <jan-philipp@bnck.me>
This commit is contained in:
Jan-Philipp Benecke
2023-04-25 00:16:23 +02:00
committed by GitHub
parent be8495c5e8
commit 1d252dd482
3 changed files with 12 additions and 3 deletions

View File

@ -29,13 +29,19 @@ Following metadata are available:
'a.example.com.',
'b.example.com.'
],
'dnssec_on_create': false
'dnssec_on_create': false,
'zone_kind': 'Native',
}
```
{% endcode %}
- `default_ns` sets the nameserver which are used
- `dnssec_on_create` specifies if DNSSEC should be enabled when creating zones
- `zone_kind` is the type that will be used when creating the zone.
<br>Can be one of `Native`, `Master` or `Slave`, when not specified it defaults to `Native`.
<br>Please see [PowerDNS documentation](https://doc.powerdns.com/authoritative/modes-of-operation.html) for explanation of the kinds.
<br>**Note that these tokens are case-sensitive!**
## Usage
An example configuration: