Browse Source
Merge pull request #1238 from octodns/readme-type-o
ns1 type-o correction in readme
pull/1239/head
Ross McFarland
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
README.md
|
|
|
@ -84,7 +84,7 @@ providers: |
|
|
|
directory: ./config |
|
|
|
default_ttl: 3600 |
|
|
|
enforce_order: True |
|
|
|
ns: |
|
|
|
ns1: |
|
|
|
class: octodns_ns1.Ns1Provider |
|
|
|
api_key: env/NS1_API_KEY |
|
|
|
route53: |
|
|
|
@ -120,7 +120,7 @@ providers: |
|
|
|
directory: ./config |
|
|
|
default_ttl: 3600 |
|
|
|
enforce_order: True |
|
|
|
ns: |
|
|
|
ns1: |
|
|
|
class: octodns_ns1.Ns1Provider |
|
|
|
api_key: env/NS1_API_KEY |
|
|
|
route53: |
|
|
|
|