Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vadash authored Jan 6, 2025
1 parent 42a2708 commit 3a9789b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
# MOD Worker Panel
# πŸ› οΈ MOD Worker Panel

A modified Cloudflare Worker Panel for **my** needs. You are welcome to use it.

# ⭐ Key Features

- Optimized obfuscation that won't trigger Cloudflare AV and is light on CPU
- Automatic banned word detection in obfuscated code (vless, trojan, bpb)
- Smart CleanIP management with random selection (up to 10 IPs) from clean IP pool
- Rate limiting support for VLESS protocol
- πŸ”’ Optimized obfuscation that won't trigger Cloudflare AV and is light on CPU
- 🚫 Automatic banned word detection in obfuscated code (vless, trojan, bpb)
- 🌐 Smart CleanIP management with random selection (up to 10 IPs) from clean IP pool

# πŸš€ Configuration

## Required Environment Variables
## πŸ”‘ Required Environment Variables

- `ID`: Your UUID for VLESS (old `UUID`)
- `PASS`: Password for Trojan protocol (old `TROJAN_PASS`)
- `HASH`: Hash for Trojan protocol (cal it here for `PASS` https://emn178.github.io/online-tools/sha224.html)
- `HASH`: Hash for Trojan protocol (calc it here for `PASS` https://emn178.github.io/online-tools/sha224.html)
- `DATABASE`: KV namespace for settings storage (old hardcoded `bpb`). Must be same as KV name.
- `PROXYIP`: Comma-separated list of proxy IPs (pick few closest to your location https://www.nslookup.io/domains/bpb.yousef.isegaro.com/dns-records/)

## Panel Settings
## βš™οΈ Panel Settings

### Clean IPs
### 🌍 Clean IPs

https://github.com/goingfine/WinCFScan

Expand Down

0 comments on commit 3a9789b

Please sign in to comment.