역방향 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.