Fix: routing-mark option doesn't work on proxies (#2028)

This commit is contained in:
risetechlab
2022-03-19 13:29:30 +08:00
committed by GitHub
parent fb7d340233
commit f9cc1cc363
7 changed files with 7 additions and 0 deletions

View File

@ -154,6 +154,7 @@ func NewSocks5(option Socks5Option) *Socks5 {
tp: C.Socks5,
udp: option.UDP,
iface: option.Interface,
rmark: option.RoutingMark,
},
user: option.UserName,
pass: option.Password,