mirror of
https://github.com/Johnshall/Shadowrocket-ADBlock-Rules-Forever.git
synced 2025-12-17 23:34:48 +08:00
Nightly build
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
25
lazy.conf
25
lazy.conf
@@ -1,5 +1,5 @@
|
|||||||
# 懒人配置
|
# 懒人配置
|
||||||
# 更新时间:2024-02-19
|
# 更新时间:2024-07-15
|
||||||
# Shadowrocket添加配置方法:配置 - 右上角➕ - 粘贴配置链接 - 下载 - 点击对应的配置文件 - 使用配置。
|
# Shadowrocket添加配置方法:配置 - 右上角➕ - 粘贴配置链接 - 下载 - 点击对应的配置文件 - 使用配置。
|
||||||
[General]
|
[General]
|
||||||
# Shadowrocket快速使用方法:
|
# Shadowrocket快速使用方法:
|
||||||
@@ -32,7 +32,7 @@ dns-server = https://doh.pub/dns-query,https://dns.alidns.com/dns-query,223.5.5.
|
|||||||
# 备用DNS。当覆写DNS查询失败或查询时间超过2秒,Shadowrocket会自动回退备用DNS。如需指定多个DNS,可用逗号分隔。system表示回退到系统DNS。
|
# 备用DNS。当覆写DNS查询失败或查询时间超过2秒,Shadowrocket会自动回退备用DNS。如需指定多个DNS,可用逗号分隔。system表示回退到系统DNS。
|
||||||
fallback-dns-server = system
|
fallback-dns-server = system
|
||||||
# 启用IPv6支持。false表示不启用,true表示启用。(注:即使不启用此选项,当本地网络环境支持IPv6,并且节点域名支持IPv6解析,Shadowrocket也会使用节点的IPv6地址进行访问。解决方法是关闭节点域名的IPv6解析,或者在配置文件的[Host]项目下为节点域名指定IP地址。)
|
# 启用IPv6支持。false表示不启用,true表示启用。(注:即使不启用此选项,当本地网络环境支持IPv6,并且节点域名支持IPv6解析,Shadowrocket也会使用节点的IPv6地址进行访问。解决方法是关闭节点域名的IPv6解析,或者在配置文件的[Host]项目下为节点域名指定IP地址。)
|
||||||
ipv6 = false
|
ipv6 =true
|
||||||
# 首选IPv6。优先向IPv6的DNS服务器查询AAAA记录,优先使用AAAA记录。false表示不启用。
|
# 首选IPv6。优先向IPv6的DNS服务器查询AAAA记录,优先使用AAAA记录。false表示不启用。
|
||||||
prefer-ipv6 = false
|
prefer-ipv6 = false
|
||||||
# 直连的域名类规则使用系统dns进行查询。false表示不启用。
|
# 直连的域名类规则使用系统dns进行查询。false表示不启用。
|
||||||
@@ -126,8 +126,8 @@ stun-response-ipv6=
|
|||||||
# URL-REGEX:匹配URL正则式。如“URL-REGEX,^https?://.+/item.+,REJECT”可以匹配到“https://www.example.com/item/abc/123”。
|
# URL-REGEX:匹配URL正则式。如“URL-REGEX,^https?://.+/item.+,REJECT”可以匹配到“https://www.example.com/item/abc/123”。
|
||||||
# IP-CIDR:匹配IPv4或IPv6地址。如“IP-CIDR,192.168.1.0/24,DIRECT”可以匹配到IP段“192.168.1.1~192.168.1.254”。当域名请求遇到IP类规则时,Shadowrocket会向本地DNS服务器发送查询请求,以判断主机IP是否匹配规则。若IP类规则加“no-resolve”(如:IP-CIDR,172.16.0.0/12,DIRECT,no-resolve),则域名请求将会跳过此规则,不会触发本地DNS查询。
|
# IP-CIDR:匹配IPv4或IPv6地址。如“IP-CIDR,192.168.1.0/24,DIRECT”可以匹配到IP段“192.168.1.1~192.168.1.254”。当域名请求遇到IP类规则时,Shadowrocket会向本地DNS服务器发送查询请求,以判断主机IP是否匹配规则。若IP类规则加“no-resolve”(如:IP-CIDR,172.16.0.0/12,DIRECT,no-resolve),则域名请求将会跳过此规则,不会触发本地DNS查询。
|
||||||
# IP-ASN:匹配IP地址隶属的ASN编号。如"IP-ASN,56040,DIRECT"可以匹配到属于China Mobile Communications Corporation网络的IP地址。
|
# IP-ASN:匹配IP地址隶属的ASN编号。如"IP-ASN,56040,DIRECT"可以匹配到属于China Mobile Communications Corporation网络的IP地址。
|
||||||
# RULE-SET:匹配规则集内容。规则集的内容需包含规则类型。(兼容仅包含IP地址且不带规则类型的规则集)
|
# RULE-SET:匹配规则集内容。规则集的内容需包含规则类型,如"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Apple/Apple.list"。(兼容仅包含IP地址且不带规则类型的规则集)
|
||||||
# DOMAIN-SET:匹配域名集内容。域名集的内容不包含规则类型。
|
# DOMAIN-SET:匹配域名集内容。域名集的内容不包含规则类型,如"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Apple/Apple_Domain.list"。
|
||||||
# SCRIPT:匹配脚本名称。
|
# SCRIPT:匹配脚本名称。
|
||||||
# DST-PORT:匹配目标主机名的端口号。如“DST-PORT,443,DIRECT”可以匹配到443目标端口。
|
# DST-PORT:匹配目标主机名的端口号。如“DST-PORT,443,DIRECT”可以匹配到443目标端口。
|
||||||
# GEOIP:匹配IP数据库。如“GEOIP,CN,DIRECT”可以匹配到归属地为CN的IP地址。
|
# GEOIP:匹配IP数据库。如“GEOIP,CN,DIRECT”可以匹配到归属地为CN的IP地址。
|
||||||
@@ -150,17 +150,14 @@ stun-response-ipv6=
|
|||||||
# 除此之外,规则策略还可以选择「代理分组」、「订阅名称」、「分组」、「节点」。
|
# 除此之外,规则策略还可以选择「代理分组」、「订阅名称」、「分组」、「节点」。
|
||||||
# ----------
|
# ----------
|
||||||
# 规则匹配的优先级:
|
# 规则匹配的优先级:
|
||||||
# 1.规则从上到下依次匹配。
|
# 1.模块规则优先于配置文件规则。
|
||||||
# 2.域名规则优先于IP规则。
|
# 2.规则从上到下依次匹配。
|
||||||
|
# 3.域名规则优先于IP规则。
|
||||||
# ----------
|
# ----------
|
||||||
# 关于屏蔽443端口的UDP流量的解释内容:HTTP3/QUIC协议开始流行,但是国内ISP和国际出口的UDP优先级都很低,表现很差,屏蔽掉以强制回退HTTP2/HTTP1.1。(如需启用该逻辑规则,请删除AND前面的注释符号#)
|
# 关于屏蔽443端口的UDP流量的解释内容:HTTP3/QUIC协议开始流行,但是国内ISP和国际出口的UDP优先级都很低,表现很差,屏蔽掉以强制回退HTTP2/HTTP1.1。(如需启用该逻辑规则,请删除AND前面的注释符号#)
|
||||||
# AND,((PROTOCOL,UDP),(DST-PORT,443)),REJECT-NO-DROP
|
# AND,((PROTOCOL,UDP),(DST-PORT,443)),REJECT-NO-DROP
|
||||||
# ----------
|
# ----------
|
||||||
# 直连策略的修正规则集。
|
# 国外常用服务单独分流:YouTube,Netflix,Disney+,HBO,Spotify,Telegram,PayPal,Twitter,Facebook,Google,TikTok,GitHub,ChatGPT。
|
||||||
RULE-SET,https://raw.githubusercontent.com/wlxuf/add_rule/main/direct-amend.list,DIRECT
|
|
||||||
# 代理策略的修正规则集。
|
|
||||||
RULE-SET,https://raw.githubusercontent.com/wlxuf/add_rule/main/proxy-amend.list,PROXY
|
|
||||||
# 国外常用服务单独分流:YouTube,Netflix,Disney+,HBO,Spotify,Telegram,PayPal,Twitter,Facebook,Google,TikTok,GitHub,ChatGPT,TVB。
|
|
||||||
# 国内常用服务单独分流:苹果服务,微软服务,哔哩哔哩,网易云音乐,游戏平台,亚马逊,百度,豆瓣,微信,抖音,新浪,知乎,小红书。
|
# 国内常用服务单独分流:苹果服务,微软服务,哔哩哔哩,网易云音乐,游戏平台,亚马逊,百度,豆瓣,微信,抖音,新浪,知乎,小红书。
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/Apple/Apple.list,DIRECT
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/Apple/Apple.list,DIRECT
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/BiliBili/BiliBili.list,DIRECT
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/BiliBili/BiliBili.list,DIRECT
|
||||||
@@ -182,7 +179,7 @@ RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/r
|
|||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Twitter/Twitter.list,PROXY
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Twitter/Twitter.list,PROXY
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Facebook/Facebook.list,PROXY
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Facebook/Facebook.list,PROXY
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Amazon/Amazon.list,PROXY
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Amazon/Amazon.list,PROXY
|
||||||
RULE-SET,https://raw.githubusercontent.com/wlxuf/add_rule/main/ChatGPT.list,PROXY
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/OpenAI/OpenAI.list,PROXY
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Sony/Sony.list,DIRECT
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Sony/Sony.list,DIRECT
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Nintendo/Nintendo.list,DIRECT
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Nintendo/Nintendo.list,DIRECT
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Epic/Epic.list,DIRECT
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Epic/Epic.list,DIRECT
|
||||||
@@ -193,7 +190,6 @@ RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/r
|
|||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Microsoft/Microsoft.list,DIRECT
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Microsoft/Microsoft.list,DIRECT
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Google/Google.list,PROXY
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Google/Google.list,PROXY
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/TikTok/TikTok.list,PROXY
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/TikTok/TikTok.list,PROXY
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/TVB/TVB.list,PROXY
|
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/Global/Global.list,PROXY
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/Global/Global.list,PROXY
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/China/China.list,DIRECT
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/China/China.list,DIRECT
|
||||||
# 本地局域网地址的规则集。
|
# 本地局域网地址的规则集。
|
||||||
@@ -212,10 +208,7 @@ FINAL,PROXY
|
|||||||
# ssid:wifi名称=server:1.2.3.4
|
# ssid:wifi名称=server:1.2.3.4
|
||||||
# ----------
|
# ----------
|
||||||
*.apple.com=server:system
|
*.apple.com=server:system
|
||||||
*.apple.cn=server:system
|
|
||||||
*.cdn-apple.com=server:system
|
|
||||||
*.icloud.com=server:system
|
*.icloud.com=server:system
|
||||||
*.icloud-content.com=server:system
|
|
||||||
localhost = 127.0.0.1
|
localhost = 127.0.0.1
|
||||||
|
|
||||||
[URL Rewrite]
|
[URL Rewrite]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# 懒人配置(含策略组)
|
# 懒人配置(含策略组)
|
||||||
# 更新时间:2024-02-19
|
# 更新时间:2024-07-15
|
||||||
# Shadowrocket添加配置方法:配置 - 右上角➕ - 粘贴配置链接 - 下载 - 点击对应的配置文件 - 使用配置。
|
# Shadowrocket添加配置方法:配置 - 右上角➕ - 粘贴配置链接 - 下载 - 点击对应的配置文件 - 使用配置。
|
||||||
[General]
|
[General]
|
||||||
# Shadowrocket快速使用方法:
|
# Shadowrocket快速使用方法:
|
||||||
@@ -32,7 +32,7 @@ dns-server = https://doh.pub/dns-query,https://dns.alidns.com/dns-query,223.5.5.
|
|||||||
# 备用DNS。当覆写DNS查询失败或查询时间超过2秒,Shadowrocket会自动回退备用DNS。如需指定多个DNS,可用逗号分隔。system表示回退到系统DNS。
|
# 备用DNS。当覆写DNS查询失败或查询时间超过2秒,Shadowrocket会自动回退备用DNS。如需指定多个DNS,可用逗号分隔。system表示回退到系统DNS。
|
||||||
fallback-dns-server = system
|
fallback-dns-server = system
|
||||||
# 启用IPv6支持。false表示不启用,true表示启用。(注:即使不启用此选项,当本地网络环境支持IPv6,并且节点域名支持IPv6解析,Shadowrocket也会使用节点的IPv6地址进行访问。解决方法是关闭节点域名的IPv6解析,或者在配置文件的[Host]项目下为节点域名指定IP地址。)
|
# 启用IPv6支持。false表示不启用,true表示启用。(注:即使不启用此选项,当本地网络环境支持IPv6,并且节点域名支持IPv6解析,Shadowrocket也会使用节点的IPv6地址进行访问。解决方法是关闭节点域名的IPv6解析,或者在配置文件的[Host]项目下为节点域名指定IP地址。)
|
||||||
ipv6 = false
|
ipv6 = true
|
||||||
# 首选IPv6。优先向IPv6的DNS服务器查询AAAA记录,优先使用AAAA记录。false表示不启用。
|
# 首选IPv6。优先向IPv6的DNS服务器查询AAAA记录,优先使用AAAA记录。false表示不启用。
|
||||||
prefer-ipv6 = false
|
prefer-ipv6 = false
|
||||||
# 直连的域名类规则使用系统dns进行查询。false表示不启用。
|
# 直连的域名类规则使用系统dns进行查询。false表示不启用。
|
||||||
@@ -150,8 +150,8 @@ Amazon = select,DIRECT,PROXY,香港节点,台湾节点,日本节点,新加坡节
|
|||||||
# URL-REGEX:匹配URL正则式。如“URL-REGEX,^https?://.+/item.+,REJECT”可以匹配到“https://www.example.com/item/abc/123”。
|
# URL-REGEX:匹配URL正则式。如“URL-REGEX,^https?://.+/item.+,REJECT”可以匹配到“https://www.example.com/item/abc/123”。
|
||||||
# IP-CIDR:匹配IPv4或IPv6地址。如“IP-CIDR,192.168.1.0/24,DIRECT”可以匹配到IP段“192.168.1.1~192.168.1.254”。当域名请求遇到IP类规则时,Shadowrocket会向本地DNS服务器发送查询请求,以判断主机IP是否匹配规则。若IP类规则加“no-resolve”(如:IP-CIDR,172.16.0.0/12,DIRECT,no-resolve),则域名请求将会跳过此规则,不会触发本地DNS查询。
|
# IP-CIDR:匹配IPv4或IPv6地址。如“IP-CIDR,192.168.1.0/24,DIRECT”可以匹配到IP段“192.168.1.1~192.168.1.254”。当域名请求遇到IP类规则时,Shadowrocket会向本地DNS服务器发送查询请求,以判断主机IP是否匹配规则。若IP类规则加“no-resolve”(如:IP-CIDR,172.16.0.0/12,DIRECT,no-resolve),则域名请求将会跳过此规则,不会触发本地DNS查询。
|
||||||
# IP-ASN:匹配IP地址隶属的ASN编号。如"IP-ASN,56040,DIRECT"可以匹配到属于China Mobile Communications Corporation网络的IP地址。
|
# IP-ASN:匹配IP地址隶属的ASN编号。如"IP-ASN,56040,DIRECT"可以匹配到属于China Mobile Communications Corporation网络的IP地址。
|
||||||
# RULE-SET:匹配规则集内容。规则集的内容需包含规则类型。(兼容仅包含IP地址且不带规则类型的规则集)
|
# RULE-SET:匹配规则集内容。规则集的内容需包含规则类型,如"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Apple/Apple.list"。(兼容仅包含IP地址且不带规则类型的规则集)
|
||||||
# DOMAIN-SET:匹配域名集内容。域名集的内容不包含规则类型。
|
# DOMAIN-SET:匹配域名集内容。域名集的内容不包含规则类型,如"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Apple/Apple_Domain.list"。
|
||||||
# SCRIPT:匹配脚本名称。
|
# SCRIPT:匹配脚本名称。
|
||||||
# DST-PORT:匹配目标主机名的端口号。如“DST-PORT,443,DIRECT”可以匹配到443目标端口。
|
# DST-PORT:匹配目标主机名的端口号。如“DST-PORT,443,DIRECT”可以匹配到443目标端口。
|
||||||
# GEOIP:匹配IP数据库。如“GEOIP,CN,DIRECT”可以匹配到归属地为CN的IP地址。
|
# GEOIP:匹配IP数据库。如“GEOIP,CN,DIRECT”可以匹配到归属地为CN的IP地址。
|
||||||
@@ -174,17 +174,14 @@ Amazon = select,DIRECT,PROXY,香港节点,台湾节点,日本节点,新加坡节
|
|||||||
# 除此之外,规则策略还可以选择「代理分组」、「订阅名称」、「分组」、「节点」。
|
# 除此之外,规则策略还可以选择「代理分组」、「订阅名称」、「分组」、「节点」。
|
||||||
# ----------
|
# ----------
|
||||||
# 规则匹配的优先级:
|
# 规则匹配的优先级:
|
||||||
# 1.规则从上到下依次匹配。
|
# 1.模块规则优先于配置文件规则。
|
||||||
# 2.域名规则优先于IP规则。
|
# 2.规则从上到下依次匹配。
|
||||||
|
# 3.域名规则优先于IP规则。
|
||||||
# ----------
|
# ----------
|
||||||
# 关于屏蔽443端口的UDP流量的解释内容:HTTP3/QUIC协议开始流行,但是国内ISP和国际出口的UDP优先级都很低,表现很差,屏蔽掉以强制回退HTTP2/HTTP1.1。(如需启用该逻辑规则,请删除AND前面的注释符号#)
|
# 关于屏蔽443端口的UDP流量的解释内容:HTTP3/QUIC协议开始流行,但是国内ISP和国际出口的UDP优先级都很低,表现很差,屏蔽掉以强制回退HTTP2/HTTP1.1。(如需启用该逻辑规则,请删除AND前面的注释符号#)
|
||||||
# AND,((PROTOCOL,UDP),(DST-PORT,443)),REJECT-NO-DROP
|
# AND,((PROTOCOL,UDP),(DST-PORT,443)),REJECT-NO-DROP
|
||||||
# ----------
|
# ----------
|
||||||
# 直连策略的修正规则集。
|
# 国外常用服务单独分流:YouTube,Netflix,Disney+,HBO,Spotify,Telegram,PayPal,Twitter,Facebook,Google,TikTok,GitHub,ChatGPT。
|
||||||
RULE-SET,https://raw.githubusercontent.com/wlxuf/add_rule/main/direct-amend.list,DIRECT
|
|
||||||
# 代理策略的修正规则集。
|
|
||||||
RULE-SET,https://raw.githubusercontent.com/wlxuf/add_rule/main/proxy-amend.list,PROXY
|
|
||||||
# 国外常用服务单独分流:YouTube,Netflix,Disney+,HBO,Spotify,Telegram,PayPal,Twitter,Facebook,Google,TikTok,GitHub,ChatGPT,TVB。
|
|
||||||
# 国内常用服务单独分流:苹果服务,微软服务,哔哩哔哩,网易云音乐,游戏平台,亚马逊,百度,豆瓣,微信,抖音,新浪,知乎,小红书。
|
# 国内常用服务单独分流:苹果服务,微软服务,哔哩哔哩,网易云音乐,游戏平台,亚马逊,百度,豆瓣,微信,抖音,新浪,知乎,小红书。
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/Apple/Apple.list,苹果服务
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/Apple/Apple.list,苹果服务
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/BiliBili/BiliBili.list,哔哩哔哩
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/BiliBili/BiliBili.list,哔哩哔哩
|
||||||
@@ -206,7 +203,7 @@ RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/r
|
|||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Twitter/Twitter.list,TWITTER
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Twitter/Twitter.list,TWITTER
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Facebook/Facebook.list,FACEBOOK
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Facebook/Facebook.list,FACEBOOK
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Amazon/Amazon.list,AMAZON
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Amazon/Amazon.list,AMAZON
|
||||||
RULE-SET,https://raw.githubusercontent.com/wlxuf/add_rule/main/ChatGPT.list,CHATGPT
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/OpenAI/OpenAI.list,CHATGPT
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Sony/Sony.list,游戏平台
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Sony/Sony.list,游戏平台
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Nintendo/Nintendo.list,游戏平台
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Nintendo/Nintendo.list,游戏平台
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Epic/Epic.list,游戏平台
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Epic/Epic.list,游戏平台
|
||||||
@@ -217,7 +214,6 @@ RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/r
|
|||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Microsoft/Microsoft.list,微软服务
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Microsoft/Microsoft.list,微软服务
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Google/Google.list,谷歌服务
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Google/Google.list,谷歌服务
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/TikTok/TikTok.list,TIKTOK
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/TikTok/TikTok.list,TIKTOK
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/TVB/TVB.list,PROXY
|
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/Global/Global.list,PROXY
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/Global/Global.list,PROXY
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/China/China.list,DIRECT
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/China/China.list,DIRECT
|
||||||
# 本地局域网地址的规则集。
|
# 本地局域网地址的规则集。
|
||||||
@@ -236,10 +232,7 @@ FINAL,PROXY
|
|||||||
# ssid:wifi名称=server:1.2.3.4
|
# ssid:wifi名称=server:1.2.3.4
|
||||||
# ----------
|
# ----------
|
||||||
*.apple.com=server:system
|
*.apple.com=server:system
|
||||||
*.apple.cn=server:system
|
|
||||||
*.cdn-apple.com=server:system
|
|
||||||
*.icloud.com=server:system
|
*.icloud.com=server:system
|
||||||
*.icloud-content.com=server:system
|
|
||||||
localhost = 127.0.0.1
|
localhost = 127.0.0.1
|
||||||
|
|
||||||
[URL Rewrite]
|
[URL Rewrite]
|
||||||
|
|||||||
12690
sr_ad_only.conf
12690
sr_ad_only.conf
File diff suppressed because it is too large
Load Diff
12701
sr_adb.conf
12701
sr_adb.conf
File diff suppressed because it is too large
Load Diff
@@ -1,14 +1,14 @@
|
|||||||
# Best Shadowrocket Rules (https://github.com/Johnshall/Shadowrocket-ADBlock-Rules-Forever)
|
# Best Shadowrocket Rules (https://github.com/Johnshall/Shadowrocket-ADBlock-Rules-Forever)
|
||||||
# by Moshel and Johnshall
|
# by Moshel and Johnshall
|
||||||
# build time: UTC 2024-05-05 15:39:05
|
# build time: UTC 2024-08-26 14:17:40
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
# 默认关闭 ipv6 支持,如果需要请手动开启
|
# 默认关闭 ipv6 支持,如果需要请手动开启
|
||||||
ipv6 = false
|
ipv6 = false
|
||||||
bypass-system = true
|
bypass-system = true
|
||||||
skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, localhost, *.local, e.crashlytics.com, captive.apple.com, sequoia.apple.com, seed-sequoia.siri.apple.com
|
skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, fe80::/10, fc00::/7, localhost, *.local, *.lan, *.internal, e.crashlytics.com, captive.apple.com, sequoia.apple.com, seed-sequoia.siri.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
|
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,233.252.0.0/24,224.0.0.0/4,255.255.255.255/32,::1/128,::ffff:0:0/96,::ffff:0:0:0/96,64:ff9b::/96,64:ff9b:1::/48,100::/64,2001::/32,2001:20::/28,2001:db8::/32,2002::/16,3fff::/20,5f00::/16,fc00::/7,fe80::/10,ff00::/8
|
||||||
dns-server = https://1.12.12.12/dns-query, https://223.5.5.5/dns-query
|
dns-server = https://dns.alidns.com/dns-query, https://doh.pub/dns-query
|
||||||
[Rule]
|
[Rule]
|
||||||
#
|
#
|
||||||
# 国内外划分,对中国网站代理,外国网站直连。提供给海外华侨使用。
|
# 国内外划分,对中国网站代理,外国网站直连。提供给海外华侨使用。
|
||||||
|
|||||||
12698
sr_backcn_ad.conf
12698
sr_backcn_ad.conf
File diff suppressed because it is too large
Load Diff
@@ -1,14 +1,14 @@
|
|||||||
# Best Shadowrocket Rules (https://github.com/Johnshall/Shadowrocket-ADBlock-Rules-Forever)
|
# Best Shadowrocket Rules (https://github.com/Johnshall/Shadowrocket-ADBlock-Rules-Forever)
|
||||||
# by Moshel and Johnshall
|
# by Moshel and Johnshall
|
||||||
# build time: UTC 2024-05-05 15:39:05
|
# build time: UTC 2024-08-26 14:17:40
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
# 默认关闭 ipv6 支持,如果需要请手动开启
|
# 默认关闭 ipv6 支持,如果需要请手动开启
|
||||||
ipv6 = false
|
ipv6 = false
|
||||||
bypass-system = true
|
bypass-system = true
|
||||||
skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, localhost, *.local, e.crashlytics.com, captive.apple.com, sequoia.apple.com, seed-sequoia.siri.apple.com
|
skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, fe80::/10, fc00::/7, localhost, *.local, *.lan, *.internal, e.crashlytics.com, captive.apple.com, sequoia.apple.com, seed-sequoia.siri.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
|
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,233.252.0.0/24,224.0.0.0/4,255.255.255.255/32,::1/128,::ffff:0:0/96,::ffff:0:0:0/96,64:ff9b::/96,64:ff9b:1::/48,100::/64,2001::/32,2001:20::/28,2001:db8::/32,2002::/16,3fff::/20,5f00::/16,fc00::/7,fe80::/10,ff00::/8
|
||||||
dns-server = https://1.12.12.12/dns-query, https://223.5.5.5/dns-query
|
dns-server = https://dns.alidns.com/dns-query, https://doh.pub/dns-query
|
||||||
[Rule]
|
[Rule]
|
||||||
#
|
#
|
||||||
# 国内外划分,对中国网站直连,外国网站代理。
|
# 国内外划分,对中国网站直连,外国网站代理。
|
||||||
|
|||||||
12698
sr_cnip_ad.conf
12698
sr_cnip_ad.conf
File diff suppressed because it is too large
Load Diff
12698
sr_direct_banad.conf
12698
sr_direct_banad.conf
File diff suppressed because it is too large
Load Diff
12701
sr_proxy_banad.conf
12701
sr_proxy_banad.conf
File diff suppressed because it is too large
Load Diff
65425
sr_top500_banlist.conf
65425
sr_top500_banlist.conf
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,14 +1,14 @@
|
|||||||
# Best Shadowrocket Rules (https://github.com/Johnshall/Shadowrocket-ADBlock-Rules-Forever)
|
# Best Shadowrocket Rules (https://github.com/Johnshall/Shadowrocket-ADBlock-Rules-Forever)
|
||||||
# by Moshel and Johnshall
|
# by Moshel and Johnshall
|
||||||
# build time: UTC 2024-05-05 15:39:05
|
# build time: UTC 2024-08-26 14:17:40
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
# 默认关闭 ipv6 支持,如果需要请手动开启
|
# 默认关闭 ipv6 支持,如果需要请手动开启
|
||||||
ipv6 = false
|
ipv6 = false
|
||||||
bypass-system = true
|
bypass-system = true
|
||||||
skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, localhost, *.local, e.crashlytics.com, captive.apple.com, sequoia.apple.com, seed-sequoia.siri.apple.com
|
skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, fe80::/10, fc00::/7, localhost, *.local, *.lan, *.internal, e.crashlytics.com, captive.apple.com, sequoia.apple.com, seed-sequoia.siri.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
|
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,233.252.0.0/24,224.0.0.0/4,255.255.255.255/32,::1/128,::ffff:0:0/96,::ffff:0:0:0/96,64:ff9b::/96,64:ff9b:1::/48,100::/64,2001::/32,2001:20::/28,2001:db8::/32,2002::/16,3fff::/20,5f00::/16,fc00::/7,fe80::/10,ff00::/8
|
||||||
dns-server = https://1.12.12.12/dns-query, https://223.5.5.5/dns-query
|
dns-server = https://dns.alidns.com/dns-query, https://doh.pub/dns-query
|
||||||
[Rule]
|
[Rule]
|
||||||
#
|
#
|
||||||
# 白名单中包含了境外网站中可以访问的那些,对不确定的网站则尽可能地代理。
|
# 白名单中包含了境外网站中可以访问的那些,对不确定的网站则尽可能地代理。
|
||||||
@@ -857,6 +857,9 @@ IP-CIDR,192.168.0.0/16,DIRECT
|
|||||||
IP-CIDR,10.0.0.0/8,DIRECT
|
IP-CIDR,10.0.0.0/8,DIRECT
|
||||||
IP-CIDR,172.16.0.0/12,DIRECT
|
IP-CIDR,172.16.0.0/12,DIRECT
|
||||||
IP-CIDR,127.0.0.0/8,DIRECT
|
IP-CIDR,127.0.0.0/8,DIRECT
|
||||||
|
IP-CIDR,fe80::/10,DIRECT
|
||||||
|
IP-CIDR,fc00::/7,DIRECT
|
||||||
|
IP-CIDR,::1/128,DIRECT
|
||||||
|
|
||||||
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/AppleNews/AppleNews.list,PROXY
|
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/AppleNews/AppleNews.list,PROXY
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user