itcook / gfwlist2pac

Convert GFWList into O(1) PAC file

Home Page:https://pypi.python.org/pypi/gfwlist2pac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GFWList2PAC

Build Status

Generate O(1) PAC file from gfwlist.

pip install gfwlist2pac

usage: gfwlist2pac [-h] -i GFWLIST -f PAC -p PROXY

optional arguments:
  -h, --help            show this help message and exit
  -i GFWLIST, --input GFWLIST
                        path to gfwlist
  -f PAC, --file PAC    path to output pac
  -p PROXY, --proxy PROXY
                        the proxy parameter in the pac file, for example,
                        "SOCKS5 127.0.0.1:1080;"

About

Convert GFWList into O(1) PAC file

https://pypi.python.org/pypi/gfwlist2pac

License:MIT License