Browse Source

Ns1 still SUPPORTS_GEO

pull/433/head
Ross McFarland 6 years ago
parent
commit
6c7abe1fd6
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/ns1.py

+ 1
- 1
octodns/provider/ns1.py 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'))


Loading…
Cancel
Save