keep the sys proxy

pull/554/head
2dust 2020-03-16 10:28:43 +08:00
parent 300f5ef949
commit a2758f0e0a
1 changed files with 4 additions and 1 deletions

View File

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