mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-04 12:57:31 +00:00
fix: 规则匹配默认策略组返回错误
This commit is contained in:
@@ -433,5 +433,5 @@ func match(metadata *C.Metadata) (C.Proxy, C.Rule, error) {
|
||||
}
|
||||
}
|
||||
|
||||
return proxies["REJECT"], nil, nil
|
||||
return proxies["DIRECT"], nil, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user