예약된 테스트 TLD
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/test-tld/" 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/test-tld/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/test-tld/)
Use the native HTML custom element.
예약된 테스트 TLD는 [[iana|IANA]](RFC 2606)가 문서화, 테스트 및 개발 목적으로 지정한 [[tld|최상위 도메인]]으로, 공개 [[dns|DNS]] 루트 존에 절대 위임되지 않습니다. 4개의 주요 예약 TLD는 .test(소프트웨어 테스트용), .example(문서 및 예시용), .invalid(해석 불가 보장), .localhost(로컬 머신 루프백용)입니다. 코드, 문서 또는 데모에서 이러한 TLD를 사용하면 예시가 실제 도메인으로 해석되거나 의도치 않은 인터넷 트래픽이 발생하는 일을 방지할 수 있습니다.
예시
RFC documentation uses example.com, example.net, and example.org for all illustrative purposes; developers use http://myapp.test during local development to avoid conflicts with live domains.