Add default priority in record data used by previous pdns version
This commit is contained in:
parent
abb80784e4
commit
0df70276ea
1 changed files with 1 additions and 0 deletions
|
|
@ -694,6 +694,7 @@ class Record(object):
|
|||
"name": r['name'],
|
||||
"ttl": r['ttl'],
|
||||
"type": r['type'],
|
||||
"priority": 10, # priority field for pdns 3.4.1. https://doc.powerdns.com/md/authoritative/upgrading/
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue