keep the sys proxy

pull/554/head
2dust 5 years ago
parent 300f5ef949
commit a2758f0e0a

@ -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();

Loading…
Cancel
Save