From f28a57b6658b41dce0b5ac371bf623d8d58616f2 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Mon, 9 Jan 2023 23:15:17 +0800 Subject: [PATCH] fix: vless RoutingMark bind --- adapter/outbound/vless.go | 1 + 1 file changed, 1 insertion(+) diff --git a/adapter/outbound/vless.go b/adapter/outbound/vless.go index 06627912..6004eb6b 100644 --- a/adapter/outbound/vless.go +++ b/adapter/outbound/vless.go @@ -459,6 +459,7 @@ func NewVless(option VlessOption) (*Vless, error) { tp: C.Vless, udp: option.UDP, iface: option.Interface, + rmark: option.RoutingMark, prefer: C.NewDNSPrefer(option.IPVersion), }, client: client,