Skip to content

Porges/placeholders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Placeholders

A reference for placeholder data. These are data that are designed to be used in tests or examples, which are "obviously invalid" or do not work in production scenarios.

Domain names

RFC2606 guarantees that the following TLDs will not be registered:

  • .example: for use in documentation or examples
  • .test: for use in tests
  • .invalid: catch-all invalid TLD

.localhost is also guaranteed to never be registered.

IP Addresses

RFC 5737 reserves the following IPv4 blocks for test or documentation purposes:

  • 192.0.2.0/24 ("TEST-NET-1")
  • 198.51.100.0/24 ("TEST-NET-2")
  • 203.0.113.0/24 ("TEST-NET-3")

RFC 3849 reserves the following IPv6 block for test or documentation purposes:

  • 2001:db8::/32

Releases

No releases published

Packages

No packages published