mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +08:00
fix route exclude formatting
This commit is contained in:
parent
e884bac69b
commit
7e068736e2
@ -623,8 +623,8 @@ namespace Configs {
|
||||
QJsonArray routeExcludeSets;
|
||||
if (dataStore->enable_tun_routing)
|
||||
{
|
||||
routeExcludeAddrs << directIPCIDRs;
|
||||
routeExcludeSets << directIPSets;
|
||||
for (auto item:directIPCIDRs) routeExcludeAddrs << item;
|
||||
for (auto item: directIPSets) routeExcludeSets << item;
|
||||
}
|
||||
if (routeChain->defaultOutboundID == proxyID)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user