mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Add _mta-sts to labels allowed to have an underscore (#617)
Although _mta-sts is normally used with a TXT record it can also be used with a CNAME record to delegate the authority. See sections 3.1 and 8.2 of RFC8461 for details.
This commit is contained in:
@ -92,6 +92,7 @@ var labelUnderscores = []string{
|
|||||||
"_dmarc",
|
"_dmarc",
|
||||||
"_domainkey",
|
"_domainkey",
|
||||||
"_jabber",
|
"_jabber",
|
||||||
|
"_mta-sts",
|
||||||
"_sip",
|
"_sip",
|
||||||
"_xmpp",
|
"_xmpp",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user