Registro PTR (DNS Inverso)
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.
Un registro PTR (Puntero) asigna una [[ip-address|dirección IP]] a un nombre de host, lo que permite las búsquedas DNS inversas — el inverso de una búsqueda de [[a-record|registro A]] o [[aaaa-record|registro AAAA]]. Los registros PTR residen en zonas de búsqueda inversa especiales bajo los dominios in-addr.arpa (IPv4) e ip6.arpa (IPv6), donde los octetos o nibbles de la IP se escriben en orden inverso. Los servidores de correo usan los registros PTR como señal básica anti-spam: una IP emisora sin un registro PTR coincidente (o cuyo PTR no se confirma hacia adelante a la misma IP) es frecuentemente rechazada por los filtros de spam. Los ISPs y los proveedores de hosting controlan la delegación de estas zonas inversas.
Ejemplo
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.