Skip to content

Commit 9c6a4e0

Browse files
authored
[Cloudflare One Appliance] Add product label, document Q2 2026 API capabilities (#30686)
Introduce a dedicated Cloudflare One Appliance product entry so changelog entries and dashboards filter cleanly by product, then document three shipped Q2 2026 capabilities that customers can use today via API and Terraform: - Self-serve provisioning of Cloudflare One Virtual Appliance (RM-25341) - Custom DHCP options on the appliance DHCP server (RM-28820) - Source-based breakout and prioritization (RM-22465) Existing appliance-specific changelogs are retagged with the new product label.
1 parent bb4a62b commit 9c6a4e0

14 files changed

Lines changed: 164 additions & 2 deletions

src/content/changelog/cloudflare-wan/2025-02-14-local-console-access.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: Configure your Magic WAN Connector to connect via static IP assignment
33
description: Local console access for bootstrapping Magic WAN Connector
44
date: 2025-02-14
5+
products:
6+
- cloudflare-one-appliance
7+
- cloudflare-one
58
---
69

710
You can now locally configure your [Magic WAN Connector](/cloudflare-wan/configuration/appliance/) to work in a static IP configuration.

src/content/changelog/cloudflare-wan/2025-04-30-appliance-multiple-dns-servers.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Cloudflare One Appliance supports multiple DNS server IPs
33
description: DHCP server settings now accept multiple DNS server IP addresses
44
date: 2025-04-30
55
products:
6+
- cloudflare-one-appliance
67
- cloudflare-one
78
---
89

src/content/changelog/cloudflare-wan/2025-07-21-virtual-appliance-kvm-proxmox.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Virtual Cloudflare One Appliance with KVM support (open beta)
33
description: Deploy the virtual appliance on KVM-based hypervisors with Proxmox VE support
44
date: 2025-07-21
55
products:
6+
- cloudflare-one-appliance
67
- cloudflare-one
78
---
89

src/content/changelog/cloudflare-wan/2025-11-06-connector-designate-wan-link-breakout.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Designate WAN link for breakout traffic
33
description: Pin breakout traffic to specific WAN ports for deterministic egress control
44
date: 2025-11-06
55
products:
6+
- cloudflare-one-appliance
67
- cloudflare-one
78
---
89

src/content/changelog/cloudflare-wan/2025-12-31-connector-breakout-traffic-netflow.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Breakout traffic visibility via NetFlow
33
description: NetFlow export from Magic WAN Connector for breakout traffic monitoring
44
date: 2025-12-31
55
products:
6+
- cloudflare-one-appliance
67
- cloudflare-one
78
---
89

src/content/changelog/cloudflare-wan/2026-02-11-appliance-post-quantum-encryption.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Post-quantum encryption support for Cloudflare One Appliance
33
description: Hybrid ML-KEM protects appliance traffic against harvest-now, decrypt-later attacks
44
date: 2026-02-11
55
products:
6+
- cloudflare-one-appliance
67
- cloudflare-one
78
---
89

src/content/changelog/cloudflare-wan/2026-04-07-link-aggregation-lacp-appliance.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Link aggregation (LACP) support for Cloudflare One Appliance
33
description: Bundle physical LAN ports into a single logical interface for redundancy and bandwidth.
44
date: 2026-04-07
55
products:
6+
- cloudflare-one-appliance
67
- cloudflare-one
78
---
89

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Custom DHCP options on Cloudflare One Appliance
3+
description: Configure DHCP options on the appliance's DHCP server, including options for PXE / iPXE boot.
4+
date: 2026-05-07
5+
products:
6+
- cloudflare-one-appliance
7+
- cloudflare-one
8+
---
9+
10+
When the Cloudflare One Appliance is acting as the DHCP server for a LAN, you can now configure custom DHCP options on the leases it issues. This unlocks workflows such as PXE / iPXE boot, VoIP phone provisioning, and vendor-specific client configuration.
11+
12+
Each option is defined by `option_number`, `value`, and one of four value types: `text`, `integer`, `hex`, or `ip`. Configurations are validated on the appliance before being applied — invalid configurations are rejected and the underlying error is returned to the API caller, so a bad option will not disrupt the live DHCP service.
13+
14+
For details, refer to [DHCP server options](/cloudflare-wan/configuration/appliance/network-options/dhcp/dhcp-options/).
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Source-based breakout and prioritization on Cloudflare One Appliance
3+
description: Define breakout and priority rules by source LAN, VLAN, or CIDR — in addition to destination application.
4+
date: 2026-05-07
5+
products:
6+
- cloudflare-one-appliance
7+
- cloudflare-one
8+
---
9+
10+
Breakout and traffic prioritization rules on the Cloudflare One Appliance can now match by **source** in addition to destination application. You can pin breakout or priority behavior to:
11+
12+
- A source LAN interface — VLANs attached to that LAN are included automatically.
13+
- A source IP address, range, or CIDR block.
14+
15+
This is the natural way to break out a guest VLAN to the local Internet, or to prioritize traffic from a specific subnet, without enumerating destination applications.
16+
17+
For details, refer to [Breakout traffic](/cloudflare-wan/configuration/appliance/network-options/application-based-policies/breakout-traffic/#breakout-by-source).
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Self-serve provisioning of Cloudflare One Virtual Appliance via API
3+
description: Create, rotate, and delete Cloudflare One Virtual Appliance instances and license keys directly through the API and Terraform.
4+
date: 2026-05-07
5+
products:
6+
- cloudflare-one-appliance
7+
- cloudflare-one
8+
---
9+
10+
You can now create, rotate, and delete Cloudflare One Virtual Appliance instances and their license keys directly via the API and Terraform.
11+
12+
- Create a virtual appliance and receive a license key: `POST /accounts/{account_id}/magic/connectors` with `device.provision_license: true`.
13+
- Rotate the license key for an existing virtual appliance: `PATCH /accounts/{account_id}/magic/connectors/{connector_id}` with `provision_license: true`. The previous key is immediately and irrevocably revoked.
14+
- Delete a virtual appliance to release the associated licensed device.
15+
16+
The license key is returned in the response only once, at create or rotate time. Copy and store it securely.
17+
18+
For details, refer to [Configure a Cloudflare One Virtual Appliance](/cloudflare-wan/configuration/appliance/configure-virtual-appliance/).

0 commit comments

Comments
 (0)