Merge pull request #2 from ZE3kr/patch-1

Update gfw-pac.py, use new gfwlist file address.
This commit is contained in:
Zhiyi
2017-12-27 17:29:10 +08:00
committed by GitHub

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