Browse Source
Merge pull request #314 from volym3ad/adding-more-details-to-docs
Adding more details to OctoDNS docs
pull/316/head
Ross McFarland
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
4 deletions
-
README.md
-
docs/records.md
|
|
|
@ -35,6 +35,8 @@ providers: |
|
|
|
config: |
|
|
|
class: octodns.provider.yaml.YamlProvider |
|
|
|
directory: ./config |
|
|
|
default_ttl: 3600 |
|
|
|
enforce_order: True |
|
|
|
dyn: |
|
|
|
class: octodns.provider.dyn.DynProvider |
|
|
|
customer: 1234 |
|
|
|
|
|
|
|
@ -120,10 +120,10 @@ In the above example each name had a single record, but there are cases where a |
|
|
|
- 1.2.3.5 |
|
|
|
- type: MX |
|
|
|
values: |
|
|
|
- priority: 10 |
|
|
|
value: mx1.example.com. |
|
|
|
- priority: 10 |
|
|
|
value: mx2.example.com. |
|
|
|
- exchange: mx1.example.com. |
|
|
|
preference: 10 |
|
|
|
- exchange: mx2.example.com. |
|
|
|
preference: 10 |
|
|
|
``` |
|
|
|
|
|
|
|
### Record data |
|
|
|
|