mirror of
https://github.com/Johnshall/Shadowrocket-ADBlock-Rules-Forever.git
synced 2025-12-18 07:44:57 +08:00
super updates with python
This commit is contained in:
2
factory/template/sr_foot.txt
Normal file
2
factory/template/sr_foot.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
# By Moshel @ https://hzy.pw/
|
||||
10
factory/template/sr_head.txt
Normal file
10
factory/template/sr_head.txt
Normal 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]
|
||||
21
factory/template/sr_top500_banlist.txt
Normal file
21
factory/template/sr_top500_banlist.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
#
|
||||
# 黑名单模式,对不确定的网站尽可能地直连
|
||||
#
|
||||
# 代理:top500 网站中不可直连的网站
|
||||
# 直连:中国网站、国外的其余网站
|
||||
# 不包含广告过滤
|
||||
#
|
||||
|
||||
|
||||
# top500 proxy
|
||||
{{top500_proxy}}
|
||||
|
||||
|
||||
# manual proxy
|
||||
{{manual_proxy}}
|
||||
|
||||
|
||||
DOMAIN-KEYWORD,google,Proxy
|
||||
|
||||
FINAL,direct
|
||||
29
factory/template/sr_top500_banlist_ad.txt
Normal file
29
factory/template/sr_top500_banlist_ad.txt
Normal 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
|
||||
22
factory/template/sr_top500_whitelist.txt
Normal file
22
factory/template/sr_top500_whitelist.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
#
|
||||
# 白名单模式,对不确定的网站尽可能地走代理
|
||||
#
|
||||
# 直连:top500 网站中可直连的网站、中国网站
|
||||
# 代理:其余的所有国外网站
|
||||
# 不包含广告过滤
|
||||
#
|
||||
|
||||
|
||||
# top500 direct
|
||||
{{top500_direct}}
|
||||
|
||||
|
||||
# manual direct
|
||||
{{manual_direct}}
|
||||
|
||||
|
||||
DOMAIN-SUFFIX,cn,DIRECT
|
||||
|
||||
GEOIP,CN,DIRECT
|
||||
FINAL,proxy
|
||||
30
factory/template/sr_top500_whitelist_ad.txt
Normal file
30
factory/template/sr_top500_whitelist_ad.txt
Normal 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
|
||||
Reference in New Issue
Block a user