1
0
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:
Tom Hughes
2020-02-07 19:20:24 +00:00
committed by GitHub
parent 450accf0a5
commit 6c4192bf82

View File

@ -92,6 +92,7 @@ var labelUnderscores = []string{
"_dmarc",
"_domainkey",
"_jabber",
"_mta-sts",
"_sip",
"_xmpp",
}