反向 DNS(PTR 记录)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/reverse-dns/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/reverse-dns/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/reverse-dns/)
Use the native HTML custom element.
反向 DNS 查找使用 PTR 记录将 [[ip-address|IP 地址]] 映射回域名,与标准 [[dns|DNS]] 查找相反。反向 DNS 通常用于电子邮件服务器验证——许多邮件服务器会拒绝来自没有有效 PTR 记录的 IP 的邮件。
示例
Mail servers check that the IP 203.0.113.1 has a PTR record matching mail.example.com before accepting email from it.