mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-12-26 13:11:21 +08:00
fix: 规则匹配默认策略组返回错误
This commit is contained in:
parent
0a4570b55c
commit
eea9a12560
@ -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…
Reference in New Issue
Block a user