Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/byoip/address-maps/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For zones using [Cloudflare's authoritative DNS](/dns/), Cloudflare typically re
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.

:::caution
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.
Depending on whether you use static IPs or BYOIP, the process to [create an address map](/byoip/address-maps/setup/) is different.
:::

### Static IPs or BYOIP
Expand All @@ -44,4 +44,4 @@ Some customers may only proxy zones through BYOIP addresses, and are prohibited

It is still possible to create more specific zone-level address maps with specific BYOIPs, but DNS will fall back to the account-wide address map without one.

To specify different addresses for certain zones, [create a new address map](/byoip/address-maps/setup/#create-address-maps).
To specify different addresses for certain zones, [create a new address map](/byoip/address-maps/setup/).
4 changes: 4 additions & 0 deletions src/content/docs/byoip/address-maps/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import { GlossaryTooltip } from "~/components";

Consider the sections below to learn how to set up address maps.

:::note
There is **no expected downtime** when setting up or updating your address maps.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I wouldn't use any particular formatting for "no expected downtime" (we usually reserve bold for UI labels). If there was expected downtime, this would be a warning and eventually we could need the bold.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I usually avoid the bold but was afraid the no could go unnoticed in the middle of this sentence. Will revisit with more time later.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PCX-15574

:::

## Create address maps

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.
Expand Down
Loading