Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/porges/placeholders
a reference for placeholder data
https://github.com/porges/placeholders
placeholder-text placeholders test-data
Last synced: 21 days ago
JSON representation
a reference for placeholder data
- Host: GitHub
- URL: https://github.com/porges/placeholders
- Owner: Porges
- License: bsd-3-clause
- Created: 2017-05-11T22:41:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T22:48:29.000Z (over 7 years ago)
- Last Synced: 2024-10-26T10:27:31.432Z (2 months ago)
- Topics: placeholder-text, placeholders, test-data
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://tools.ietf.org/html/rfc2606#page-2) 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](https://tools.ietf.org/html/rfc5737#section-3) 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](https://tools.ietf.org/html/rfc3849#section-2) reserves the following IPv6 block for test or documentation purposes:
* `2001:db8::/32`