Skip to content

Commit 13ae846

Browse files
committed
Merge pull request #319 from legendtang/master
Update GFWList URL
2 parents 391b1de + 29afe43 commit 13ae846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shadowsocks-csharp/Controller/Service/GfwListUpdater.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Shadowsocks.Controller
1212
{
1313
public class GFWListUpdater
1414
{
15-
private const string GFWLIST_URL = "https://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt";
15+
private const string GFWLIST_URL = "https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt";
1616

1717
private static string PAC_FILE = PACServer.PAC_FILE;
1818

@@ -97,4 +97,4 @@ public List<string> ParseResult(string response)
9797
return valid_lines;
9898
}
9999
}
100-
}
100+
}

0 commit comments

Comments
 (0)