mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-07-09 17:34:26 +03:00
Check for newly added configuration options
Fix typo in default config file Closes #40
This commit is contained in:
parent
c70e0b19a1
commit
a8fadba0e0
2 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue