Nightly build

This commit is contained in:
Johnshall
2022-12-31 16:06:52 +00:00
parent 8c47e165e6
commit 3d8f2e5510
15 changed files with 86401 additions and 82253 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
# 懒人配置(含策略组) # 懒人配置(含策略组)
# 更新时间2022-12-31 # 更新时间2022-12-22
# Shadowrocket添加远程配置方法配置 - 右上角➕ - 粘贴配置链接 - 下载 - 点击远程文件下的配置链接 - 使用配置。 # Shadowrocket添加远程配置方法配置 - 右上角➕ - 粘贴配置链接 - 下载 - 点击远程文件下的配置链接 - 使用配置。
[General] [General]
# Shadowrocket快速使用方法 # Shadowrocket快速使用方法
@@ -46,8 +46,6 @@ private-ip-answer = true
dns-direct-fallback-proxy = false dns-direct-fallback-proxy = false
# 当UDP流量匹配到规则里不支持UDP转发的节点策略时重新选择回退行为可选行为包括DIRECT、REJECT。DIRECT表示直连转发UDP流量REJECT表示屏蔽UDP流量。 # 当UDP流量匹配到规则里不支持UDP转发的节点策略时重新选择回退行为可选行为包括DIRECT、REJECT。DIRECT表示直连转发UDP流量REJECT表示屏蔽UDP流量。
udp-policy-not-supported-behaviour = REJECT udp-policy-not-supported-behaviour = REJECT
# 包含配置。如“include=a.conf”表示当前配置包含另一个配置a.conf的内容当前配置的优先级高于a.conf。该选项是对配置建立包含关系以满足同时使用多个配置的需求。
include =
[Proxy Group] [Proxy Group]
# 代理分组类型: # 代理分组类型:
@@ -94,7 +92,7 @@ Amazon = select,DIRECT,PROXY,香港节点,台湾节点,日本节点,新加坡节
新加坡节点 = url-test,url=http://www.gstatic.com/generate_204,interval=600,tolerance=0,timeout=5,select=0,policy-regex-filter=SG|Sing|sing|新加坡|狮城|沪新|京新|深新|杭新|广新 新加坡节点 = url-test,url=http://www.gstatic.com/generate_204,interval=600,tolerance=0,timeout=5,select=0,policy-regex-filter=SG|Sing|sing|新加坡|狮城|沪新|京新|深新|杭新|广新
韩国节点 = url-test,url=http://www.gstatic.com/generate_204,interval=600,tolerance=0,timeout=5,select=0,policy-regex-filter=KR|Korea|korea|KOR|韩国|首尔|韩|韓|春川 韩国节点 = url-test,url=http://www.gstatic.com/generate_204,interval=600,tolerance=0,timeout=5,select=0,policy-regex-filter=KR|Korea|korea|KOR|韩国|首尔|韩|韓|春川
美国节点 = url-test,url=http://www.gstatic.com/generate_204,interval=600,tolerance=0,timeout=5,select=0,policy-regex-filter=US|USA|America|america|United|united|美国|凤凰城|洛杉矶|西雅图|芝加哥|纽约|沪美|美 美国节点 = url-test,url=http://www.gstatic.com/generate_204,interval=600,tolerance=0,timeout=5,select=0,policy-regex-filter=US|USA|America|america|United|united|美国|凤凰城|洛杉矶|西雅图|芝加哥|纽约|沪美|美
俄罗斯节点 = url-test,url=http://www.gstatic.com/generate_204,interval=600,tolerance=0,timeout=5,select=0,policy-regex-filter=RU|RUS|Rus|俄罗斯|俄国|俄羅斯|莫斯科|圣彼得堡|西伯利亚|京俄|杭俄|广俄|沪俄 俄罗斯节点 = url-test,url=http://www.gstatic.com/generate_204,interval=600,tolerance=0,timeout=5,select=0,policy-regex-filter=RU|RUS|Rus|俄罗斯|俄国|俄羅斯|莫斯科|圣彼得堡|西伯利亚|京俄|杭俄|广俄|沪俄|proxy
[Rule] [Rule]
# 规则类型: # 规则类型:
@@ -128,17 +126,9 @@ Amazon = select,DIRECT,PROXY,香港节点,台湾节点,日本节点,新加坡节
# REJECT-NO-DROP拦截。返回ICMP端口不可达。 # REJECT-NO-DROP拦截。返回ICMP端口不可达。
# 除此之外,规则策略还可以选择「代理分组」、「分组」、「节点」。 # 除此之外,规则策略还可以选择「代理分组」、「分组」、「节点」。
# ---------- # ----------
# 规则匹配的优先级:
# 1.规则从上到下依次匹配。
# 2.域名规则优先于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
# ---------- # ----------
# 直连策略的修正规则集。
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
# 国外常用app单独分流YouTubeNetflixDisney+HBOSpotifyTelegramPayPalTwitterFacebookGoogleTikTokGitHubSpeedtest。 # 国外常用app单独分流YouTubeNetflixDisney+HBOSpotifyTelegramPayPalTwitterFacebookGoogleTikTokGitHubSpeedtest。
# 国内常用app单独分流苹果服务微软服务哔哩哔哩网易云音乐游戏平台亚马逊百度豆瓣微信抖音微博知乎小红书。 # 国内常用app单独分流苹果服务微软服务哔哩哔哩网易云音乐游戏平台亚马逊百度豆瓣微信抖音微博知乎小红书。
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Apple/Apple.list,苹果服务 RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Shadowrocket/Apple/Apple.list,苹果服务

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
# 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 2022-12-24 15:20:43 # build time: UTC 2022-12-31 16:06:50
[General] [General]
# 默认关闭 ipv6 支持,如果需要请手动开启 # 默认关闭 ipv6 支持,如果需要请手动开启

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
# 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 2022-12-24 15:20:43 # build time: UTC 2022-12-31 16:06:50
[General] [General]
# 默认关闭 ipv6 支持,如果需要请手动开启 # 默认关闭 ipv6 支持,如果需要请手动开启

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
# 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 2022-12-24 15:20:43 # build time: UTC 2022-12-31 16:06:50
[General] [General]
# 默认关闭 ipv6 支持,如果需要请手动开启 # 默认关闭 ipv6 支持,如果需要请手动开启

File diff suppressed because it is too large Load Diff