We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7944c0 commit fdd068cCopy full SHA for fdd068c
shadowsocks-csharp/Controller/Service/GfwListUpdater.cs
@@ -89,6 +89,7 @@ private static string MergePACFile(string gfwListResult)
89
90
public void UpdatePACFromGFWList(Configuration config)
91
{
92
+ Logging.Info($"Checking GFWList from {GFWLIST_URL}");
93
WebClient http = new WebClient();
94
http.Proxy = new WebProxy(IPAddress.Loopback.ToString(), config.localPort);
95
http.DownloadStringCompleted += http_DownloadStringCompleted;
0 commit comments