Check for newly added configuration options

Fix typo in default config file

Closes #40
This commit is contained in:
Mark Schouten 2015-04-17 15:17:25 +02:00
parent c70e0b19a1
commit a8fadba0e0
2 changed files with 11 additions and 1 deletions

View file

@ -6,7 +6,7 @@ $apiip = ''; # The IP of the PowerDNS API
$apiport = '8081'; # The port of the PowerDNS API
$apisid = 'localhost'; # PowerDNS's :server_id
$apiproto = 'http'; # http | https
$apisslsverify = FALSE; # Verify SSL Certificate if using https for apiproto
$apisslverify = FALSE; # Verify SSL Certificate if using https for apiproto
$allowzoneadd = FALSE; # Allow normal users to add zones