Skip to content

Commit fdd068c

Browse files
committed
Log checking GFWList
1 parent f7944c0 commit fdd068c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shadowsocks-csharp/Controller/Service/GfwListUpdater.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ private static string MergePACFile(string gfwListResult)
8989

9090
public void UpdatePACFromGFWList(Configuration config)
9191
{
92+
Logging.Info($"Checking GFWList from {GFWLIST_URL}");
9293
WebClient http = new WebClient();
9394
http.Proxy = new WebProxy(IPAddress.Loopback.ToString(), config.localPort);
9495
http.DownloadStringCompleted += http_DownloadStringCompleted;

0 commit comments

Comments
 (0)