PTRレコード(逆引きDNS)
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/ptr-record/" 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/ptr-record/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/ptr-record/)
Use the native HTML custom element.
PTR(ポインター)レコードは[[ip-address|IPアドレス]]をホスト名にマッピングし、逆引きDNSルックアップを可能にします。これは[[a-record|Aレコード]]または[[aaaa-record|AAAAレコード]]ルックアップの逆です。PTRレコードはin-addr.arpa(IPv4)およびip6.arpa(IPv6)ドメイン配下の特殊な逆引きゾーンに存在し、IPのオクテットまたはニブルが逆順に記述されます。メールサーバーはPTRレコードを基本的なスパム対策の指標として使用します。一致するPTRレコードがない送信IP、またはPTRが同一IPに正引き確認できないIPは、スパムフィルターによって頻繁に拒否されます。ISPとホスティングプロバイダーがこれらの逆引きゾーンの委任を管理します。
使用例
The IP 93.184.216.34 has a PTR record pointing to 93.184.216.34.in-addr.arpa that resolves to 'edgecastcdn.net'; mail servers verify this to confirm the sender IP is legitimately associated with the claimed domain.