Browse Source

Update GFWList URL

tags/2.5.8
Wensheng Tang 9 years ago
parent
commit
29afe43414
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      shadowsocks-csharp/Controller/Service/GfwListUpdater.cs

+ 2
- 2
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;
@@ -97,4 +97,4 @@ namespace Shadowsocks.Controller
return valid_lines;
}
}
}
}

Loading…
Cancel
Save