Browse Source

Include TTL in Dyn CCA record values

pull/295/head
Ross McFarland 7 years ago
parent
commit
6a7a54be06
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      octodns/provider/dyn.py

+ 1
- 0
octodns/provider/dyn.py View File

@ -529,6 +529,7 @@ class DynProvider(BaseProvider):
return [{
'flags': v.flags,
'tag': v.tag,
'ttl': record.ttl,
'value': v.value,
} for v in record.values]


Loading…
Cancel
Save