Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ Once a service binding is created (or deleted), it will take **four** to **six**
This guide assumes that the prefix is tied to a single Cloudflare account that has both Magic Transit and CDN properties. If you are using [prefix delegations](/byoip/concepts/prefix-delegations/), the service bindings must be [created](#2-create-service-binding) on the parent account.
:::

{{<Aside type="warning">}}

As of december 2024, a Magic Transit BYOIP pool is made of IPv4 addresses. When carving out IPv4 addresses for CDN or Spectrum, DNS A records will resolve to these new IPv4 addresses. DNS AAAA records will contine to resolve to Cloudflare-owned IPv6 addresses.
You'd need to import a /48 IPv6 range to assign customer-owned IPv6 addresses as well.

{{</Aside>}}

## 1. Get account information

1. Log in to your Cloudflare account and get your [account ID](/fundamentals/setup/find-account-and-zone-ids/) and [API token](/fundamentals/api/get-started/create-token/). The token permissions should include `Account` - `IP Prefixes` - `Edit`.
Expand Down
Loading