Skip to content

Commit 0c000ca

Browse files
Apply partial to /byoip/concepts/static-ips
1 parent 8525c5f commit 0c000ca

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/content/docs/byoip/concepts/static-ips.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar:
66

77
---
88

9+
import { Render } from "~/components";
10+
911
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.
1012

1113
Cloudflare will not change static IP addresses without notifying you, and will typically only do so at your request.
@@ -18,4 +20,14 @@ Static IPs are allocated to the account, but can be assigned to a single zone. T
1820

1921
## Availability
2022

21-
Static IPs are available as an add-on purchase for Enterprise plans.
23+
Static IPs are available as an add-on purchase for Enterprise plans.
24+
25+
## Check Static IPs
26+
27+
<Render
28+
file="check-leased-ips"
29+
product="byoip"
30+
params={{
31+
product: "Static IPs for CDN Ingress"
32+
}}
33+
/>

0 commit comments

Comments
 (0)