mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
fix: 规则匹配默认策略组返回错误
This commit is contained in:
parent
0a4570b55c
commit
eea9a12560
1 changed files with 1 additions and 1 deletions
|
@ -433,5 +433,5 @@ func match(metadata *C.Metadata) (C.Proxy, C.Rule, error) {
|
|||
}
|
||||
}
|
||||
|
||||
return proxies["REJECT"], nil, nil
|
||||
return proxies["DIRECT"], nil, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue