mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Remove priority field
It's gone from PowerDNS 3.4.2 and later.
This commit is contained in:
parent
20eb8afa2b
commit
adcaefda59
4 changed files with 3 additions and 32 deletions
|
@ -39,8 +39,7 @@ $templates[] = array(
|
|||
array(
|
||||
'name' => '',
|
||||
'type' => 'MX',
|
||||
'content' => 'mx2.tuxis.nl',
|
||||
'priority' => '200')
|
||||
'content' => '200 mx2.tuxis.nl')
|
||||
)
|
||||
);
|
||||
*/
|
||||
|
@ -51,4 +50,3 @@ $defaults['defaulttype'] = 'Master'; # Choose between 'Native
|
|||
$defaults['primaryns'] = 'unconfigured.primaryns'; # The value of the first NS-record
|
||||
$defaults['secondaryns'] = '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