Remove priority field

It's gone from PowerDNS 3.4.2 and later.
This commit is contained in:
Christian Hofstaedtler 2015-02-07 14:37:06 +01:00
parent 20eb8afa2b
commit adcaefda59
4 changed files with 3 additions and 32 deletions

View file

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