mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
fix: vless RoutingMark bind
This commit is contained in:
parent
c8f119493e
commit
f28a57b665
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue