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

DOCS: Add missing record modifiers (#1793)

This commit is contained in:
Jeffrey Cafferata
2022-10-30 18:45:04 +01:00
committed by GitHub
parent ffdb4b6271
commit 5ba66fac52
6 changed files with 38 additions and 16 deletions

View File

@ -9,8 +9,9 @@ Problem: It is difficult to get CAA and other records exactly right.
Solution: Use a "builder" to construct it for you.
* [CAA Builder]({{site.github.url}}/caa-builder)
* [SPF Optimizer]({{site.github.url}}/spf-optimizer)
* [CAA Builder]({{site.github.url}}/js#CAA_BUILDER)
* [DMARC Builder]({{site.github.url}}/js#DMARC_BUILDER)
* [SPF Optimizer]({{site.github.url}}/js#SPF_BUILDER)
# Repeat records in many domains (macros)
@ -139,5 +140,5 @@ domain exists, who requested it, any associated ticket numbers, and so
on.
We also comment the individual parts of a record. Look at the [SPF
Optimizer]({{site.github.url}}/spf-optimizer) example. Each part of
Optimizer]({{site.github.url}}/js#SPF_BUILDER) example. Each part of
the SPF record has a comment.