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

Fix indent of config/example.com.yaml in README.md

This commit is contained in:
Peter Dave Hello
2020-12-27 04:49:11 +08:00
committed by GitHub
parent 4222c6bdb8
commit d801a40057

View File

@@ -102,8 +102,8 @@ Now that we have something to tell OctoDNS about our providers & zones we need t
ttl: 60
type: A
values:
- 1.2.3.4
- 1.2.3.5
- 1.2.3.4
- 1.2.3.5
```
Further information can be found in [Records Documentation](/docs/records.md).