From 29832ebc9ca8354e8b5ed5100e546586d9277bcc Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Tue, 14 Nov 2023 14:48:55 -0800 Subject: [PATCH] SPF is documented well in octodns-spf, no examples needed --- examples/basic/README.md | 1 - examples/migrating-to-octodns/README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/basic/README.md b/examples/basic/README.md index 131ccee..f210881 100644 --- a/examples/basic/README.md +++ b/examples/basic/README.md @@ -251,5 +251,4 @@ No changes were planned ## What's Next * Check out [migrating to octoDNS](../migrating-to-octodns) for an example of how to create zone configuration YAML files from your existing provider's configuration -* Have a look at [managing SPF values](../managing-spf) for details on the best practices for configuring email related DNS records with octoDNS * For a complete list check out the [Examples Directory](../) diff --git a/examples/migrating-to-octodns/README.md b/examples/migrating-to-octodns/README.md index 922a0cd..15c1742 100644 --- a/examples/migrating-to-octodns/README.md +++ b/examples/migrating-to-octodns/README.md @@ -268,5 +268,4 @@ So now you can commit your config and start managing you DNS with octoDNS rather than clicking buttons in UIs or using whatever you previous had used. * Check out [octoDNS basic example](../basic) for an example of how to create zone configuration YAML files from your existing provider's configuration -* Have a look at [managing SPF values](../managing-spf) for details on the best practices for configuring email related DNS records with octoDNS * For a complete list check out the [Examples Directory](../)