POWERDNS: Fix documentation: config keys use camel case (#962)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
André Frimberger 2020-11-28 21:43:13 +01:00 committed by GitHub
parent 533bf5783d
commit 8ba081f06a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,9 +14,9 @@ In most cases the Server id is `localhost`
{% highlight json %}
{
"powerdns": {
"apiurl": "http://localhost",
"apikey": "your-key",
"servername": "localhost"
"apiUrl": "http://localhost",
"apiKey": "your-key",
"serverName": "localhost"
}
}
{% endhighlight %}
@ -51,7 +51,3 @@ D("example.tld", REG_NONE, DnsProvider(POWERDNS),
## Activation
See the [PowerDNS documentation](https://doc.powerdns.com/authoritative/http-api/index.html) how the API can be enabled.
## Caveats
Currently it is only possible to enable DNSSec while creating a new zone.
On-demand activation/deactivation of DNSSec will be added later.