You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/byoip/address-maps/index.mdx
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,21 +18,25 @@ If you do not have BYOIP or static IPs and you want to use Address Maps, contact
18
18
Both IPv4 and IPv6 addresses are supported.
19
19
:::
20
20
21
+
---
22
+
21
23
## How Address Maps works
22
24
23
25
For zones using [Cloudflare's authoritative DNS](/dns/), Cloudflare typically responds to DNS queries for proxied hostnames with [anycast IPs](/fundamentals/concepts/cloudflare-ip-addresses/). However, if you [customize the IPs Cloudflare uses](/fundamentals/concepts/cloudflare-ip-addresses/#customize-cloudflare-ip-addresses) and use Address Maps, Cloudflare will respond with the IP address(es) on the address map.
24
26
25
27
Address maps do not change [how Cloudflare reaches the configured origin](/fundamentals/concepts/how-cloudflare-works/#how-cloudflare-works-as-a-reverse-proxy). The IP addresses defined on the **DNS** > **Records** under your zone continue to instruct Cloudflare how to reach the origin.
26
28
29
+
:::caution
30
+
Depending on whether you use static IPs or BYOIP, the process to [create an address map](/byoip/address-maps/setup/#create-address-maps) is different.
31
+
:::
32
+
27
33
### Static IPs or BYOIP
28
34
29
35
Leased static IPs allow you to use a set of specifically assigned Cloudflare IPs to ensure they do not change. Cloudflare creates an address map with your static IPs that you may edit. You cannot create another map using your static IPs.
30
36
31
37
With BYOIP, you use your IPs by bringing an address space that you lease or own and creating an address map.
32
38
33
-
:::caution
34
-
Depending on whether you use static IPs or BYOIP, the process to [create an address map](/byoip/address-maps/setup/#create-address-maps) is different.
Copy file name to clipboardExpand all lines: src/content/docs/byoip/address-maps/setup.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Consider the sections below to learn how to set up address maps.
10
10
11
11
## Create address maps
12
12
13
-
To avoid any errors if you have [static IPs](/byoip/concepts/static-ips/), Cloudflare creates an address map during the static IP onboarding process. This means you cannot create a new address map with your static IPs, you may only edit the Cloudflare-created map and add or edit your zones within the existing map.
13
+
To avoid any errors if you have [static IPs](/byoip/concepts/static-ips/), Cloudflare creates an address map during the static IP onboarding process, meaning you cannot create a new address map with your static IPs. You may only edit the Cloudflare-created map and add or edit your zones within the existing map.
14
14
15
15
If you are using BYOIP instead, refer to the following steps:
16
16
@@ -46,7 +46,7 @@ Define a hostname to be used by default whenever Cloudflare receives a TLS hands
46
46
Setting up a default SNI is currently only supported via API.
47
47
:::
48
48
49
-
1. If you have not already, create an address map. [API endpoint TBC](/api/resources/addressing/subresources/address_maps/methods/create/)
50
-
2. Take note of the address map `id`. If needed, you can use the [List Address Maps](/api/resources/addressing/subresources/address_maps/methods/list/) endpoint to retrieve it.
51
-
3. Make sure you add the desired IP(s) to the address map. Cloudflare will respond with the default SNI on those IPs. [API endpoint TBC](/api/resources/addressing/subresources/address_maps/subresources/ips/methods/update/)
52
-
4. Configure the `default_sni` value on the address map created in step 1. [API endpoint TBC](/api/resources/addressing/subresources/address_maps/methods/edit/). The default SNI can be any valid domain or subdomain owned by your account.
49
+
1. If you have not already, create an address map. Refer to the [section above](#create-address-maps) or to the [Create Address Map](/api/resources/addressing/subresources/address_maps/methods/create/) API endpoint.
50
+
2. Take note of the address map `id`. If needed, you can use the [List Address Maps](/api/resources/addressing/subresources/address_maps/methods/list/) endpoint to get it.
51
+
3. Make sure you add the desired IPs to the address map. Cloudflare will respond with the default SNI on those IPs. Use the dashboard or refer to [Add An IP To An Address Map](/api/resources/addressing/subresources/address_maps/subresources/ips/methods/update/).
52
+
4. Configure the `default_sni` value on the address map created in step 1. Refer to the [Update Address Map](/api/resources/addressing/subresources/address_maps/methods/edit/) API endpoint for details. The default SNI can be any valid domain or subdomain owned by your account.
Copy file name to clipboardExpand all lines: src/content/docs/byoip/concepts/static-ips.mdx
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,16 @@ sidebar:
6
6
7
7
---
8
8
9
-
Leased static IPs allow you to use a set of specifically assigned Cloudflare IPs.
10
-
11
-
Static IPs are allocated to the account, but can be assigned to a single zone. This means that you can place multiple zones on the same static IPs. You can also specify which zones are mapped to your static IPs and control when the IPs for your zones change.
12
-
13
-
If you need to allowlist your IPs or to communicate your IPs to third parties, allocating static IPs to your account allows you to know them ahead of time.
9
+
Lease static IPs so that you can use a set of specifically assigned Cloudflare IPs. If you need to allowlist your IPs or to communicate your IPs to third parties, allocating static IPs to your account allows you to know them ahead of time.
14
10
15
11
Cloudflare will not change static IP addresses without notifying you, and will typically only do so at your request.
16
12
17
13
:::note
18
-
Although BYOIP and static IPs are different offerings, both can be managed via[Address Maps](/byoip/address-maps/).
14
+
Although BYOIP and static IPs are different offerings, both can be managed using[Address Maps](/byoip/address-maps/).
19
15
:::
20
16
17
+
Static IPs are allocated to the account, but can be assigned to a single zone. This means that you can place multiple zones on the same static IPs. You can also specify which zones are mapped to your static IPs and control when the IPs for your zones change.
18
+
21
19
## Availability
22
20
23
21
Static IPs are available as an add-on purchase for Enterprise plans.
0 commit comments