mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-07-09 17:34:26 +03:00
Allow pdns 4.0 users to use nsedit as well, by allowing to set the API version
This commit is contained in:
parent
319828033d
commit
59f4f1e70f
4 changed files with 24 additions and 4 deletions
|
@ -4,6 +4,7 @@ $apiuser = ''; # The PowerDNS API username. Leave empty for authmethod
|
|||
$apipass = ''; # The PowerDNS API-user password or the PowerDNS-API key (see AUTHENTICATION)
|
||||
$apiip = ''; # The IP of the PowerDNS API
|
||||
$apiport = '8081'; # The port of the PowerDNS API
|
||||
$apivers = 0; # The version of the PowerDNS API. 0 == experimental, 1 = v1 (pdns 4.0)
|
||||
$apisid = 'localhost'; # PowerDNS's :server_id
|
||||
$apiproto = 'http'; # http | https
|
||||
$apisslverify = FALSE; # Verify SSL Certificate if using https for apiproto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue