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:
2
commands/types/dnscontrol.d.ts
vendored
2
commands/types/dnscontrol.d.ts
vendored
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Reference in New Issue
Block a user