Fix missing tun logger

This commit is contained in:
世界
2026-07-09 22:13:03 +08:00
parent f3b0c775ad
commit 16a529c1eb
+1
View File
@@ -222,6 +222,7 @@ func NewInbound(ctx context.Context, router adapter.Router, logger log.ContextLo
IncludeMACAddress: includeMACAddress,
ExcludeMACAddress: excludeMACAddress,
InterfaceMonitor: networkManager.InterfaceMonitor(),
Logger: logger,
EXP_MultiPendingPackets: multiPendingPackets,
},
udpTimeout: udpTimeout,