Skip to content

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

2.6.5

06 Oct 14:18
Compare
Choose a tag to compare
2.6.5 Pre-release
Pre-release

DO NOT USE THIS!

Improvements

  • Set Allow Insecure for Clash and Sing-box in order to support custom CDNs' configs well (Other clients should set manually).
  • Revisded Clash routing rules.
  • Refactored and encapsulated many parts of code.

Bug Fixes

  • UI fixes.
  • Data entry fixes.

2.6.4

04 Oct 12:32
Compare
Choose a tag to compare

Bug Fixes

  • Fixed migration bug from 2.5.x to 2.6.3 #352 #357

2.6.3

03 Oct 10:11
b955c7c
Compare
Choose a tag to compare

Improvements

  • Improved UI.
  • Added Dark Mode.
  • Updated docs.
  • Refactored.

Bug Fixes

  • Some bug fixes.

2.6.2

01 Oct 15:26
b955c7c
Compare
Choose a tag to compare
2.6.2 Pre-release
Pre-release

Improvements

  • Improved UI.
  • Ability to set fragment packet to WorkerLess config too.
  • Updated docs.
  • Refactored.

Bug Fixes

  • Some bug fixes.

2.6.1

29 Sep 19:55
b955c7c
Compare
Choose a tag to compare
2.6.1 Pre-release
Pre-release

Improvements

  • Added IPv6 option finally! #260 #255
  • Added Settings' drop down.
  • Refactored.

Bug Fixes

  • Data entry validation #330
  • Gcore CDN SNI fixed #328
  • Xray Warp configs connectivity issue #326
  • Updated documents #322

2.6

27 Sep 15:40
Compare
Choose a tag to compare
2.6

Improvements

  • Added Best Ping Interval (in seconds) to VLESS/Trojan and Warp Settings separately.
  • Update docs due to changes in Cloudflare dashboard.

Bug fix

  • Parsing Chain Proxy in normal sub issue fixed.

2.5.9

26 Sep 14:58
Compare
Choose a tag to compare

Improvements

  • Added reset settings button to panel.
  • Added NTP to Clash and Sing-box.
  • Revised Clash sniffer to route only.
  • Totally removed Nekoray fragment configs due to being abandoned by developers and removing Xray core.
  • Improved data entry validation.
  • Revised Xray routing rules.

v2.5.8

24 Sep 21:56
Compare
Choose a tag to compare
v2.5.8 Pre-release
Pre-release

Custom CDN support

3 fields named Custom Addr, Custom Host and Custom SNI added to panel settings in order to be set by Fastly or GCore settings. The configs will be added to Normal subscriptions for Xray, Clash and Sing-box with C flag, like VLESS C.
Custom Addr should be corresponding CDN's addresses and can be domain, IPv4 and IPv6 or a desired combination separated by comma like:

speedtest.net , [2a04:4e42:200::731] , 151.101.66.219

Important

1- IPv6 should be wrapped in [ ] as is in the example.
2- Sometimes Allow Insecure should be activated manually in order to work on TLS ports in clients, This feature cannot be set via subscription.
3- It only works on port 443 and 80 for now.

Hiddify Fragment subscription

Added supscription to Fragment section, however there are some limitations:

Note

1- Remote DNS and Local DNS are not affected by panel, Hiddify app rewrites them! Please set remote DNS to a DOH, otherwise configs won't work.
2- different Fragment packets won't apply on this subscription, there is only 1 mood (tlshello) available on Hiddify Singbox fragment. Other panel settings will be applied.

Improvements

  • Revised Xray Fragment configs to better support chaining.
  • Refactored.

Bug Fixes

  • Solved Pre-resolve DOH in config generation process to avoid Worker DOH fetch rate limit.

2.5.6

22 Sep 15:43
Compare
Choose a tag to compare
2.5.6 Pre-release
Pre-release

Added socks5 and http support to chain proxy

socks5 and http proxies can be added in this formats:

  • socks://address:port or http://address:port
  • socks://user:pass@address:port or http://user:pass@address:port

Clash and Sing-box configs now support Chain Proxy

From now on Clash and Sing-box normal subscriptions support Chain proxy in addition to fragment sub.

Note

The chain proxy is now added to normal subscription as a config, you can manually chain it with normal subscription.
In Nekobox, Husi... you can set it as Landing Proxy in Group settings.
In v2rayNG (1.9.1 or higher) you can set it as Next Proxy by copy pasting its remark in subscription settings.

Caution

If you wanna use VLESS TLS config as a chain proxy, be aware that it should be on port 443, otherwise panel will prevent submitting it.

Caution

Clash core doesn't support randomized fingerprint, so please avoid using configs with mentioned fingerprint as chain proxy if you wanna use Clash.

Improvements

  • Added Tun and Sniffer to Clash config.
  • Totally revised Clash DNS, Routing.
  • Revised Xray DNS and routing in order to better support chain proxies in Local DNS mode and VPN DNS mode.
  • Blocked UDP:443 on all VLESS/Trojan configs to prevent WebRTC leaks (Clash) and worker errors. Block QUIC option still applies on Warp subscriptions.

Bug Fixes

  • Fixed importing Trojan normal configs failure if Trojan Password contained special characters.
  • Panel prevents submitting VLESS TLS on port 443 for chain proxy.
  • Sing-box sniffing limited to routing only.

2.5.5

13 Sep 11:48
Compare
Choose a tag to compare

Added Trojan

From now on you can select both VLESS and Trojan protocols to be added to subscriptions.

Tip

For Trojan protocol you need to have a password and a hash password:

Caution

Trojan protocol cannot handle UDP, neither for connections nor UDP DNS!
For instance you cannot use 1.1.1.1 or udp://8.8.8.8 as remote DNS in your client for using normal Trojan configs. Panel forces you to use DOH, DOT and TCP remote DNS, so there is no concern about using Trojan fragment configs.

Added Clash normal subscription

The full BPB features like setting DNSs, routing, Clean IPs... is applicable on Clash sub except Fragment.

Note

nonTLS Trojan configs won't work on Clash due to enforcement of TLS in Clash core for Trojan protocol.

Improvements

  • Updated VLESS handlers.
  • Updated Fragment, Warp custom configs (Sockopt, Ws headers...)
  • Pre resolve DOH, DOT and TCP remote DNS.
  • Added Bypass China to routing.
  • Added Block QUIC to routing.
  • Revised Singbox DNS and Routing.
  • Routing now applies to all subscriptions and configs except V2ray normal subscription.
  • Added WoW Best Ping config to warp subscriptions.
  • Rearranged Panel setting to provide better user experience.
  • Refactored.

Caution

Please get warp subscription link for v2ray clients again after updating, the subscription link has changed.

Bug Fixes

  • Revised Xray DNS for better routing.
  • Fixed Warp Keep Alive in Xray configs.