From 5ffb7c4ca5d06d665de642c83da0b2ce160aa3ce Mon Sep 17 00:00:00 2001 From: celeron533 Date: Tue, 15 Jan 2019 22:48:15 +0800 Subject: [PATCH] Update the system proxy when user-rule.txt changed Fix #2140 --- shadowsocks-csharp/Controller/ShadowsocksController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/shadowsocks-csharp/Controller/ShadowsocksController.cs b/shadowsocks-csharp/Controller/ShadowsocksController.cs index 6daaa68a..860d56be 100644 --- a/shadowsocks-csharp/Controller/ShadowsocksController.cs +++ b/shadowsocks-csharp/Controller/ShadowsocksController.cs @@ -614,6 +614,7 @@ namespace Shadowsocks.Controller { GFWListUpdater.MergeAndWritePACFile(FileManager.NonExclusiveReadAllText(Utils.GetTempPath("gfwlist.txt"))); } + UpdateSystemProxy(); } public void CopyPacUrl()