Browse Source

Update the system proxy when user-rule.txt changed

Fix #2140
tags/4.1.4
celeron533 6 years ago
parent
commit
5ffb7c4ca5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      shadowsocks-csharp/Controller/ShadowsocksController.cs

+ 1
- 0
shadowsocks-csharp/Controller/ShadowsocksController.cs View File

@@ -614,6 +614,7 @@ namespace Shadowsocks.Controller
{
GFWListUpdater.MergeAndWritePACFile(FileManager.NonExclusiveReadAllText(Utils.GetTempPath("gfwlist.txt")));
}
UpdateSystemProxy();
}
public void CopyPacUrl()


Loading…
Cancel
Save