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

@ -142,6 +142,7 @@ func NewShadowSocksR(option ShadowSocksROption) (*ShadowSocksR, error) {
tp: C.ShadowsocksR,
udp: option.UDP,
iface: option.Interface,
rmark: option.RoutingMark,
},
cipher: coreCiph,
obfs: obfs,