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

DOCS: Update SPF_BUILDER.md (#2169)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Paul Dee
2023-03-15 17:13:15 +01:00
committed by GitHub
parent 28055dc6f7
commit 28fcd264ee
2 changed files with 2 additions and 2 deletions

View File

@ -2240,7 +2240,7 @@ declare function R53_ZONE(zone_id: string): DomainModifier & RecordModifier;
* [multi-string]: https://tools.ietf.org/html/rfc4408#section-3.1.3 * [multi-string]: https://tools.ietf.org/html/rfc4408#section-3.1.3
* [record-size]: https://tools.ietf.org/html/rfc4408#section-3.1.4 * [record-size]: https://tools.ietf.org/html/rfc4408#section-3.1.4
* *
* `SPR_BUILDER()` returns multiple `TXT()` records: * `SPF_BUILDER()` returns multiple `TXT()` records:
* *
* * `TXT("@", "v=spf1 .... ~all")` * * `TXT("@", "v=spf1 .... ~all")`
* * This is the optimized configuration. * * This is the optimized configuration.

View File

@ -136,7 +136,7 @@ The parameters are:
[multi-string]: https://tools.ietf.org/html/rfc4408#section-3.1.3 [multi-string]: https://tools.ietf.org/html/rfc4408#section-3.1.3
[record-size]: https://tools.ietf.org/html/rfc4408#section-3.1.4 [record-size]: https://tools.ietf.org/html/rfc4408#section-3.1.4
`SPR_BUILDER()` returns multiple `TXT()` records: `SPF_BUILDER()` returns multiple `TXT()` records:
* `TXT("@", "v=spf1 .... ~all")` * `TXT("@", "v=spf1 .... ~all")`
* This is the optimized configuration. * This is the optimized configuration.