diff options
| author | 2024-04-27 17:08:05 +0100 | |
|---|---|---|
| committer | 2024-04-27 19:27:24 +0100 | |
| commit | fd2d137b7b2c6e58806237e50cece2294d9c2e38 (patch) | |
| tree | c5282fa8e71a30f67d0b5e60687b8b3bae4ac6b3 /dns/README.md | |
| parent | Add .env files to gitignore (diff) | |
Add OctoDNS configuration and documentation
Diffstat (limited to 'dns/README.md')
| -rw-r--r-- | dns/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/README.md b/dns/README.md new file mode 100644 index 0000000..0e6d74a --- /dev/null +++ b/dns/README.md @@ -0,0 +1,3 @@ +# DNS Management + +This folder manages DNS records across the zones we use. It uses [octodns](https://github.com/octodns/octodns) with the Cloudfare provider to push and synchronize zone records with the YAML files in the `zones` folder. |