Skip to content

Commit 9f545bf

Browse files
[BYOIP] Landing page refresh + UI text updates (#23966)
* Add dedicated #Features section * Revert specific link to Gateway DNS - was changed by mistake * Add #more-resources section * Consolidate naming to infinitive and singular * Remove list of integrations from sparse product defs * Fix formatting * Make page description match Description component * Replace reference-architecture link in #more-resources * Add intro paragraph adding context and value of BYOIP * Align BYOIP description across products that reference it * Update .yaml description * Update steps following LOUI-6592 and confirmation from PM * Update API Tag to Prefix ID following LOUI-6592
1 parent 01b2dad commit 9f545bf

File tree

8 files changed

+47
-16
lines changed

8 files changed

+47
-16
lines changed

src/content/docs/byoip/concepts/dynamic-advertisement/best-practices.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Disablement takes approximately 15 minutes.
4646
### Via the Cloudflare dashboard
4747

4848
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
49-
2. Go to **IP Addresses** > **IP Prefixes**.
49+
2. Go to **IP Addresses** > **BYOIP Prefixes**.
5050
3. Select **Edit** at the end of the entry.
5151
4. From **Edit IP Prefixes**, select **Advertised** or **Withdrawn** under **Status**.
5252
5. Select **Save** to commit your changes.
@@ -64,9 +64,9 @@ Most dynamic advertisement operations require that you supply the Cloudflare ID
6464
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
6565

6666
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
67-
2. Go to **IP Addresses** > **IP Prefixes**.
67+
2. Go to **IP Addresses** > **BYOIP Prefixes**.
6868
3. Find the CIDR for which you want the prefix ID, and select the arrow next to it.
69-
4. The prefix ID is the value under **API Tag**. Select **Copy** to add the value to your clipboard.
69+
4. Under **Prefix ID**, select **Copy** to add the value to your clipboard.
7070

7171
</TabItem> <TabItem label="API">
7272

src/content/docs/byoip/concepts/prefix-delegations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To bind an IP from one service to another, use the API.
3939
## Configure prefix delegations
4040

4141
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
42-
2. Go to **IP Addresses** > **IP Prefixes**.
42+
2. Go to **IP Addresses** > **BYOIP Prefixes**.
4343
3. Select **Edit** to modify a prefix. **Edit IP Prefixes** displays.
4444
4. At the bottom of the page, select **Add Delegation**. Other accounts that your user is a part of will auto-load when you create the delegation.
4545
5. Select **Save**.

src/content/docs/byoip/index.mdx

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,52 @@ title: Cloudflare BYOIP
33
pcx_content_type: overview
44
sidebar:
55
order: 1
6+
description: Get Cloudflare's security and performance while using your own IPs.
67
head:
78
- tag: title
89
content: Bringing Your Own IPs to Cloudflare
910
---
1011

11-
import { LinkButton, Plan, Description } from "~/components";
12+
import { Plan, Description, Feature, CardGrid, LinkTitleCard } from "~/components";
1213

1314
<Description>
14-
Get Cloudflare's security and performance while using your own IPs.
15+
Get Cloudflare's security and performance while using your own IPs.
1516
</Description>
1617

1718
<Plan type="enterprise" />
1819

19-
With **Bringing Your Own IPs** (BYOIP), Cloudflare announces your IPs in all our locations. Use your IPs with [Magic Transit](/magic-transit/), [Spectrum](/spectrum/), [CDN services](/cache/), or Gateway [DNS locations](/cloudflare-one/connections/connect-devices/agentless/dns/locations/) and [dedicated egress IPs](/cloudflare-one/policies/gateway/egress-policies/dedicated-egress-ips/).
20+
Considering [how Cloudflare works as a reverse proxy](/fundamentals/concepts/how-cloudflare-works/), for some customers it may be important to maintain this functionality while also keeping their website or application associated with their own public IP space (instead of Cloudflare's[^1]).
21+
22+
With Bring Your Own IP (BYOIP), Cloudflare announces your IPs in all our locations. Use your IPs with [Magic Transit](/magic-transit/), [Spectrum](/spectrum/), [CDN services](/cache/), or Gateway [DNS locations](/cloudflare-one/connections/connect-devices/agentless/dns/locations/) and [dedicated egress IPs](/cloudflare-one/policies/gateway/egress-policies/dedicated-egress-ips/).
2023

2124
Learn how to [get started](/byoip/get-started/).
25+
26+
---
27+
28+
## Features
29+
30+
<Feature header="Service bindings" href="/byoip/service-bindings/">
31+
Control whether traffic destined for a given IP address is routed to Magic Transit, CDN, or Spectrum.
32+
</Feature>
33+
34+
<Feature header="Address maps" href="/byoip/address-maps/">
35+
Specify which IP addresses should be mapped to DNS records when they are proxied through Cloudflare.
36+
</Feature>
37+
38+
---
39+
40+
## More resources
41+
42+
<CardGrid>
43+
44+
<LinkTitleCard title="RPKI blog post" href="https://blog.cloudflare.com/rpki/" icon="open-book">
45+
An overview of BGP, RPKI, and other important aspects of Internet routing.
46+
</LinkTitleCard>
47+
48+
<LinkTitleCard title="Reference Architectures" href="/reference-architecture/" icon="document">
49+
Explore how you can leverage Cloudflare's platform to create solutions based on your business needs.
50+
</LinkTitleCard>
51+
52+
</CardGrid>
53+
54+
[^1]: Without BYOIP, when your domain's records are `proxied`, Cloudflare responds with a Cloudflare-owned [anycast IP address](/fundamentals/concepts/cloudflare-ip-addresses/).

src/content/docs/images/reference/troubleshooting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ When resizing fails, the response body contains an error message explaining the
4343
* 9524 — The `/cdn-cgi/image/` resizing service could not perform resizing. This may happen when an image URL is intercepted by a Worker. As an alternative you can [resize within the Worker](/images/transform-images/transform-via-workers/). This can also happen when using a `pages.dev` URL of a [Cloudflare Pages](/pages/) project. In that case, you can use a [Custom Domain](/pages/configuration/custom-domains/) instead.
4444
* 9520 — The image format is not supported. Refer to [Supported formats and limitations](/images/transform-images/) to learn about supported input and output formats.
4545
* 9522 — The image exceeded the processing limit. This may happen briefly after purging an entire zone or when files with very large dimensions are requested. If the problem persists, contact support.
46-
* 9529 - The image timed out while processing. This may happen when files with very large dimensions are requested or the server is overloaded.
46+
* 9529 - The image timed out while processing. This may happen when files with very large dimensions are requested or the server is overloaded.
4747
* 9422, 9424, 9516, 9517, 9518, 9522 & 9523 — Internal errors. Please contact support if you encounter these errors.
4848

4949
***
5050

5151
## Limits
5252

5353
* Maximum image size is 100 megapixels (meaning 10.000×10.000 pixels large). Maximum file size is 100 MB. GIF/WebP animations are limited to 50 megapixels total (sum of sizes of all frames).
54-
* Image Resizing is not compatible with [Bringing Your Own IPs (BYOIP)](/byoip/).
54+
* Image Resizing is not compatible with [Bring Your Own IP (BYOIP)](/byoip/).
5555
* When Polish can't optimize an image the Response Header `Warning: cf-images 299 "original is smaller"` is returned.
5656

5757
***

src/content/docs/magic-transit/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Cloudflare Network Interconnect (CNI) allows you to connect your network infrast
5959
Cloudflare DDoS protection secures websites, applications, and entire networks while ensuring the performance of legitimate traffic is not compromised.
6060
</RelatedProduct>
6161

62-
<RelatedProduct header="Bringing Your Own IP (BYOIP)" href="/byoip/" product="byoip">
63-
With Bringing Your Own IPs (BYOIP), Cloudflare announces your IPs in all our locations. Use your IPs with Magic Transit, Spectrum, or CDN services.
62+
<RelatedProduct header="Bring Your Own IP (BYOIP)" href="/byoip/" product="byoip">
63+
Get Cloudflare's security and performance while using your own IPs. With Bring Your Own IP (BYOIP), Cloudflare announces your IPs in all our locations.
6464
</RelatedProduct>
6565

6666
---

src/content/docs/magic-transit/partners/kentik.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For additional information about Kentik and Magic Transit, refer to [Kentik's Ma
4545
## Access Cloudflare account
4646

4747
1. Log in to your [Cloudflare account](https://dash.cloudflare.com), and select your account.
48-
2. Select **IP Addresses** > **IP Prefixes**.
48+
2. Select **IP Addresses** > **BYOIP Prefixes**.
4949
3. Referring to the example scenario, the prefix protected by Cloudflare displays a **Withdrawn** status.
5050

5151
After a DDoS attacks occurs, the status changes to **Advertised** which indicates the network is protected.

src/content/docs/spectrum/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ Spectrum allows you to route MQTT, email, file transfer, version control, games,
6161
</RelatedProduct>
6262

6363
<RelatedProduct header="BYOIP" href="/byoip/" product="byoip">
64-
With Bringing Your Own IPs (BYOIP), Cloudflare announces your IPs in all our
65-
locations.
64+
Get Cloudflare's security and performance while using your own IPs. With Bring Your Own IP (BYOIP), Cloudflare announces your IPs in all our locations.
6665
</RelatedProduct>
6766

6867
<RelatedProduct

src/content/products/byoip.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ product:
99
meta:
1010
title: Cloudflare BYOIP docs
1111
description:
12-
With BYOIP, Cloudflare announces your IPs in all our locations. Use
13-
your IPs with Magic Transit, Spectrum, or CDN services.
12+
Get Cloudflare's security and performance while using your own IPs
1413
author: "@cloudflare"

0 commit comments

Comments
 (0)