v0.4.2: UI reads stats from the running proxy's fronter

The UI was creating its own DomainFronter instance and polling stats
from it, while traffic actually went through the ProxyServer's own
internal fronter. Result: stats grid stuck at zero even with traffic
flowing.

Fix: expose ProxyServer::fronter() and have the UI pick up that handle
once the server is built, instead of constructing a parallel fronter.
This commit is contained in:
therealaleph
2026-04-21 22:35:59 +03:00
parent 4d1600a349
commit 70d60f1951
4 changed files with 7 additions and 11 deletions
Generated
+1 -1
View File
@@ -1360,7 +1360,7 @@ dependencies = [
[[package]]
name = "mhrv-rs"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"base64 0.22.1",
"bytes",