Skip to content

Commit

Permalink
fix: vless RoutingMark bind
Browse files Browse the repository at this point in the history
  • Loading branch information
stitchrs committed Jan 9, 2023
1 parent e9a7e10 commit 01d8b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adapter/outbound/vless.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 01d8b22

Please sign in to comment.