fix: vless RoutingMark bind

This commit is contained in:
metacubex 2023-01-09 23:15:17 +08:00
parent e9a7e104c0
commit 01d8b224db

View file

@ -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,