mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-06 21:24:18 +08:00
DOCS: SOA docs should cite BIND doc
This commit is contained in:
parent
9b0b3bcdd6
commit
dff983131a
1 changed files with 2 additions and 1 deletions
|
@ -23,8 +23,9 @@ D("example.com", REG_THIRDPARTY, DnsProvider("DNS_BIND"),
|
||||||
{%endhighlight%}
|
{%endhighlight%}
|
||||||
{% include endExample.html %}
|
{% include endExample.html %}
|
||||||
|
|
||||||
|
|
||||||
## Notes:
|
## Notes:
|
||||||
|
|
||||||
* The serial number is managed automatically. It isn't even a field in `SOA()`.
|
* 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.
|
* 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).
|
||||||
|
|
Loading…
Add table
Reference in a new issue