mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +08:00
Update RouteEntity.cpp
This commit is contained in:
parent
3aa737e7eb
commit
645f7c3d60
@ -788,7 +788,7 @@ namespace Configs {
|
||||
const QString& subType = sp[0];
|
||||
if (subType == "processPath" && type == simpleProcessPath)
|
||||
{
|
||||
const QString& address = content.section(':', 0);
|
||||
const QString& address = content.section(':', 1);
|
||||
if (!rule->process_path.contains(address)) rule->process_path.append(address);
|
||||
return true;
|
||||
} else if (subType == "processName" && type == simpleProcessName && sp.size() == 2)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user