mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-07-29 20:11:32 +03:00
- added dynamic NS-entry config parameter and field generation
- added protocol config-parameter
This commit is contained in:
parent
20eb8afa2b
commit
daa4de4d2b
3 changed files with 23 additions and 23 deletions
|
@ -6,6 +6,7 @@ $apiip = ''; # The IP of the PowerDNS API
|
|||
$apiport = '8081'; # The port of the PowerDNS API
|
||||
$apisid = 'localhost'; # PowerDNS's :server_id
|
||||
$allowzoneadd = FALSE; # Allow normal users to add zones
|
||||
$apiprotocol = 'http://'; # protocol used to connect with trailing slashs
|
||||
|
||||
### AUTHENTICATION ###
|
||||
# The first versions of the PowerDNS API used the standard webserver password
|
||||
|
@ -48,7 +49,7 @@ $templates[] = array(
|
|||
$defaults['soa_edit'] = 'INCEPTION-INCREMENT';
|
||||
$defaults['soa_edit_api'] = 'INCEPTION-INCREMENT';
|
||||
$defaults['defaulttype'] = 'Master'; # Choose between 'Native' or 'Master'
|
||||
$defaults['primaryns'] = 'unconfigured.primaryns'; # The value of the first NS-record
|
||||
$defaults['secondaryns'] = 'unconfigured.secondaryns'; # The value of the second NS-record
|
||||
$defaults['ns'][0] = 'unconfigured.primaryns'; # The value of the first NS-record
|
||||
$defaults['ns'][1] = 'unconfigured.secondaryns'; # The value of the second NS-record
|
||||
$defaults['ttl'] = 3600; # Default TTL for records
|
||||
$defaults['priority'] = 0; # Default for priority in records
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue