fix: vless RoutingMark bind
This commit is contained in:
parent
e9a7e104c0
commit
01d8b224db
1 changed files with 1 additions and 0 deletions
|
@ -459,6 +459,7 @@ func NewVless(option VlessOption) (*Vless, error) {
|
||||||
tp: C.Vless,
|
tp: C.Vless,
|
||||||
udp: option.UDP,
|
udp: option.UDP,
|
||||||
iface: option.Interface,
|
iface: option.Interface,
|
||||||
|
rmark: option.RoutingMark,
|
||||||
prefer: C.NewDNSPrefer(option.IPVersion),
|
prefer: C.NewDNSPrefer(option.IPVersion),
|
||||||
},
|
},
|
||||||
client: client,
|
client: client,
|
||||||
|
|
Loading…
Reference in a new issue