Releases: bia-pain-bache/BPB-Worker-Panel
3.0.2
Improvements
- Revised Clash and Sing-box DNS to better handle DOH, DOT.
Bug fix
- Fixed subscription path bug.
3.0.1
Improvements
- Added
FALLBACK
environment variable to be able to customize fallback domain, by default it'sspeed.cloudflare.com
. - Added
SUB_PATH
environment variable to change subscriptions' URI path, the default path isUUID
itself. - Updated docs.
Tip
You can get a safe and random URI path for subscriptions from /secrets (Secrets generator).
3.0.0
Improvements
- Refactored code for sensitive Cloudflare keywords
- Renamed KV from
bpb
tokv
- Renamed
TROJAN_PASS
toTR_PASS
(environment variable) - Revised Obfuscation settings
- Updated deployment documents
Caution
- Please avoid using keywords like
bpb
,vpn
,proxy
for setting project name. - Also it's recommended deploying new version on a new Cloudflare account. If you wanna use an account which returned 1101 before, please delete all banned Workers and Pages projects beforehand.
- A new unobfuscated code will be present in releases from now on, named
unobfuscated-worker.js
which you can obfuscate with desired settings using https://obfuscator.io or whatever obfuscator you prefer. Please note that some settings will break the code. So, use it in case you know what you do.
2.8.1
Bug fixes
- Fixed warp subs error after resetting settings.
2.8
- Obfuscated harder
- Fixed deployment bug
2.7.9
Improvements
- Error handling
- Revised SNI fallback
Bug fixes
- Secrets generator page access
2.7.8
Bug fix
- Deployment flow fixed. You can visit
/secrets
immediately after deploying without setting KV, however, KV have to be set afterwards to be able to access Panel.
2.7.7
UUID and Trojan password Obligation
UUID and Trojan Password are obligatory now, you cannot access panel or subs before setting them as environment variables.
Note
After deployment, you can visit only one page /secrets
which generates random UUID and Trojan Passwords.
After setting UUID
, TROJAN_PASS
, KV and redeployment, you can access panel.
Improvements
- Added UUID and Trojan Password generator.
- Updated docs and added Pages upload method deployment to prevent 1101 on cloudflare.
- Added worker.zip to releases to deploy Pages projects via
Upload assets
method. - Subtle UI changes.
- Refactored.
2.7.6
Just another try to fix Cloudflare errors
2.7.5
Bug fixes
- Solved 1101 Cloudflare error, merged PR #499
- Updated docs.
Caution
1- For worker deployment first delete all files from left sidebar and then upload new worker.js.
2- Please note that using default UUID and Trojan Password has security risks as mentioned from begining in tutorials, so please change them.
3- Disable uBlock Origin extension if you have installed it on your browser already, otherwise MY IP section won't work properly.
4- If you are using Pages deployment, please change project name to a desired name, try not to include bpb
keyword in project name.