Reservierte Test-TLDs
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.
Reservierte Test-TLDs sind [[tld|Top-Level-Domains]], die von der [[iana|IANA]] (RFC 2606) für Dokumentations-, Test- und Entwicklungszwecke vorgehalten werden und niemals in der öffentlichen [[dns|DNS]]-Root-Zone delegiert werden. Die vier primären reservierten TLDs sind .test (für Software-Tests), .example (für Dokumentation und Illustration), .invalid (garantiert nicht auflösbar) und .localhost (für Loopback auf der lokalen Maschine). Die Verwendung dieser TLDs in Code, Dokumentation oder Demos stellt sicher, dass Beispiele niemals versehentlich auf echte Domains auflösen.
Beispiel
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.