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

Set Ns1Provider to "Yes" for GeoDNS Support

This commit is contained in:
Steve Coursen
2018-01-09 10:35:52 -05:00
parent feb61dfd4d
commit 682e57c9f9

View File

@@ -155,7 +155,7 @@ The above command pulled the existing data out of Route53 and placed the results
| [DnsimpleProvider](/octodns/provider/dnsimple.py) | All | No | CAA tags restricted |
| [DynProvider](/octodns/provider/dyn.py) | All | Yes | |
| [GoogleCloudProvider](/octodns/provider/googlecloud.py) | A, AAAA, CAA, CNAME, MX, NAPTR, NS, PTR, SPF, SRV, TXT | No | |
| [Ns1Provider](/octodns/provider/ns1.py) | All | No | |
| [Ns1Provider](/octodns/provider/ns1.py) | All | Yes | |
| [OVH](/octodns/provider/ovh.py) | A, AAAA, CNAME, MX, NAPTR, NS, PTR, SPF, SRV, SSHFP, TXT | No | |
| [PowerDnsProvider](/octodns/provider/powerdns.py) | All | No | |
| [Rackspace](/octodns/provider/rackspace.py) | A, AAAA, ALIAS, CNAME, MX, NS, PTR, SPF, TXT | No | |