Browse Source

yaml supports multi value PTR

pull/754/head
Viranch Mehta 4 years ago
parent
commit
2021fcc00c
No known key found for this signature in database GPG Key ID: D83D1392AE9F93B4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      octodns/provider/yaml.py

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

@ -104,6 +104,7 @@ class YamlProvider(BaseProvider):
'''
SUPPORTS_GEO = True
SUPPORTS_DYNAMIC = True
SUPPORTS_MUTLIVALUE_PTR = True
SUPPORTS = set(('A', 'AAAA', 'ALIAS', 'CAA', 'CNAME', 'DNAME', 'LOC', 'MX',
'NAPTR', 'NS', 'PTR', 'SSHFP', 'SPF', 'SRV', 'TXT',
'URLFWD'))


Loading…
Cancel
Save