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

example corrections

This commit is contained in:
Ross McFarland
2023-09-12 10:24:28 -07:00
parent 8833638efb
commit d9f4b6a9a3
2 changed files with 6 additions and 5 deletions

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.

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