From 79bc79eeef8d6d58209d56edcde4390ced172021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 9 Jul 2026 22:13:03 +0800 Subject: [PATCH] Fix missing tun logger --- protocol/tun/inbound.go | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/tun/inbound.go b/protocol/tun/inbound.go index ca8f29f7..6ec186b8 100644 --- a/protocol/tun/inbound.go +++ b/protocol/tun/inbound.go @@ -198,6 +198,7 @@ func NewInbound(ctx context.Context, router adapter.Router, logger log.ContextLo IncludePackage: options.IncludePackage, ExcludePackage: options.ExcludePackage, InterfaceMonitor: networkManager.InterfaceMonitor(), + Logger: logger, EXP_MultiPendingPackets: multiPendingPackets, }, udpTimeout: udpTimeout,