Allow pdns 4.0 users to use nsedit as well, by allowing to set the API version

This commit is contained in:
Mark Schouten 2015-12-17 10:04:54 +01:00
parent 319828033d
commit 59f4f1e70f
4 changed files with 24 additions and 4 deletions

View file

@ -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