From 4779939424eb047d30161631fd89a9876104084c Mon Sep 17 00:00:00 2001 From: surbiks <43953720+surbiks@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:13:17 +0330 Subject: Add url speed test for outbound (#3767) * add outbound testing functionality with configurable test URL * use no kernel tun for conflict errors --- web/websocket/notifier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/websocket') diff --git a/web/websocket/notifier.go b/web/websocket/notifier.go index 91e52c7c..74cf61b2 100644 --- a/web/websocket/notifier.go +++ b/web/websocket/notifier.go @@ -49,7 +49,7 @@ func BroadcastInbounds(inbounds any) { } // BroadcastOutbounds broadcasts outbounds list update to all connected clients -func BroadcastOutbounds(outbounds interface{}) { +func BroadcastOutbounds(outbounds any) { hub := GetHub() if hub != nil { hub.Broadcast(MessageTypeOutbounds, outbounds) -- cgit v1.2.3