微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

domain-name-system – 我是否需要保留SPF TXT记录以实现向后兼容?

一个专用的DNS SPF记录,可用于SPF记录.但是,DNS TXT记录也可用于向后兼容.

如果我可以定义SPF记录 – 我应该删除已弃用的TXT记录还是留下它?

解决方法

实际上在 RFC 7208,section 3.1.之后你应该只使用TXT类型记录:

SPF records MUST be published as a DNS TXT (type 16) Resource Record
(RR) [RFC1035] only. The character content of the record is encoded
as [US-ASCII]. Use of alternative DNS RR types was supported in
SPF’s experimental phase but has been discontinued.

SPFBR工作组已于2014年4月弃用SPF RR类型.对此的推理也可以在RFC 7208,section 3.1.中找到,其中淘汰了旧的RFC 4408

In 2003,when SPF was first being developed,the requirements for assignment of a new DNS RR type were considerably more stringent than they are Now. Additionally,support for easy deployment of new DNS RR types was not widely deployed in DNS servers and provisioning systems. As a result,developers of SPF found it easier and more practical to use the TXT RR type for SPF records.

原文地址:https://www.jb51.cc/html/228323.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐