mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Implement SUPPORTS_DYNAMIC functionality, no providers
This commit is contained in:
@@ -59,6 +59,7 @@ class CloudflareProvider(BaseProvider):
|
||||
value: 1.2.3.4
|
||||
'''
|
||||
SUPPORTS_GEO = False
|
||||
SUPPORTS_DYNAMIC = False
|
||||
SUPPORTS = set(('ALIAS', 'A', 'AAAA', 'CAA', 'CNAME', 'MX', 'NS', 'SRV',
|
||||
'SPF', 'TXT'))
|
||||
|
||||
|
Reference in New Issue
Block a user