Browse Source

Move: gfwlist from googelcode -> github

tags/3.0
kimw 9 years ago
parent
commit
0759bc894f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/Controller/Service/GfwListUpdater.cs

+ 1
- 1
shadowsocks-csharp/Controller/Service/GfwListUpdater.cs View File

@@ -12,7 +12,7 @@ namespace Shadowsocks.Controller
{
public class GFWListUpdater
{
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";
private static string PAC_FILE = PACServer.PAC_FILE;


Loading…
Cancel
Save