Skip to content

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

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.

2.7.4

21 Nov 15:03
Compare
Choose a tag to compare
2.7.4 Pre-release
Pre-release

Improvements

  • Added ISP to MY IP table.
  • Added refresh button to MY IP table.

Note

Enhancement section has been removed from issues section, most of request were personal preferences, not performance related.

2.7.3

15 Nov 18:31
Compare
Choose a tag to compare
2.7.3 Pre-release
Pre-release

Custom Rules

You can set custom Bypass/Block rules from now on. values can be domains, IPv4, IPv6 and IP/CIDR. Thanks to @dexfire for PR

Tip

If you set a domain, it blocks or bypasses all subdomains of it.
Single IPv6 should be in [2606:4700::6810:85e5] format.
IP CIDR should be in these formats: 192.168.1.1/32 or [2606:4700::6810:85e5]/128

Improvements

  • Revised MY IP section.
  • Added cross-platform Cloudflare clean IP scanner to Panel. Please refer to instructions for usage. thanks to @XIU2 and @Ptechgithub

Bug fixes

  • Removed legacy Proxy IP scanner and CF scanners from repository.
  • Removed online CF IP scanner from Panel due to its malfunctioning on some operators.
  • Fixed Normal sub bug.

2.7.2

12 Nov 16:07
Compare
Choose a tag to compare
2.7.2 Pre-release
Pre-release

Proxy IP

Added support for multiple Proxy IPs usage, either in Cloudflare dashboard (environment variables) or Panel. #470

Tip

For using multiple IP/Domains you can separate them using comma character like:
1.2.3.4 , 5.6.7.8 , bpb.yousef.isegaro.com

Improvements

  • Revised DNS and routing rules to ensure blocked Chain proxy works on all cores.
  • Applied strict settings to all cores to be compatible with IPv4/v6 settings in Panel.
  • Reduced WoW DNS latency on all cores.
  • Clash configs had some changes like TUN, DNS, Wireguard outbounds. Also switched to rule-sets to solve Geo asset compatiblity issues in all clients. By default Clash configs will block Malware, Phishing, Cryptominers... Thanks to @Chocolate4U
  • Get Sing-box configs ready for core 1.11 migrations. Please note that from this version you should use Sing-box 1.10.1 or later.
  • Modularized the project and refactored.
  • Customized Clash and Sing-box Clash API.
  • Added country flags to YOUR IP section.

Bug fixes

  • Some UI bugs fixed.