Registro PTR (DNS Reverso)
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.
Um registro PTR (Ponteiro) mapeia um [[ip-address|endereço IP]] de volta para um nome de host, permitindo buscas DNS inversas — o inverso de uma busca de [[a-record|registro A]] ou [[aaaa-record|registro AAAA]]. Os registros PTR residem em zonas de busca inversa especiais sob os domínios in-addr.arpa (IPv4) e ip6.arpa (IPv6), onde os octetos ou nibbles do IP são escritos em ordem inversa. Os servidores de e-mail usam registros PTR como sinal básico anti-spam: um IP remetente sem um registro PTR correspondente (ou cujo PTR não confirma de volta para o mesmo IP) é frequentemente rejeitado por filtros de spam. ISPs e provedores de hospedagem controlam a delegação dessas zonas inversas.
Exemplo
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.