From 729443fd8413a10e7483ac82574220c3a31da300 Mon Sep 17 00:00:00 2001 From: antongospod <47962758+antongospod@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:58:14 +0300 Subject: [PATCH] =?UTF-8?q?fix(#129):=20vless-=D1=80=D0=B5=D0=B6=D0=B8?= =?UTF-8?q?=D0=BC=20=D0=BF=D0=B0=D0=B4=D0=B0=D0=BB=20=D0=BD=D0=B0=20Androi?= =?UTF-8?q?d=20=D0=B8=D0=B7-=D0=B7=D0=B0=20netlinkrib=20permission=20denie?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.go b/client/main.go index 511a3bf..21e81a4 100644 --- a/client/main.go +++ b/client/main.go @@ -2195,6 +2195,7 @@ func createSmuxSession(ctx context.Context, tp *turnParams, peer *net.UDPAddr, i STUNServerAddr: turnServerAddr, TURNServerAddr: turnServerAddr, Conn: turnConn, + Net: newDirectNet(), Username: user, Password: pass, RequestedAddressFamily: addrFamily,