From 29afe434144d5e50251b6dbbf92342f9a0c0ba12 Mon Sep 17 00:00:00 2001 From: Wensheng Tang Date: Sun, 20 Sep 2015 10:58:38 +0800 Subject: [PATCH] Update GFWList URL --- shadowsocks-csharp/Controller/Service/GfwListUpdater.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shadowsocks-csharp/Controller/Service/GfwListUpdater.cs b/shadowsocks-csharp/Controller/Service/GfwListUpdater.cs index 70720fb9..493defa4 100644 --- a/shadowsocks-csharp/Controller/Service/GfwListUpdater.cs +++ b/shadowsocks-csharp/Controller/Service/GfwListUpdater.cs @@ -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; } } -} \ No newline at end of file +}