mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
MX record values are repesented by a sub-struct.
This commit is contained in:
@@ -337,9 +337,9 @@ class RackspaceProvider(BaseProvider):
|
||||
return {
|
||||
'name': remove_trailing_dot(record.fqdn),
|
||||
'type': record._type,
|
||||
'data': remove_trailing_dot(value),
|
||||
'data': remove_trailing_dot(value.value),
|
||||
'ttl': max(record.ttl, 300),
|
||||
'priority': record.priority
|
||||
'priority': value.priority
|
||||
}
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user