mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-20 19:37:32 +03:00
Fix process_name rule item
This commit is contained in:
@@ -28,7 +28,7 @@ func NewProcessItem(processNameList []string) *ProcessItem {
|
||||
processMap: make(map[string]bool),
|
||||
}
|
||||
for _, processName := range processNameList {
|
||||
rule.processMap[strings.ToLower(processName)] = true
|
||||
rule.processMap[processName] = true
|
||||
}
|
||||
return rule
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user