Ns1 still SUPPORTS_GEO

This commit is contained in:
Ross McFarland
2019-12-12 14:19:16 -08:00
parent 674c29fb8b
commit 6c7abe1fd6
+1 -1
View File
@@ -174,7 +174,7 @@ class Ns1Provider(BaseProvider):
class: octodns.provider.ns1.Ns1Provider
api_key: env/NS1_API_KEY
'''
SUPPORTS_GEO = False
SUPPORTS_GEO = True
SUPPORTS_DYNAMIC = True
SUPPORTS = set(('A', 'AAAA', 'ALIAS', 'CAA', 'CNAME', 'MX', 'NAPTR',
'NS', 'PTR', 'SPF', 'SRV', 'TXT'))