keep the sys proxy

This commit is contained in:
2dust 2020-03-16 10:28:43 +08:00
parent 300f5ef949
commit a2758f0e0a

View file

@ -113,8 +113,11 @@ namespace v2rayN.HttpProxyHandler
public static void CloseHttpAgent(Config config) public static void CloseHttpAgent(Config config)
{ {
try try
{
if (config.listenerType != 5 && config.listenerType != 6)
{ {
Update(config, true); Update(config, true);
}
PrivoxyHandler.Instance.Stop(); PrivoxyHandler.Instance.Stop();