From a2758f0e0a4133422c06e922bbcac5f5c9f1207b Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Mon, 16 Mar 2020 10:28:43 +0800 Subject: [PATCH] keep the sys proxy --- v2rayN/v2rayN/HttpProxyHandler/HttpProxyHandle.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v2rayN/v2rayN/HttpProxyHandler/HttpProxyHandle.cs b/v2rayN/v2rayN/HttpProxyHandler/HttpProxyHandle.cs index 4e0a0e29..63826a02 100644 --- a/v2rayN/v2rayN/HttpProxyHandler/HttpProxyHandle.cs +++ b/v2rayN/v2rayN/HttpProxyHandler/HttpProxyHandle.cs @@ -114,7 +114,10 @@ namespace v2rayN.HttpProxyHandler { try { - Update(config, true); + if (config.listenerType != 5 && config.listenerType != 6) + { + Update(config, true); + } PrivoxyHandler.Instance.Stop();