Browse Source

example corrections

pull/1053/head
Ross McFarland 2 years ago
parent
commit
d9f4b6a9a3
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
2 changed files with 6 additions and 5 deletions
  1. +1
    -1
      examples/README.md
  2. +5
    -4
      examples/migrating-to-octodns/README.md

+ 1
- 1
examples/README.md View File

@ -12,7 +12,7 @@ ideas for other subjects to cover.
with octoDNS including the process of planning and applying changes.
* [Migrating to octoDNS](migrating-to-octodns/) - have an existing DNS setup
you'd like to bring into octoDNS check this example out right after
[basic](/basic). It'll walk you through the steps of using `octodns-dump` to
[basic](basic/). It'll walk you through the steps of using `octodns-dump` to
pull the existing data out of your provider into matching YAML config files on
disk.


+ 5
- 4
examples/migrating-to-octodns/README.md View File

@ -7,11 +7,12 @@ Some relevant documentation for this example is in comments in the YAML
configuration files.
* [config/octodns.yaml](config/octodns.yaml)
* [config/my-domain.com.yaml](config/my-domain.com.yaml)
* [config/unused-domain.io.yaml](config/unused-domain.io.yaml)
* [populate/octodns.yaml](populate/octodns.yaml)
* [populate/my-dumpable.com.yaml](populate/my-dumpable.com.yaml)
* [populate/unused-dumpable.io.yaml](populate/unused-dumpable.io.yaml)
From here on this README focuses on the general process of running octoDNS to
create your initial config.
From here on this README focuses on the process of using `octodns-dump` to
import your existing DNS data into octoDNS.
## Checking out the code and setting up the environment


Loading…
Cancel
Save