diff --git a/shadowsocks-csharp/Controller/GfwListUpdater.cs b/shadowsocks-csharp/Controller/GfwListUpdater.cs index 8c2b701b..77aa04cb 100644 --- a/shadowsocks-csharp/Controller/GfwListUpdater.cs +++ b/shadowsocks-csharp/Controller/GfwListUpdater.cs @@ -16,7 +16,7 @@ public class GFWListUpdater private const string GFWLIST_BACKUP_URL = "https://raw.githubusercontent.com/breakwa11/breakwa11.github.io/master/ssr/gfwlist.txt"; - private const string GFWLIST_TEMPLATE_URL = "https://raw.githubusercontent.com/breakwa11/breakwa11.github.io/master/ssr/ss_gfw.pac"; + private const string GFWLIST_TEMPLATE_URL = "https://raw.githubusercontent.com/petronny/gfwlist2pac/master/gfwlist.pac"; private static string PAC_FILE = PACServer.PAC_FILE; @@ -234,4 +234,4 @@ public List ParseResult(string response) return valid_lines; } } -} \ No newline at end of file +}