mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
keep the sys proxy
This commit is contained in:
parent
300f5ef949
commit
a2758f0e0a
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue