[FEAT] Add geodata loader mode switch

This commit is contained in:
Clash-Mini
2022-02-05 02:42:49 +08:00
parent c28f42d823
commit 28a1475f66
3 changed files with 15 additions and 13 deletions

View File

@ -15,8 +15,8 @@ func ParseRule(tp, payload, target string, params []string) (C.Rule, error) {
)
ruleExtra := &C.RuleExtra{
Network: RC.FindNetwork(params),
SourceIPs: RC.FindSourceIPs(params),
Network: RC.FindNetwork(params),
SourceIPs: RC.FindSourceIPs(params),
ProcessNames: RC.FindProcessName(params),
}