From 170794300ab246b3223fbafa46bb1ec4403ea234 Mon Sep 17 00:00:00 2001 From: Andrew Berglund Date: Tue, 9 Jun 2026 19:50:20 -0500 Subject: [PATCH] [Spectrum] Clarify UDP support: BYOIP yes, Magic Transit bindings no --- src/content/docs/spectrum/reference/limitations.mdx | 4 +++- src/content/partials/byoip/spectrum-udp-byoip-limitation.mdx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/content/docs/spectrum/reference/limitations.mdx b/src/content/docs/spectrum/reference/limitations.mdx index 3ed8842deb5..69a91a6c298 100644 --- a/src/content/docs/spectrum/reference/limitations.mdx +++ b/src/content/docs/spectrum/reference/limitations.mdx @@ -15,7 +15,9 @@ At the moment, HTTPS applications do not support HTTP/3. ## UDP -At the moment, Cloudflare does not support packet fragmentation for UDP packets. If packets are fragmented, they will be dropped at Cloudflare’s edge. Additionally, UDP Spectrum applications are not supported on Magic Transit, BYOIP, Spectrum, and Bindings. +At the moment, Cloudflare does not support packet fragmentation for UDP packets. If packets are fragmented, they will be dropped at Cloudflare’s edge. + +Spectrum UDP applications are supported with [BYOIP](/spectrum/about/byoip/), including [CDN and Spectrum service bindings](/byoip/service-bindings/cdn-and-spectrum/). They are not currently supported with [Magic Transit service bindings](/byoip/service-bindings/). ## Minecraft diff --git a/src/content/partials/byoip/spectrum-udp-byoip-limitation.mdx b/src/content/partials/byoip/spectrum-udp-byoip-limitation.mdx index 3a9fb26949f..b603409dc60 100644 --- a/src/content/partials/byoip/spectrum-udp-byoip-limitation.mdx +++ b/src/content/partials/byoip/spectrum-udp-byoip-limitation.mdx @@ -3,5 +3,5 @@ --- :::note[UDP applications] -Spectrum UDP applications are [not supported](/spectrum/reference/limitations/#udp) when using Spectrum with BYOIP. +Spectrum UDP applications are supported with BYOIP, including [CDN and Spectrum service bindings](/byoip/service-bindings/cdn-and-spectrum/). However, they are [not currently supported with Magic Transit service bindings](/spectrum/reference/limitations/#udp). :::