We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 391b1de + 29afe43 commit 13ae846Copy full SHA for 13ae846
shadowsocks-csharp/Controller/Service/GfwListUpdater.cs
@@ -12,7 +12,7 @@ namespace Shadowsocks.Controller
12
{
13
public class GFWListUpdater
14
15
- private const string GFWLIST_URL = "https://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt";
+ private const string GFWLIST_URL = "https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt";
16
17
private static string PAC_FILE = PACServer.PAC_FILE;
18
@@ -97,4 +97,4 @@ public List<string> ParseResult(string response)
97
return valid_lines;
98
}
99
100
-}
+}
0 commit comments