Home
Cloudflare Demos
Cancel

Private IP Load Balancing using Cloudflare Tunnel

Introduction At the time of writing, this feature is early access and can only be configure using the Cloudflare API. It will also be subject to change. Cloudflare has just added the capabili...

Cloudflare Magic WAN IPsec on-ramp with Ubuntu 22.04 and strongSwan

Introduction Magic WAN provides secure, performant connectivity and routing for your corporate networking. Using Magic WAN, you can securely connect any traffic source - data centers, offices, devi...

Cloudflare Gateway Proxy Endpoint PAC file on Workers

Introduction This feature is only availble to Cloudflare Enterprise customers. You can apply Gateway HTTP policies at the browser level by configuring a Proxy Auto-Configuration (PAC) file. Th...

Cloudflare Workers Durable Objects example

Introduction This post explores some of the basics of using Cloudflare Durable Objects (Durable Objects and Using Durable Objects). Up until now, I haven’t had a need to use Durable Objects. Most ...

Access Homelab resources using Cloudflare Zero Trust and Squid Proxy

This post will show you how to publish a Squid proxy using Cloudflare Zero Trust Access and Cloudflare Tunnels. This allows you to access homelab resources from a broswer by setting a web proxy. By...

Securely publish RDP using Cloudflare Zero Trust

This post will show you how to securely publish RDP using Cloudflare Zero Trust Access. RDP can be published using private subnet routing with Cloudflare WARP to Tunnel and/or public hostname routi...

Publish docker containers using Cloudflare Zero Trust

This post will show you how to publish docker containers using Cloudflare Zero Trust. Optional - I recommend using Portainer. Instructions for installing on a standalone Docker host can be foun...

A simple Worker to display Cloudflare headers

This post shows how to create a simple worker that displays Cloudflare headers. Create a new project using wrangler wrangler init cf-header. Using your preferred code editor, modify ....

Basics - Cloudflare Workers and KV

This post will show you the basics of working with Cloudflare Workers and KV. View available Wrangler commands by running wrangler. Create a new project using wrangler init my...

Install and configure Cloudflare Wrangler 2.x

This post will show you how to install and configure Cloudflare Wrangler on Windows and Linux. Windows Linux Wrangler Github The latest release of Cloudflare Wrangler can be found at: Wrang...