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

@ -136,6 +136,7 @@ func NewHttp(option HttpOption) *Http {
addr: net.JoinHostPort(option.Server, strconv.Itoa(option.Port)),
tp: C.Http,
iface: option.Interface,
rmark: option.RoutingMark,
},
user: option.UserName,
pass: option.Password,