Allow remote boxes to execute stuff, eventhough they don't really login

This commit is contained in:
Mark Schouten 2014-09-26 13:47:52 +02:00
parent f047f60712
commit 262e3c76a8
2 changed files with 18 additions and 0 deletions

View file

@ -13,6 +13,11 @@ $apisid = ''; # PowerDNS's :server_id
#$wefactapiurl = 'https://yourdomain/Pro/apiv2/api.php';
#$wefactapikey = 'xyz';
# If you want external scripts to be able to execute stuff here, add the
# remote-ip to $adminapiips and create a $adminapikey
#$adminapiips = array();
#$adminapikey = 'thisshouldbequitealongstring,youknow';
$authdb = "../etc/pdns.users.sqlite3";
$templates = array();