mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-06 13:14:25 +08:00
POWERDNS: Fix documentation: config keys use camel case (#962)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
533bf5783d
commit
8ba081f06a
1 changed files with 3 additions and 7 deletions
|
@ -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.
|
Loading…
Add table
Reference in a new issue