mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
MX RFC1035 - priority -> preference & value -> exchange
This commit is contained in:
@@ -65,8 +65,8 @@ class TinyDnsBaseSource(BaseSource):
|
||||
'ttl': ttl,
|
||||
'type': _type,
|
||||
'values': [{
|
||||
'priority': r[1],
|
||||
'value': '{}.'.format(r[0])
|
||||
'preference': r[1],
|
||||
'exchange': '{}.'.format(r[0])
|
||||
} for r in records]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user