Fix: tunnel proxy match
This commit is contained in:
parent
5b07d7b776
commit
8c6e205c5a
1 changed files with 1 additions and 1 deletions
|
@ -152,8 +152,8 @@ func resolveMetadata(ctx C.PlainContext, metadata *C.Metadata) (proxy C.Proxy, r
|
||||||
proxy, exist = proxies[metadata.SpecialProxy]
|
proxy, exist = proxies[metadata.SpecialProxy]
|
||||||
if !exist {
|
if !exist {
|
||||||
err = fmt.Errorf("proxy %s not found", metadata.SpecialProxy)
|
err = fmt.Errorf("proxy %s not found", metadata.SpecialProxy)
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
switch mode {
|
switch mode {
|
||||||
|
|
Loading…
Reference in a new issue