Browse Source

Merge pull request #295 from github/dyn-caa-ttl

Include TTL in Dyn CCA record values
pull/297/head
Ross McFarland 7 years ago
committed by GitHub
parent
commit
4e9cd1d975
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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 [{ return [{
'flags': v.flags, 'flags': v.flags,
'tag': v.tag, 'tag': v.tag,
'ttl': record.ttl,
'value': v.value, 'value': v.value,
} for v in record.values] } for v in record.values]


Loading…
Cancel
Save