Fix wireguard sendthrough

This commit is contained in:
Fangliding
2026-08-01 19:45:18 +08:00
parent 6e3322d219
commit 23ceba4716
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -138,6 +138,7 @@ func (h *Handler) Process(ctx context.Context, link *transport.Link, dialer inte
}
ob.Name = "wireguard"
ob.CanSpliceCopy = 3
dialer.SetOutboundGateway(ctx, ob)
if err := h.init(ctx); err != nil {
return err