Skip to content

Commit

Permalink
调整默认规则
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaHOH committed Apr 1, 2017
1 parent c237764 commit 55a23ab
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions config/ActionFilter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,10 @@
# 意思就是默认就很好,你只需要添加规则选项就行了,用段时间熟悉了再调整其它

[0-fakecert] #建议伪造证书排第一不要改动,配合需要匹配路径的加密链接
#clients1.google.com
#mail.google.com

[1-block] #返回空数据包
#clients1.google.com/ocsp
#mail.google.com/mail/channel/bind
#.youtube-nocookie.com

[2-iredirect] #内部重定向
#优酷示例规则、文件自备
Expand All @@ -94,36 +91,38 @@ ipv4.google.com/sorry = @.+continue=(.+)&q=.+ >> @\1
#通过 GAE 才能正常使用的 google 服务
accounts.google.com
business.google.com
books.google.com
chrome.google.com
domains.google
.googlevideo.com
golang.org
www.google.com/maps
www.google.com/patents
#在线证书状态
#http://ocsp.
#clients1.google.com/ocsp

[6-forward] #转发直连,即隧道代理
#上传服务端使用转发
appengine.google.com = google_com
# github wss 协议,还可以配置为反向代理 IP 或其它后端代理
live.github.com
ipv6.
#cache.
.youtube-nocookie.com = google_com
dl.google.com = google_cn
#fonts.googleapis.com = google_cn
fonts.gstatic.com = google_cn
.gstatic.cn = google_cn
.google.cn = google_cn

[7-direct] #代理直连(兼容性较好)
.dmhy.org/@^(co|us)
# cn 规则跟随 goproxy
.gstatic.cn/ = google_cn
.doubleclick.net/ = google_cn
#.google-analytics.com/ = google_cn
.google-analytics.com/ = google_cn
.google.cn/ = google_cn
.googlesyndication.com/ = google_cn
.googletagmanager.com/ = google_cn
.googletagservices.com/ = google_cn
csi.gstatic.com/ = google_cn
fonts.gstatic.com/ = google_cn
dl.google.com/ = google_cn
#fonts.googleapis.com/ = google_cn
fonts.googleapis.com/ = google_cn

.android.com = google_gws
.appspot.com = google_gws
Expand All @@ -146,7 +145,8 @@ goo.gl = google_gws
.gstatic.com = google_gws
@\.gexperiments\d?\.com$ = google_gws
.youtube.com = google_gws
.youtube-nocookie.com = google_gws
.youtube-nocookie.com = google_gws
youtu.be = google_gws
.ytimg.com = google_gws

[8-gae] #通过 GAE 服务器代理
Expand Down

0 comments on commit 55a23ab

Please sign in to comment.