Skip to content

Releases: bia-pain-bache/BPB-Worker-Panel

3.0.2

16 Jan 11:07
Compare
Choose a tag to compare
3.0.2 Pre-release
Pre-release

Improvements

  • Revised Clash and Sing-box DNS to better handle DOH, DOT.

Bug fix

  • Fixed subscription path bug.

3.0.1

14 Jan 12:17
Compare
Choose a tag to compare

Improvements

  • Added FALLBACK environment variable to be able to customize fallback domain, by default it's speed.cloudflare.com.
  • Added SUB_PATH environment variable to change subscriptions' URI path, the default path is UUID itself.
  • Updated docs.

Tip

You can get a safe and random URI path for subscriptions from /secrets (Secrets generator).

3.0.0

09 Jan 10:29
Compare
Choose a tag to compare

Improvements

  • Refactored code for sensitive Cloudflare keywords
  • Renamed KV from bpb to kv
  • Renamed TROJAN_PASS to TR_PASS (environment variable)
  • Revised Obfuscation settings
  • Updated deployment documents

Caution

  1. Please avoid using keywords like bpb, vpn, proxy for setting project name.
  2. 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.
  3. 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

13 Dec 18:17
Compare
Choose a tag to compare

Bug fixes

  • Fixed warp subs error after resetting settings.

2.8

12 Dec 14:43
Compare
Choose a tag to compare
2.8 Pre-release
Pre-release
  • Obfuscated harder
  • Fixed deployment bug

2.7.9

08 Dec 18:04
Compare
Choose a tag to compare
2.7.9 Pre-release
Pre-release

Improvements

  • Error handling
  • Revised SNI fallback

Bug fixes

  • Secrets generator page access

2.7.8

01 Dec 17:11
Compare
Choose a tag to compare

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

29 Nov 13:29
Compare
Choose a tag to compare

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

26 Nov 18:55
Compare
Choose a tag to compare

Just another try to fix Cloudflare errors

2.7.5

24 Nov 17:57
Compare
Choose a tag to compare

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.