Cloudflare Agent
📄️ Quickstart
Get started with NetFUNNEL 4 Cloudflare Agent in 5-10 minutes with this quick start guide.
📄️ Installation & Initialization
NetFUNNEL Cloudflare agent installation and initialization guide.
📄️ Initialization Option Reference
Guide for environment variable configuration and additional features for NetFUNNEL Cloudflare Agent.
📄️ Troubleshooting
Common issues and solutions for NetFUNNEL Cloudflare Agent.
Overview
Cloudflare Agent is an edge-side SDK that provides NetFUNNEL 4 traffic control functionality for Cloudflare Workers.
Key Features
- Edge-side SDK: Direct integration into Cloudflare Workers
- URL-Triggered Integration: Automatic control based on trigger rules
- Workers-based: Request processing through Cloudflare Workers
- Automatic Waiting Room Redirect: Automatically redirects to waiting room page when waiting response is received
- Trigger Rule Matching: Controls queue application points using URL-based trigger rules
- Environment Variable Configuration: Flexible configuration through environment variables
System Requirements
- Cloudflare Workers: Account with Workers support
- Domain: Domain registered with Cloudflare
Compatible Environments
- Cloudflare Workers: All environments that support Cloudflare Workers
How It Works
- Create Worker: Upload NetFUNNEL agent code to Worker
- Configure Environment Variables: Set environment variables
- Configure Domain: Set CNAME and routes
- Trigger Rule Matching: Compare the URL of the page accessed by the user with trigger rules and apply queue if they match
- Automatic Waiting Room Processing: Automatically redirect to waiting room page when waiting response is received
Operation Flow
Before NetFUNNEL Application
After NetFUNNEL Application
Entry Without Waiting
Entry After Waiting
Entry Path
Quick Start
To quickly get started with Cloudflare Agent, refer to the Quick Start guide.
Documentation
Core Documentation
- Quick Start: Get started in 5-10 minutes with basic examples
- Installation and Initialization: Detailed guide on Worker creation and configuration
- Initialization Settings: Environment variable configuration and additional features
- Troubleshooting: Common issues, solutions, and FAQ
Related Content
- Sample Projects: Ready-to-use project templates