Skip to content

Commit 7a046b7

Browse files
authored
[Style Guide] Add reserved ASNs (#28982)
1 parent 82925fa commit 7a046b7

1 file changed

Lines changed: 17 additions & 11 deletions

File tree

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,36 @@
11
---
22
pcx_content_type: concept
33
title: Example values
4-
54
---
65

76
## DNS Domains
87

9-
As described in [RFC 2606](https://www.iana.org/go/rfc2606) and [RFC 6761](https://www.iana.org/go/rfc6761), a number of domains such as example.com and example.org are maintained for documentation purposes. Sometimes you also need to differentiate between a customer domain and your own application domain, so Cloudflare has also registered some domains for you to use.
8+
As described in [RFC 2606](https://datatracker.ietf.org/doc/html/rfc2606) and [RFC 6761](https://datatracker.ietf.org/doc/html/rfc6761), a number of domains such as `example.com` and `example.org` are maintained for documentation purposes. Sometimes you also need to differentiate between a customer domain and your own application domain, so Cloudflare has also registered some domains for you to use.
109

1110
Examples:
1211

13-
* `example.com`
14-
* `example.org`
15-
* `myappexample.com`
16-
* `mycustomerexample.com`
12+
- `example.com`
13+
- `example.org`
14+
- `myappexample.com`
15+
- `mycustomerexample.com`
1716

18-
IANA also maintains more example domains [documented here](https://www.iana.org/domains/reserved).
17+
IANA also maintains more example domains in their [domain names documentation](https://www.iana.org/domains/reserved).
1918

2019
## IPv4 ranges
2120

22-
According to the Internet Engineering Task Force (IETF), there are specific [IPv4 ranges used for documentation](https://datatracker.ietf.org/doc/rfc5737/):
21+
According to the Internet Engineering Task Force (IETF), there are specific [IPv4 ranges used for documentation](https://datatracker.ietf.org/doc/html/rfc5737):
2322

2423
Examples:
2524

26-
* `192.0.2.0/24`.
27-
* `198.51.100.0/24`.
28-
* `203.0.113.0/24`.
25+
- `192.0.2.0/24`
26+
- `198.51.100.0/24`
27+
- `203.0.113.0/24`
2928

3029
These IP addresses are reserved and will not take anyone to live origins.
30+
31+
## Autonomous System Numbers (ASNs)
32+
33+
According to the Internet Assigned Numbers Authority (IANA), there are specific [ASN ranges reserved for documentation](https://datatracker.ietf.org/doc/html/rfc5398):
34+
35+
- `64496-64511` (16-bit ASN range)
36+
- `65536-65551` (32-bit ASN range)

0 commit comments

Comments
 (0)