1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

YamlProvider supports everything

This commit is contained in:
Viranch Mehta
2021-09-17 21:56:05 -07:00
parent 1745a5c239
commit dae3dd55d7

View File

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