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",
|
||||
"_domainkey",
|
||||
"_jabber",
|
||||
"_mta-sts",
|
||||
"_sip",
|
||||
"_xmpp",
|
||||
}
|
||||
|
Reference in New Issue
Block a user