mirror of https://github.com/2dust/v2rayN
keep the sys proxy
parent
300f5ef949
commit
a2758f0e0a
|
@ -114,7 +114,10 @@ namespace v2rayN.HttpProxyHandler
|
|||
{
|
||||
try
|
||||
{
|
||||
Update(config, true);
|
||||
if (config.listenerType != 5 && config.listenerType != 6)
|
||||
{
|
||||
Update(config, true);
|
||||
}
|
||||
|
||||
PrivoxyHandler.Instance.Stop();
|
||||
|
||||
|
|
Loading…
Reference in New Issue