From afbfbbf16ee3cdbca8b03d1bdf5c9faf38f7b822 Mon Sep 17 00:00:00 2001 From: ZE3kr Date: Fri, 3 Feb 2017 09:58:14 +0800 Subject: [PATCH] Update gfw-pac.py --- gfw-pac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfw-pac.py b/gfw-pac.py index de61345..e1dadc5 100755 --- a/gfw-pac.py +++ b/gfw-pac.py @@ -12,7 +12,7 @@ import logging import urllib2 from argparse import ArgumentParser -gfwlist_url = 'https://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt' +gfwlist_url = 'https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt' def parse_args():