Workers VPC - VPC Networks and Cloudflare Mesh support now in public beta
2mo ago
Source
CloudflareWorkers VPC - VPC Networks and Cloudflare Mesh support now in public betacloudflare.comVPC Network bindings now give your Workers access to any service in your private network without pre-registering individual hosts or ports. This complements existing VPC Service bindings, which scope each binding to a specific host and port. You can bind to a Cloudflare Tunnel by tunnel_id to reach any service on the network where that tunnel is running, or bind to your Cloudflare Mesh network using cf1:network to reach any Mesh node, client device, or subnet route in your account: wrangler.jsonc { " vpc_networks " : [ { " binding " : "MESH" , " network_id " : "cf1:network" , " remote " : true } ] } wrangler.toml [[ vpc_networks ]] binding = "MESH" network_id = "cf1:network" remote = true At runtime, fetch() routes through the network to reach the service at the IP and port you specify: const response = await env . MESH . fetch ( " ) ; For configuration options and examples, refer to VPC Networks and Connect Workers to Cloudflare Mesh .
You might also wanna read
Cloudflare expands AI bot management tools with granular traffic controls for all customers
Cloudflare is celebrating the second "Content Independence Day" by expanding AI traffic management options for all website owners. Building
Workers - Simpler runtime types with @cloudflare/workers-types v5
Cloudflare·2d ago
Workers - Work across multiple accounts with Wrangler auth profiles
Cloudflare·3d ago
AI Search - Manage AI Search sync jobs with Wrangler CLI
Cloudflare·3d ago
Cache - Cache multiple versions of a URL with Vary
Cloudflare·3d ago
Cloudflare One - Hostname routing for Cloudflare Mesh
Cloudflare·3d ago

Comments
Sign in to join the conversation.
No comments yet. Be the first.