mirror of https://github.com/Dreamacro/clash.git
Fix: tunnel proxy match
This commit is contained in:
parent
5b07d7b776
commit
8c6e205c5a
|
@ -152,8 +152,8 @@ func resolveMetadata(ctx C.PlainContext, metadata *C.Metadata) (proxy C.Proxy, r
|
|||
proxy, exist = proxies[metadata.SpecialProxy]
|
||||
if !exist {
|
||||
err = fmt.Errorf("proxy %s not found", metadata.SpecialProxy)
|
||||
return
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
switch mode {
|
||||
|
|
Loading…
Reference in New Issue