[1.66.0] - 2026-06-07
- ADDED: Blocking stats on the Dashboard - when a set uses Block (blackhole) mode and actually blocks something, the Dashboard now shows a "Blackhole" panel with the total number of blocked attempts, the most-blocked domains, and which devices ran into the most blocks. The panel stays hidden until there is something to show, so it never clutters the page when nothing is being blocked. Blocked connections are also tagged with a "block" label on the Traffic page so you can spot them in the live feed.
- ADDED: Control over the Telegram server-list backup - to reach Telegram, b4 fetches Telegram's data center list from Telegram's official address, and falls back to a backup copy hosted by the b4 author only if that is blocked (
lavrush.in). Settings -> MTProto Proxy now has a "DC list fallback mirror" switch to turn it off or point it at your own copy. - FIXED: Set Routing now respects your device choices - if you used Settings -> Devices to make b4 work for only some devices (or to exclude some), that choice was ignored by a set's Routing tab. Whatever the set did with the traffic (send it to another network interface or an upstream proxy, run it through the Telegram bridge, or block it) happened for every device regardless. Routing now applies only to the devices you picked. You can also give an individual set its own device list in its settings, so a single set can route, bridge, or block traffic for just specific devices without affecting the rest.
- FIXED: The router itself showed up as a wrongly-named device on the Traffic page - b4 mistook the router's own address for a regular client and listed it as a separate device (sometimes guessed as a phone brand), filing the router's own connections under it. b4 now recognizes its own interfaces and labels that traffic simply as "Router".
- FIXED: Discord voice and video calls could drop when blocking UDP - on a set with UDP set to Drop or Reject, Discord calls could break because b4 did not recognize Discord's call traffic. b4 now lets it through (when "Filter STUN" is on, the default), so calls keep working.
- FIXED: b4 would not start on some Asus Merlin routers - on certain firmware (for example the MerlinWRT) b4 quit right after starting and showed a confusing message about a missing
xt_connbytesfeature, even though the router actually supported it. The real cause was b4 using a newer firewall command option that the router's built-in tool did not understand. b4 now adapts to the router's own tools automatically, so it starts normally with nothing extra to install. - FIXED: Telegram no longer disconnects with a "proxy is not configured correctly" message after sitting idle - when a Telegram connection through b4 was left idle for a while, your network could quietly drop it in the background, and Telegram would show "The proxy you are using is not configured correctly and will be disabled" even though the proxy was working fine. b4 now keeps these connections alive on its own, so they stay open and reconnect cleanly instead of being dropped.
- FIXED: Connections page showed nothing when the device clock was out of sync - the time filter (30s / 1m / 5m / 15m) and the per-connection activity graph compared the live data against the browser's own clock, so a computer whose clock was off by even ~30 seconds could see an empty list and empty activity bars. Filtering and the activity graph now use the timestamps in the connection data itself, so they work regardless of the device clock or its timezone.
- FIXED: A device could still show up twice on the Traffic page - one device sometimes appeared as two rows, once under its name and once under its bare IP. b4 now recognizes these as the same device and shows it only once.
- FIXED: Discovery found no working strategy when site names were entered with quotes - if you added domains to Discovery wrapped in quotation marks (for example
"discord.com","youtube.com", as happens when pasting a copied list), b4 kept the quote marks as part of each name, so every lookup failed and Discovery reported nothing working for any site. Surrounding quotes are now removed automatically. #241
What's Changed
- feat(discord): add support for Discord voice packet detection and han… by @DanielLavrushin in #243
Full Changelog: v1.65.0...v1.66.0