Update gfw-pac.py

This commit is contained in:
ZE3kr
2017-02-03 09:58:14 +08:00
committed by GitHub
parent a9c7977b2b
commit afbfbbf16e

View File

@@ -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():