PTR-Eintrag (Reverse 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.
Ein PTR-Eintrag (Zeiger) bildet eine [[ip-address|IP-Adresse]] auf einen Hostnamen ab und ermöglicht so Reverse-DNS-Suchen — das Gegenstück zur Suche nach einem [[a-record|A-Eintrag]] oder [[aaaa-record|AAAA-Eintrag]]. PTR-Einträge befinden sich in speziellen Reverse-Lookup-Zonen unter den Domains in-addr.arpa (IPv4) und ip6.arpa (IPv6), wo die IP-Oktette oder -Nibbles in umgekehrter Reihenfolge aufgeschrieben werden. Mailserver verwenden PTR-Einträge als grundlegendes Anti-Spam-Signal: Eine sendende IP ohne passenden PTR-Eintrag (oder deren PTR nicht auf dieselbe IP zurückbestätigt) wird von Spam-Filtern häufig abgewiesen. ISPs und Hosting-Anbieter steuern die Delegierung dieser Reverse-Zonen.
Beispiel
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.