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

@ -160,6 +160,7 @@ func NewShadowSocks(option ShadowSocksOption) (*ShadowSocks, error) {
tp: C.Shadowsocks,
udp: option.UDP,
iface: option.Interface,
rmark: option.RoutingMark,
},
cipher: ciph,