super updates with python

This commit is contained in:
Moshel
2017-06-24 00:06:50 +08:00
parent 17fe952165
commit f0342113e0
22 changed files with 5633 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# By Moshel @ https://hzy.pw/

View File

@@ -0,0 +1,10 @@
# Best Shadowrocket Rules (https://github.com/h2y/Shadowrocket-ADBlock-Rules)
# by Moshel
# build time: {{build_time}}
[General]
bypass-system = true
skip-proxy = 192.168.0.0/16,10.0.0.0/8,172.16.0.0/12,localhost,*.local,e.crashlynatics.com,captive.apple.com
bypass-tun = 10.0.0.0/8,100.64.0.0/10,127.0.0.0/8,169.254.0.0/16,172.16.0.0/12,192.0.0.0/24,192.0.2.0/24,192.88.99.0/24,192.168.0.0/16,198.18.0.0/15,198.51.100.0/24,203.0.113.0/24,224.0.0.0/4,255.255.255.255/32
dns-server =
[Rule]

View File

@@ -0,0 +1,21 @@
#
# 黑名单模式,对不确定的网站尽可能地直连
#
# 代理top500 网站中不可直连的网站
# 直连:中国网站、国外的其余网站
# 不包含广告过滤
#
# top500 proxy
{{top500_proxy}}
# manual proxy
{{manual_proxy}}
DOMAIN-KEYWORD,google,Proxy
FINAL,direct

View File

@@ -0,0 +1,29 @@
#
# 黑名单模式,对不确定的网站尽可能地直连
#
# 代理top500 网站中不可直连的网站
# 直连:中国网站、国外的其余网站
# 包含广告过滤
#
# top500 proxy
{{top500_proxy}}
# manual proxy
{{manual_proxy}}
# ad block
{{ad}}
# manual block
{{manual_reject}}
DOMAIN-KEYWORD,google,Proxy
FINAL,direct

View File

@@ -0,0 +1,22 @@
#
# 白名单模式,对不确定的网站尽可能地走代理
#
# 直连top500 网站中可直连的网站、中国网站
# 代理:其余的所有国外网站
# 不包含广告过滤
#
# top500 direct
{{top500_direct}}
# manual direct
{{manual_direct}}
DOMAIN-SUFFIX,cn,DIRECT
GEOIP,CN,DIRECT
FINAL,proxy

View File

@@ -0,0 +1,30 @@
#
# 白名单模式,对不确定的网站尽可能地走代理
#
# 直连top500 网站中可直连的网站、中国网站
# 代理:其余的所有国外网站
# 包含广告过滤
#
# top500 direct
{{top500_direct}}
# manual direct
{{manual_direct}}
# ad block
{{ad}}
# manual block
{{manual_reject}}
DOMAIN-SUFFIX,cn,DIRECT
GEOIP,CN,DIRECT
FINAL,proxy