diff --git a/v2rayN/v2rayN/Handler/SysProxyHandle.cs b/v2rayN/v2rayN/Handler/SysProxyHandle.cs index 4bd8fa49..a840d011 100644 --- a/v2rayN/v2rayN/Handler/SysProxyHandle.cs +++ b/v2rayN/v2rayN/Handler/SysProxyHandle.cs @@ -50,7 +50,7 @@ namespace v2rayN.Handler } if (type == ESysProxyType.ForcedChange) { - var strExceptions = $"{config.constItem.defIEProxyExceptions};{config.systemProxyExceptions}"; + var strExceptions = $";{config.constItem.defIEProxyExceptions};{config.systemProxyExceptions}"; var strProxy = string.Empty; if (Utils.IsNullOrEmpty(config.systemProxyAdvancedProtocol))