Releases: Jeffbluz/BPB-Worker-Panel
Release v4.1.3
💡 Bug fixes & Improvements
-
Due to nslookup issue for querying proxy IPs, the built-in proxy IPs list is now implemented and is accessible under
/proxy-ipor by clicking provided shortcut in panel which lists Country, City and ISP. bia-pain-bache#1185 -
Fixed ECH config query. Be aware that ECH config query is delegated to Core DNS module (Local DNS) now, so this DNS server should be locally available. Optional
ECH Server Nameis also added. bia-pain-bache#1190
Caution
Please note that ECH Server Name option is available in Xray for a while, however sing-box supports this feature from 1.13.0 and Clash supports it from v1.19.20. If you leave it empty, it uses your worker domain to query ECH config which works on all cores' stable versions right now. Also if you enter a Cloudflare domain, it should have ECH enabled on it, otherwise it won't work. To check this, visit here and resolve your desired domain, you should see an ech value in Answer field.
Caution
ECH is still unstable in IRAN.
Tip
ECH applies only to Normal subscription, not Fragment.
- Fixed
ECH Server Namebug bia-pain-bache#1224 - Fixed ECH query DNS if local DNS is set to
localhost - Fixed some typos, PR bia-pain-bache#1191
- Reverted back URL configs to panel as
Rawsubscription. None of panel settings apply to these configs as you know and also they consume more worker requests thanNormalconfigs and won't perform as others. They're not recommended to use and connections issues will not be supported anymore, please useNormalconfigs instead.
Caution
You have to manually set DoH as remote DNS in your clients and disable MUX to use Raw configs.
💡 Other tips
Note
These days Fragment on some ISPs stopped working in Iran, you can change Fragment packet to 1-1 instead of tlshello and test, also you can try to change Fragment mode to bypass IR-GFW.
Caution
If you are upgrading from versions below 3.5.1 to 4, you should get subscriptions from panel again.
Caution
sing-box client version should be 1.12.0 or higher.
Caution
Xray clients should be updated to the latest version i.e. v2rayNG, v2rayN and Streisand.
Release v4.1.0
💡 Improvements
⚙️ Cloudflare ECH
ECH option is added to BPB Panel now for all cores. Please note that this is not so helpful in Iran regarding tests, successfully connects but gets banned after a while on some ISPs. This option can be more helpful in other countries.
Tip
ECH applies only to Normal subscription, not Fragment.
Tip
BPB queries ECH config within worker and does not delegate ECH config query to client core which is an advantage (core query may fail due to DNS query failure or blocked domains). So there's no extra settings, you can just enable ECH from panel and use it.
⚙️ BPB DoH
As most of famous public DoH servers are blocked by firewalls, we can use domain fronting to successfully use them. BPB DoH only supports RFC 8484 standard DoH servers which typically are in https://domain/dns-query format. For example Google has two types of DoH https://dns.google/dns-query which is RFC 8484 and https://dns.google/resolve which is JSON API. BPB only supports the first type.
To change underlying DoH you can set an environment variable named DOH_URL in worker settings and set your desired DoH.
Caution
Avoid using BPB DoH for remote DNS, otherwise you will waste your worker requests. It's better be use in browsers or DoH based clients like Intra, Rethink...
Note
These days Fragment on some ISPs stopped working in Iran, you can change Fragment packet to 1-1 instead of tlshello and test, also you can try to change Fragment mode to bypass IR-GFW.
Caution
If you are upgrading from versions below 3.5.1 to 4, you should get subscriptions from panel again.
Caution
sing-box client version should be 1.12.0 or higher.
Caution
Xray clients should be updated to the latest version i.e. v2rayNG, v2rayN and Streisand.
Release v4.0.1
⚙️ Bug fixes and Improvements
- Removed restriction for
Fragment length, you can set minimum to 1 now. bia-pain-bache#1131 - Added two more length to
Best Fragmentconfig:1-5,1-10. The config now checks 20 main fragment modes to find the best one on ISP. - Added
SevereFragment mode with1-5length and1-5interval values.
Note
These days Fragment on some ISPs stopped working in Iran, you can change Fragment packet to 1-1 instead of tlshello and test, also you can try to change Fragment mode to bypass IR-GFW.
Caution
If you are upgrading from versions below 3.5.1 to 4, you should get subscriptions from panel again.
Caution
sing-box client version should be 1.12.0 or higher.
Caution
Xray clients should be updated to the latest version i.e. v2rayNG, v2rayN and Streisand.
Release v4.0.0
🥳 BPB v4 is here
- Refactore the whole project using TypeScript.
- Added VMess support to Chain Proxies. All main protocols are now supported: VLESS, VMess, Trojan, Shadowsocks, Socks and Http.
- Removed Port 443 restriction for TLS Chain proxies.
Socksandhttpchain proxies should haveusernameandpassword, Xray core made this mandatory. Also panel now supports these formats:(socks or socks5 or http)://user:pass@server:portand(socks or socks5 or http):/base64@server:port.- Overal Chain Proxy performance improvements.
- Added Warp Remote DNS (IPv4 only). It's highly recommended to use Cloudflare DNS servers for Warp if you wanna change it.
- Made TCP Fast Open optional due to some devices and ISPs compatibility. Please note that you have to enable TCP Fast Open on linux manually bia-pain-bache#1097
- Added
maxSplitto Fragment settings, please use it only if you understand this feature. - Added
applyToto Xray UDP noises in Warp Pro settings. - Added
Google AIsto anti sanction routing rules which includes Gemini, NotebookLLM and so on. - Added a
Commonsection to settings in order to handle shared settings between VLESS, Trojan and Warp configs and movedLocalDNS,Fake DNS,Anti Sanction DNS,IPv6to this section. - Revised build process to reduce worker.js size up to ~120 KB.
- Added
Log LevelandAllow connections from LANto Common section as new features. - Changed anti saction DNS to Shecan.
- Added
Malware,PhishingandCryptominersblock rules. Note that v2ray users should set Geo Assets to Chocolate4U and download assets, otherwise configs won't connect. - Panel UI improvements.
- Updated docs.
- Fixed website language switch.
- Clash Fake DNS bug fix.
- Bug fix bia-pain-bache#1116
- And some other bug fixes and improvements.
Note
Some fields like IPv6 and Fake DNS should be, they will be set to default after upgrading to this version.
Caution
If you are upgrading from versions below 3.5.1 to 4, you should get subscriptions from panel again.
Caution
sing-box client version should be 1.12.0 or higher.
Caution
v2rayNG version should be 1.10.26 or higher and v2rayN should be 7.15.4 or higher.
Release v3.6.1
⚙️ Bug fixes and Improvements
- Added chained configs alongside original configs. This way, when Chain Proxy stops working, you still have access to original configs bia-pain-bache#1074
- Improved Chain Proxy and Warp DNS resolution
- Enabled
HappyEyeBallsfor Clash - Added download option for Xray configs
- Removed Bypass Lan option and made it mandatory to decrease worker error rate
Tip
v2ray Users should update Geo assets if the proxy is not connecting.
- Fixed chain proxy
Httpupgradetransmission bug for sing-box and Clash - Fixed Clash chain proxy bug
- Refactored
- Updated website
- Many minor bug fixes and improvements
Caution
If you already have a Chain Proxy set in panel, after updating to this version you have to clear it, apply and then set it again.
Caution
sing-box client version should be 1.12.0 or higher.