From 01d8b224dbf77a4ef5b4b92d885c54753920afc9 Mon Sep 17 00:00:00 2001 From: metacubex 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,