Skip to content

A fork of Cloudflare's Worker Panels project. In line with the freedom of the Internet

Notifications You must be signed in to change notification settings

Amoozeshazad/SezarSec-Worker-Panel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

SezarSec Worker Panel

Access xray (v2ray) configs using Cloudflare CDN.

Project Image

Introduction

🛑 Cloudflare offers the ability to run serverless configurations, while also enabling access to VPS configurations by routing traffic through its CDN. In this guide, we aim to demonstrate how to use SezarSec VPS configurations through Cloudflare's CDN.

Installation

🔻1. Sign up or log in to Cloudflare (cloudflare.com), and ensure that you have verified your email.

🔻2. Navigate to the Workers and Pages section, then create and name a new worker.

🔻3. Click on Edit Code to access the code editing environment.

🔻4. Download or Copy entire content the latest version of the SezarSec Worker Panel script, and copy the entire content.

🔻5. Paste the content of the script onto the mentioned step 3 javascript editing environment.

🔻6. Click on Deploy in the top-right corner (you may need to press Ctrl+S to save first if the Deploy button is not active).

🔻7. Your worker's subscription URL will follow this format: https://{your_worker_address}.workers.dev/sub/{your_clean_ip}

Modifying Source Links

〽️ You can easily add or modify the subscription source links by editing the subLinks section at the beginning of the script. Both standard and base64-encoded links are supported.

〽️ This script collects configurations for Vmess, Vless, and Trojan protocols, focusing on WebSocket (WS), TLS, and port 443.

Additional Notes

〽️ The base worker URL can fetch clean IPs via IRCF Space Repo, but it's still recommended to use Scanners.

About

A fork of Cloudflare's Worker Panels project. In line with the freedom of the Internet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%