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

Merge branch 'master' into pool-value-up

This commit is contained in:
Viranch Mehta
2021-09-20 21:04:07 -07:00
committed by GitHub
6 changed files with 9 additions and 9 deletions

View File

@@ -307,7 +307,7 @@ class Ns1Provider(BaseProvider):
SUPPORTS_GEO = True
SUPPORTS_DYNAMIC = True
SUPPORTS_POOL_VALUE_UP = True
SUPPORTS_MUTLIVALUE_PTR = True
SUPPORTS_MULTIVALUE_PTR = True
SUPPORTS = set(('A', 'AAAA', 'ALIAS', 'CAA', 'CNAME', 'MX', 'NAPTR',
'NS', 'PTR', 'SPF', 'SRV', 'TXT', 'URLFWD'))