https://github.com/2dust/v2rayN/issues/4334
This commit is contained in:
2dust 2024-02-05 20:24:30 +08:00
parent 52e9d30b46
commit bf30819a4a

View file

@ -50,7 +50,7 @@ namespace v2rayN.Handler
}
if (type == ESysProxyType.ForcedChange)
{
var strExceptions = $"{config.constItem.defIEProxyExceptions};{config.systemProxyExceptions}";
var strExceptions = $"<local>;{config.constItem.defIEProxyExceptions};{config.systemProxyExceptions}";
var strProxy = string.Empty;
if (Utils.IsNullOrEmpty(config.systemProxyAdvancedProtocol))