From dff983131a44f34fa7c56706f5088658fff2205a Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Fri, 21 May 2021 11:35:43 -0400 Subject: [PATCH] DOCS: SOA docs should cite BIND doc --- docs/_functions/domain/SOA.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_functions/domain/SOA.md b/docs/_functions/domain/SOA.md index 6b31a06c9..2b4312aef 100644 --- a/docs/_functions/domain/SOA.md +++ b/docs/_functions/domain/SOA.md @@ -23,8 +23,9 @@ D("example.com", REG_THIRDPARTY, DnsProvider("DNS_BIND"), {%endhighlight%} {% include endExample.html %} - ## Notes: * The serial number is managed automatically. It isn't even a field in `SOA()`. * Most providers automatically generate SOA records. They will ignore any `SOA()` statements. + +There is more info about SOA in the documentation for the [BIND provider]({{site.github.url}}/providers/bind).