Keep your WARP+ traffic topped up with Cloudflare Workers.
This project is inspired by WARP-CLASH.
Warning
This project is entirely non-commercial and is intended solely for educational and communicative purposes. Please do not use it for illegal activities, as the consequences will be borne by the user.
This project is exclusively for advanced users with programming skills and is not recommended for beginners.
- A Cloudflare account is required.
To get started, follow these steps:
-
Add three required secrets to
Settings > Security > Secrets and variables > Actions > Repository Secrets > New repository secrets
:CLOUDFLARE_ACCOUNT_ID
: Find your account ID using the instructions here.CLOUDFLARE_API_TOKEN
: Create this token with theEdit Cloudflare Workers
template and permission ofD1 Edit
included. See image below for reference:SECRET_KEY
: Choose any value for authorizing access to the subscription URL.
-
Go to
Actions > Deploy
and manually run the workflow by clickingRun workflow
. The firs deploy might be failed, please retry. -
Find the route for your worker in your Cloudflare dashboard under
Workers & Pages
. -
Assuming the route is
warp.xxx.workers.dev
, you can access the subscription using:https://warp.xxx.workers.dev/sub?token=${SECRET_KEY}&proxyFormat=full&randomName=true&best=true
: detect the subscription type based on user-agent.https://warp.xxx.workers.dev/api/:subType?token=${SECRET_KEY}&proxyFormat=full&randomName=true&best=true
: manually specify the subscription type to use.
The available parameters are shown in the table below:
Name | Options | Description |
---|---|---|
subType | clash, quantumult, v2ray, shadowrocket, sing-box | PRs are welcome |
proxyFormat | only_proxies, with_groups, full | only for clash |
You can control the worker behavior using the following environment variables (not secrets):
Name | Default | Description |
---|---|---|
LOSS_THRESHOLD | 10 | Packet loss rate (percentage) |
DELAY_THRESHOLD | 500 | Delay threshold (ms) |
RANDOM_COUNT | The number of nodes | 10 |
GET_DATA_INTERVAL | 2 | Interval for replenishing WARP+ traffic (min) |
SAVE_ACCOUNT_INTERVAL | 10 | Interval for dropping accounts (min) |
RESET_ACCOUNT_INTERVAL | 2880 | Interval for resetting accounts (min) |
Why do I need to reset the account?
If you replenish your traffic excessively using an account, Cloudflare will reject your request and you will receive an error 426 which represents that you have sent too many requests. Simply proxying your requests will not solve the issue as the limitation is account-specific. Therefore, you need to reset your account. After resetting your account, please refresh your subscription to obtain the updated private key.
Even though default IPs are embedded, you may encounter varying levels of loss and delay based on your location. To enhance your overall experience, it is essential to optimize your IP.
To get started, clone this project and turn off all the proxies on your local network. Make sure to have a node environment and pnpm installed. Install project dependencies for the first time using pnpm install
.
Next, navigate to the project path and run the following command:
pnpm optimize
This will upload a sql to your worker to obtain optimized IPs. Once the subscription is refreshed, a set of optimized nodes will be distributed.
- Telegram bot