下载转换脚本:https://github.com/snachx/gfwlist2privoxy,我有尝试pip下载,不过出现链接失败,就手动下载了,官方的指导:
pip install gfwlist2privoxy
usage: main.py [-h] [-i GFWLIST] -f ACTION -p PROXY -t TYPE [--user-rule USER_RULE]
detail arguments:
-h, --help show this help message and exit
-i GFWLIST, --input GFWLIST local path or remote url of gfwlist, ignore to use default address
-f ACTION, --file ACTION path to the output action file
-p PROXY, --proxy PROXY the proxy in the action file, for example, "127.0.0.1:1080"
-t TYPE, --type TYPE the proxy type in the action file, should be one of the followings,
"http socks4 socks4a socks5 socks5t"
--user-rule USER_RULE user rule file, which will be appended to gfwlist
Please set https proxy in your system if you ignore the argument GFWLIST.
执行:
python main.py -f pac.action -p 127.0.0.1:1080 -t socks5
就可以看到当前目录下生成了pac.action了。