keep the sys proxy

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

@ -114,7 +114,10 @@ namespace v2rayN.HttpProxyHandler
{ {
try try
{ {
Update(config, true); if (config.listenerType != 5 && config.listenerType != 6)
{
Update(config, true);
}
PrivoxyHandler.Instance.Stop(); PrivoxyHandler.Instance.Stop();

Loading…
Cancel
Save