All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

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.com
Snippet from the RSS feed
VPC 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

Comments

Sign in to join the conversation.

No comments yet. Be the first.