Skip to content

Commit

Permalink
Added support for custom gTLDs; Updated gfwlist and CNIP to the latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyi7 committed Sep 28, 2018
1 parent 8174001 commit 0d91038
Show file tree
Hide file tree
Showing 9 changed files with 26,991 additions and 4,182 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

通过 gfwlist 和中国 IP 地址生成 PAC(Proxy auto-config) 文件。对存在于 gfwlist 的域名和解析出的 IP 在国外的域名使用代理。

基于 [GFWList2PAC](https://github.com/clowwindy/gfwlist2pac)[Flora PAC](https://github.com/Leask/Flora_Pac)

## 特性
* 速度快,优先按域名匹配,再按 IP 匹配
* 可自定义需要代理的域名
* 可自定义本地开发 TLD 域名,例如 .test
* 可自定义不需要代理的域名
* 如果访问的域名不在列表里,但是 IP 在国外,也返回代理服务器

Expand All @@ -16,17 +15,21 @@

## gfw-pac.py 使用说明

usage: gfw-pac.py [-h] [-i GFWLIST] -f PAC -p PROXY [--user-rule USER_RULE]
[--direct-rule DIRECT_RULE] [--ip-file IP_FILE]
usage: gfw-pac.py -f PAC -p PROXY [-h] [-i GFWLIST_FILE]
[--user-rule USER_RULE_FILE]
[--direct-rule DIRECT_RULE_FILE]
[--localtld-rule LOCAL_TLD_RULE_FILE]
[--ip-file IP_FILE]

参数说明:

-h 显示帮助
-i 指定本地 gfwlist 文件,若不指定则自动从 googlecode 下载
-i 指定本地 gfwlist 文件,若不指定则自动下载
-f (必须)输出的 pac 文件
-p (必须)指定代理服务器
--user-rule 自定义使用代理的域名文件,文件里每行一个域名
--direct-rule 自定义不使用代理的域名文件,文件里每行一个域名
--localtld-rule 自定义不使用代理的顶级域,文件里每行一个域名,必须带前导圆点(例如 .test)
--ip-file 指定本地的从 apnic 下载的 IP 分配文件。若不指定则自动从 apnic 下载

举例:
Expand All @@ -36,6 +39,7 @@
-p "PROXY 192.168.1.200:3128; DIRECT" \
--user-rule=custom-domains.txt \
--direct-rule=direct-domains.txt \
--localtld-rule=local-tlds.txt \
--ip-file=delegated-apnic-latest.txt

[一路凯歌 技术博客](http://zhiyi.us)
14 changes: 1 addition & 13 deletions custom-domains.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ wikipedia.org
stackoverflow.com
sstatic.net
imgur.com
github.com
githubusercontent.com
github.io
googlecode.com
docker.io
docker.com
Expand Down Expand Up @@ -43,13 +40,4 @@ wenzhixin.net.cn
last.fm
scdn.co
spotify.com
spotilocal.com
music.126.net
laravel.com
youbma.com
youb99.com
youb88.com
youb77.com
youb66.com
youb11.com
qiporn.com
spotilocal.com
Loading

0 comments on commit 0d91038

Please sign in to comment.