mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
POC supports & dynamic checking in _process_desired_zone
This commit is contained in:
@ -107,7 +107,7 @@ class PlannableProvider(BaseProvider):
|
||||
|
||||
SUPPORTS_GEO = False
|
||||
SUPPORTS_DYNAMIC = False
|
||||
SUPPORTS = set(('A',))
|
||||
SUPPORTS = set(('A', 'AAAA', 'TXT'))
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(PlannableProvider, self).__init__(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user