- Notifications
You must be signed in to change notification settings - Fork176
Rule Snippet & Rule Set for Surge / Mihomo (Clash.Meta) / sing-box
License
SukkaW/Surge
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
由Sukka 搜集、整理、维护的、个人自用的、适用于Surge、Clash Meta (mihomo) 和sing-box 的 Ruleset Snippet。
本项目除List/ip/china_ip.conf
文件使用 CC BY-SA 2.0 协议分享以外,均使用 AGPL-3.0 协议开源,不提供任何担保,即:本项目的作者和所有贡献者不会提供任何技术支持,也不会对你的任何损失负责,包括但不限于:你的软件无法启动和正常工作、Kernel Panic、设备无法开机或正常使用、硬盘损坏或数据丢失、原子弹爆炸、第三次世界大战、SCP 基金会 无法阻止的全球 CK 级现实重构等。
如果你正在使用商业性质的公共代理服务,请务必先仔细阅读相关服务商的 服务条款与条件(ToS)。部分公共代理服务商的服务条款与条件规定,如果用户使用任何第三方规则文件将会被视为自动放弃 SLA 和技术支持服务。
如果你从 Sukka 提供的 Ruleset Server(https://ruleset.skk.moe
)获取本项目中的规则组文件,则意味着你已知晓并同意隐私政策 中的所有条款。如果你不同意,请通过 GitHub 获取本项目中的源码、自行构建规则组文件。
请务必按照domainset
、non_ip
、ip
,和 README 中的顺序 将规则组添加到你的配置文件中,确保所有domainset
或non_ip
规则组 位于所有的ip
规则组之前。
Surge 和 Clash 会按照规则在配置中的顺序、从上到下逐一匹配,当且仅当进行 IP 规则的匹配、FINAL、或 direct 策略时,才会进行 DNS 解析。按照一定的顺序添加规则组,可以避免不必要的 DNS 解析。
- 自动生成
- 数据来源、白名单域名列表和生成方式,请参考
build-reject-domainset.ts
- 仅建议在 Surge for Mac 上使用,移动平台请使用专门的工具(如 ADGuard for Android/iOS)以获得更好的性能
- 不能替代浏览器广告屏蔽扩展(如 AdGuard for Browser)
Surge
# Non IP# 基础的 12 万拦截域名DOMAIN-SET,https://ruleset.skk.moe/List/domainset/reject.conf,REJECT,extended-matching,pre-matching# 额外 20 万拦截域名,作为基础的补充,启用时需要搭配基础一起使用# 在 Surge 5 for Mac(或更新版本),即使同时启用基础和额外的拦截域名也不会导致匹配性能下降或内存占用过高DOMAIN-SET,https://ruleset.skk.moe/List/domainset/reject_extra.conf,REJECT,pre-matchingRULE-SET,https://ruleset.skk.moe/List/non_ip/reject.conf,REJECT,extended-matching,pre-matchingRULE-SET,https://ruleset.skk.moe/List/non_ip/reject-no-drop.conf,REJECT-NO-DROP,extended-matching,pre-matchingRULE-SET,https://ruleset.skk.moe/List/non_ip/reject-drop.conf,REJECT-DROP,pre-matching# URL-REGEX# 需搭配 Surge 模块 https://ruleset.skk.moe/Modules/sukka_mitm_hostnames.sgmodule 使用# MITM 和 URL-REGEX 性能开销极大,不推荐使用# RULE-SET,https://ruleset.skk.moe/List/non_ip/reject-url-regex.conf,REJECT# IPRULE-SET,https://ruleset.skk.moe/List/ip/reject.conf,REJECT-DROP
Clash Meta
rule-providers:reject_non_ip_no_drop:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/reject-no-drop.txtpath:./sukkaw_ruleset/reject_non_ip_no_drop.txtreject_non_ip_drop:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/reject-drop.txtpath:./sukkaw_ruleset/reject_non_ip_drop.txtreject_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/reject.txtpath:./sukkaw_ruleset/reject_non_ip.txtreject_domainset:type:httpbehavior:domainformat:textinterval:43200url:https://ruleset.skk.moe/Clash/domainset/reject.txtpath:./sukkaw_ruleset/reject_domainset.txt# 在 Clash 上,同时启用基础和额外的拦截域名会导致内存占用过高和匹配用时增加等性能问题reject_extra_domainset:type:httpbehavior:domainformat:textinterval:43200url:https://ruleset.skk.moe/Clash/domainset/reject_extra.txtpath:./sukkaw_ruleset/reject_domainset_extra.txtreject_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/ip/reject.txtpath:./sukkaw_ruleset/reject_ip.txtrules: -RULE-SET,reject_non_ip,REJECT -RULE-SET,reject_domainset,REJECT -RULE-SET,reject_extra_domainset,REJECT -RULE-SET,reject_ip,REJECT -RULE-SET,reject_non_ip_drop,REJECT-DROP -RULE-SET,reject_non_ip_no_drop,REJECT
- 人工维护
- 该规则组用于避免搜狗输入法将你输入的每一个字符自动收集并通过
get.sogou.com/q
等域名回传 - 影响搜狗输入法账号同步、词库更新、问题反馈
Surge
RULE-SET,https://ruleset.skk.moe/List/non_ip/sogouinput.conf,REJECT
Clash Meta
rule-providers:sogouinput:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/sogouinput.txtpath:./sukkaw_ruleset/sogouinput.txtrules: -RULE-SET,sogouinput,REJECT
speedtest.net
测速点通过 Speedtest API 获取数十个常见地区的测速服务器域名- 人工维护 macOS
netQuality
等其它测速工具的测速服务器域名 fast.com
测速点和 Netflix CDN 共享基础设施和域名、影响流媒体分流,故不包含在此规则组中- 实现指定使用某网络出口测速、同时不影响通过主要出口正常上网
Surge
DOMAIN-SET,https://ruleset.skk.moe/List/domainset/speedtest.conf,[替换你的策略名],extended-matching
- 自动生成 + 人工维护
- 包含所有常见静态资源 CDN 域名、对象存储域名
- 如果你正在使用商业性质的公共代理服务、且你的服务商提供按低倍率结算流量消耗的节点,可使用上述规则组将流量分配给这部分节点
- 包含部分未包含在
global.conf
的域名,因此即使你用不到商业性质的公共代理服务提供的低倍率节点也不需要分流,也依然建议使用这部分规则,此时分配与global.conf
相同的策略即可
Surge
DOMAIN-SET,https://ruleset.skk.moe/List/domainset/cdn.conf,[Replace with your policy]RULE-SET,https://ruleset.skk.moe/List/non_ip/cdn.conf,[Replace with your policy]
Clash Meta
rule-providers:cdn_domainset:type:httpbehavior:domainformat:textinterval:43200url:https://ruleset.skk.moe/Clash/domainset/cdn.txtpath:./sukkaw_ruleset/cdn_domainset.txtcdn_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/cdn.txtpath:./sukkaw_ruleset/cdn_non_ip.txtrules: -RULE-SET,cdn_domainset,[Replace with your policy] -RULE-SET,cdn_non_ip,[Replace with your policy]
- 人工维护
- 包含 4gtv、AbemaTV、All4、Amazon Prime Video、Apple TV、Apple Music TV、Bahamut、BBC、Bilibili Intl、DAZN、Deezer、Disney+、Discovery+、DMM、encoreTVB、Fox Now、Fox+、HBO GO/Now/Max/Asia、Hulu、HWTV、JOOX、Jwplayer、KKBOX、KKTV、Line TV、Naver TV、myTV Super、Netflix、niconico、Now E、Paramount+、PBS、Peacock、Pandora、PBS、Pornhub、SoundCloud、PBS、Spotify、TaiwanGood、Tiktok Intl、Twitch、ViuTV、ShowTime、iQiYi Global、Himalaya Podcast、Overcast、WeTV 的规则组
Surge
# 北美相关流媒体RULE-SET,https://ruleset.skk.moe/List/non_ip/stream_us.conf,[Replace with your policy]RULE-SET,https://ruleset.skk.moe/List/ip/stream_us.conf,[Replace with your policy]# 欧洲相关流媒体RULE-SET,https://ruleset.skk.moe/List/non_ip/stream_eu.conf,[Replace with your policy]RULE-SET,https://ruleset.skk.moe/List/ip/stream_eu.conf,[Replace with your policy]# 日本相关流媒体RULE-SET,https://ruleset.skk.moe/List/non_ip/stream_jp.conf,[Replace with your policy]RULE-SET,https://ruleset.skk.moe/List/ip/stream_jp.conf,[Replace with your policy]# 韩国相关流媒体RULE-SET,https://ruleset.skk.moe/List/non_ip/stream_kr.conf,[Replace with your policy]RULE-SET,https://ruleset.skk.moe/List/ip/stream_kr.conf,[Replace with your policy]# 香港相关流媒体RULE-SET,https://ruleset.skk.moe/List/non_ip/stream_hk.conf,[Replace with your policy]RULE-SET,https://ruleset.skk.moe/List/ip/stream_hk.conf,[Replace with your policy]# 台湾相关流媒体RULE-SET,https://ruleset.skk.moe/List/non_ip/stream_tw.conf,[Replace with your policy]RULE-SET,https://ruleset.skk.moe/List/ip/stream_tw.conf,[Replace with your policy]# 所有流媒体(包括上述所有流媒体)RULE-SET,https://ruleset.skk.moe/List/non_ip/stream.conf,[Replace with your policy]RULE-SET,https://ruleset.skk.moe/List/ip/stream.conf,[Replace with your policy]
Clash Meta
rule-providers:# 北美相关流媒体stream_us_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/stream_us.txtpath:./sukkaw_ruleset/stream_us_non_ip.txtstream_us_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/ip/stream_us.txtpath:./sukkaw_ruleset/stream_us_ip.txt# 欧洲相关流媒体stream_eu_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/stream_eu.txtpath:./sukkaw_ruleset/stream_eu_non_ip.txtstream_eu_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/ip/stream_eu.txtpath:./sukkaw_ruleset/stream_eu_ip.txt# 日本相关流媒体stream_jp_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/stream_jp.txtpath:./sukkaw_ruleset/stream_jp_non_ip.txtstream_jp_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/ip/stream_jp.txtpath:./sukkaw_ruleset/stream_jp_ip.txt# 韩国相关流媒体stream_kr_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/stream_kr.txtpath:./sukkaw_ruleset/stream_kr_non_ip.txtstream_kr_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/ip/stream_kr.txtpath:./sukkaw_ruleset/stream_kr_ip.txt# 香港相关流媒体stream_hk_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/stream_hk.txtpath:./sukkaw_ruleset/stream_hk_non_ip.txtstream_hk_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/ip/stream_hk.txtpath:./sukkaw_ruleset/stream_hk_ip.txt# 台湾相关流媒体stream_tw_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/stream_tw.txtpath:./sukkaw_ruleset/stream_tw_non_ip.txtstream_tw_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/ip/stream_tw.txtpath:./sukkaw_ruleset/stream_tw_ip.txt# 所有流媒体(包括上述所有流媒体)stream_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/stream.txtpath:./sukkaw_ruleset/stream_non_ip.txtstream_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/ip/stream.txtpath:./sukkaw_ruleset/stream_ip.txtrules: -RULE-SET,stream_us_non_ip,[Replace with your policy] -RULE-SET,stream_eu_non_ip,[Replace with your policy] -RULE-SET,stream_jp_non_ip,[Replace with your policy] -RULE-SET,stream_kr_non_ip,[Replace with your policy] -RULE-SET,stream_hk_non_ip,[Replace with your policy] -RULE-SET,stream_tw_non_ip,[Replace with your policy] -RULE-SET,stream_non_ip,[Replace with your policy] -RULE-SET,stream_us_ip,[Replace with your policy] -RULE-SET,stream_eu_ip,[Replace with your policy] -RULE-SET,stream_jp_ip,[Replace with your policy] -RULE-SET,stream_kr_ip,[Replace with your policy] -RULE-SET,stream_hk_ip,[Replace with your policy] -RULE-SET,stream_tw_ip,[Replace with your policy] -RULE-SET,stream_ip,[Replace with your policy]
- 域名规则 人工维护
- 包含 OpenAI、Google Gemini、Claude、Perplexity 等
Surge
RULE-SET,https://ruleset.skk.moe/List/non_ip/ai.conf,[Replace with your policy]
Clash Meta
rule-providers:ai_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/ai.txtpath:./sukkaw_ruleset/ai_non_ip.txtrules: -RULE-SET,ai_non_ip,[Replace with your policy]
- 域名规则 人工维护
- IP CIDR 规则 自动生成(数据来源:
https://core.telegram.org/resources/cidr.txt
) - ASN 规则 人工维护
推荐仅使用 IP CIDR 规则。IP CIDR 规则数据完全来自 Telegram 官方发布的 CIDR 列表,不包含 Telegram 尚未启用的 CDN、数据中心的 IP。ASN 规则仅适合作为补充;搭配非官方 MaxMind GeoLite 数据库(例如 GeoIP2-CN)使用时会影响匹配。
Surge
RULE-SET,https://ruleset.skk.moe/List/non_ip/telegram.conf,[Replace with your policy]RULE-SET,https://ruleset.skk.moe/List/ip/telegram.conf,[Replace with your policy]RULE-SET,https://ruleset.skk.moe/List/ip/telegram_asn.conf,[Replace with your policy]
Clash Meta
rule-providers:telegram_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/telegram.txtpath:./sukkaw_ruleset/telegram_non_ip.txttelegram_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/ip/telegram.txtpath:./sukkaw_ruleset/telegram_ip.txtrules: -RULE-SET,telegram_non_ip,[Replace with your policy] -RULE-SET,telegram_ip,[Replace with your policy]
- 自动生成
- 规则组包含 Apple, Inc. 在中华人民共和国完成工信部 ICP 备案和公安网备、且在中华人民共和国境内提供 HTTP 服务的域名,如果由于某些原因需要代理其中部分域名,请自行针对域名编写规则、并添加到当前规则组之前。
- 数据来源
felixonmars/dnsmasq-china-list
Surge
DOMAIN-SET,https://ruleset.skk.moe/List/domainset/apple_cdn.conf,[Replace with your policy]
Clash Meta
rule-providers:apple_cdn:type:httpbehavior:domainformat:textinterval:43200url:https://ruleset.skk.moe/Clash/domainset/apple_cdn.txtpath:./sukkaw_ruleset/apple_cdn.txtrules: -RULE-SET,apple_cdn,[Replace with your policy]
- 人工维护
Surge
RULE-SET,https://ruleset.skk.moe/List/non_ip/apple_services.conf,[Replace with your policy]
Clash Meta
rule-providers:apple_services:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/apple_services.txtpath:./sukkaw_ruleset/apple_services.txtrules: -RULE-SET,apple_services,[Replace with your policy]
- 人工维护
- 云上贵州(
icloud.com.cn
)和 苹果地图大陆特供版 等服务的域名。
Surge
RULE-SET,https://ruleset.skk.moe/List/non_ip/apple_cn.conf,DIRECT
Clash Meta
rule-providers:apple_cn_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/apple_cn.txtpath:./sukkaw_ruleset/apple_cn_non_ip.txtrules: -RULE-SET,apple_cn_non_ip,[Replace with your policy]
- 自动生成
- 规则组包含 Microsoft 在中华人民共和国完成工信部 ICP 备案和公安网备、且在中华人民共和国境内提供 HTTP 服务的域名,如果由于某些原因需要代理其中部分域名,请自行针对域名编写规则、并添加到当前规则组之前。
- 数据来源
felixonmars/dnsmasq-china-list
Surge
RULE-SET,https://ruleset.skk.moe/List/non_ip/microsoft_cdn.conf,[Replace with your policy]
Clash Meta
rule-providers:microsoft_cdn_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/microsoft_cdn.txtpath:./sukkaw_ruleset/microsoft_cdn_non_ip.txtrules: -RULE-SET,microsoft_cdn_non_ip,[Replace with your policy]
- 人工维护
Surge
RULE-SET,https://ruleset.skk.moe/List/non_ip/microsoft.conf,[Replace with your policy]
Clash Meta
rule-providers:microsoft_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/microsoft.txtpath:./sukkaw_ruleset/microsoft_non_ip.txtrules: -RULE-SET,microsoft_non_ip,[Replace with your policy]
- 人工维护
Surge
RULE-SET,https://ruleset.skk.moe/List/non_ip/neteasemusic.conf,[Replace with your policy]RULE-SET,https://ruleset.skk.moe/List/ip/neteasemusic.conf,[Replace with your policy]
Clash Meta
rule-providers:neteasemusic_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/neteasemusic.txtpath:./sukkaw_ruleset/neteasemusic_non_ip.txtneteasemusic_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/ip/neteasemusic.txtpath:./sukkaw_ruleset/neteasemusic_ip.txtrules: -RULE-SET,neteasemusic_non_ip,[Replace with your policy] -RULE-SET,neteasemusic_ip,[Replace with your policy]
- 人工维护
- 包含部分常见对象存储的域名
- 这部分域名可能包含 Microsoft 和 Apple 的国内 CDN 节点。你可以搭配使用前文的 Microsoft CDN 和 Apple CDN 规则组、并分配直连策略。
- 如果你正在使用商业性质的公共代理服务、且你的服务商提供按低倍率结算流量消耗的节点,可使用上述规则组将流量分配给这部分节点
Surge
DOMAIN-SET,https://ruleset.skk.moe/List/domainset/download.conf,[Replace with your policy]RULE-SET,https://ruleset.skk.moe/List/non_ip/download.conf,[Replace with your policy]
Clash Meta
rule-providers:download_domainset:type:httpbehavior:domainformat:textinterval:43200url:https://ruleset.skk.moe/Clash/domainset/download.txtpath:./sukkaw_ruleset/download_domainset.txtdownload_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/download.txtpath:./sukkaw_ruleset/download_non_ip.txtrules: -RULE-SET,download_domainset,[Replace with your policy] -RULE-SET,download_non_ip,[Replace with your policy]
- 人工维护
- 域名列表包含
.local
和局域网 IP 的in-addr.arpa
域名(即 AS112 域名)。这部分域名一般会被解析到局域网 IP、需要走内网 DNS 解析、需要直连访问。 - Clash 没有内置局域网 IP 规则列表(Surge 内置有局域网 IP 规则列表
LAN
),需要手动引入。
Surge
# Non IPRULE-SET,https://ruleset.skk.moe/List/non_ip/lan.conf,DIRECT# IPRULE-SET,https://ruleset.skk.moe/List/ip/lan.conf,DIRECT
Clash Meta
rule-providers:lan_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/lan.txtpath:./sukkaw_ruleset/lan_non_ip.txtlan_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/ip/lan.txtpath:./sukkaw_ruleset/lan_ip.txtrules: -RULE-SET,lan_non_ip,DIRECT -RULE-SET,lan_ip,DIRECT
- 人工维护
Surge
RULE-SET,https://ruleset.skk.moe/List/non_ip/domestic.conf,[Replace with your policy]RULE-SET,https://ruleset.skk.moe/List/non_ip/direct.conf,[Replace with your policy]RULE-SET,https://ruleset.skk.moe/List/non_ip/global.conf,PROXYRULE-SET,https://ruleset.skk.moe/List/ip/domestic.conf,[Replace with your policy]
Clash Meta
rule-providers:domestic_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/domestic.txtpath:./sukkaw_ruleset/domestic_non_ip.txtdirect_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/direct.txtpath:./sukkaw_ruleset/direct_non_ip.txtglobal_non_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/non_ip/global.txtpath:./sukkaw_ruleset/global_non_ip.txtdomestic_ip:type:httpbehavior:classicalformat:textinterval:43200url:https://ruleset.skk.moe/Clash/ip/domestic.txtpath:./sukkaw_ruleset/domestic_ip.txtrules: -RULE-SET,domestic_non_ip,[Replace with your policy] -RULE-SET,direct_non_ip,[Replace with your policy] -RULE-SET,global_non_ip,[Replace with your policy] -RULE-SET,domestic_ip,[Replace with your policy]
- 自动生成
- IPv4原始数据 由 Misaka Network, Inc. 以CC BY-SA 2.0 协议发布,二次处理补充合并了 Misaka Network, Inc. 收不到 BGP 路由的部分国内段、排除了被 Misaka Network, Inc. 误收的在香港广播的 IP 段(通常由 中国移动国际 CMI 广播)
- IPv6 原始数据 由gaoyifan/china-operator-ip 以 MIT 协议发布
Surge
RULE-SET,https://ruleset.skk.moe/List/ip/china_ip.conf,[Replace with your policy]# Only use it if you are using IPv6# RULE-SET,https://ruleset.skk.moe/List/ip/china_ip_ipv6.conf,[Replace with your policy]
Clash Meta
rule-providers:china_ip:type:httpbehavior:ipcidrformat:textinterval:43200url:https://ruleset.skk.moe/Clash/ip/china_ip.txtpath:./sukkaw_ruleset/china_ip.txtchina_ip_ipv6:type:httpbehavior:ipcidrformat:textinterval:43200url:https://ruleset.skk.moe/Clash/ip/china_ip_ipv6.txtpath:./sukkaw_ruleset/china_ipv6.txtrules: -RULE-SET,china_ip,[Replace with your policy]# Only use it if you are using IPv6# - RULE-SET,china_ip_ipv6,[Replace with your policy]
- Sukka URL Rewrite:
https://ruleset.skk.moe/Modules/sukka_url_rewrite.sgmodule
- Sukka Surge Network Test Domain:
https://ruleset.skk.moe/Modules/sukka_surge_network_test_domain.sgmodule
- Sukka MITM Hostnames:
https://ruleset.skk.moe/Modules/sukka_mitm_hostnames.sgmodule
- Sukka MITM All Hostnames:
https://ruleset.skk.moe/Modules/sukka_mitm_all_hostnames.sgmodule
- Exclude Reserved IP from Surge VIF:
https://ruleset.skk.moe/Modules/sukka_exclude_reservered_ip.sgmodule
- Common Always Real IP Hostnames:
https://ruleset.skk.moe/Modules/sukka_common_always_realip.sgmodule
- Redirect Google CN to Google:
https://ruleset.skk.moe/Modules/google_cn_307.sgmodule
这是什么?
我也不知道。
有适用于 Clash 的规则组吗?
规则组支持 Clash Meta(mihomo)。「Surge 模块」不适用于任何版本的 Clash。
有适用于 Shadowrocket、Quantumult X、Loon、V2RayNG 的规则组吗?
没有。而且未来一定 不会有。
这些规则组可被用于 Surfboard 吗?
如果 Surfboard 能够完整解析 Surge 的所有 Syntax,且在导入 / 处理规则组时、不被支持的 Syntax(如涉及到 MITM 的URL-REGEX
、仅适用于 HTTP/HTTPS 请求的USER-AGENT
、仅支持 PC/Mac 平台的PROCESS-NAME
)在处理时仅 Silent Error,则可用于 Surfboard,反之则不适用。
我使用你的规则组,结果出了问题,我该如何反馈?
不,你不能。
那我能参与维护项目、修复问题吗?
如果你的 Pull Request 出现在了我 GitHub Notification Inbox 中、然后被我看到了的话,我会 Review 的。
TheList/ip/china_ip.conf
file is licensed underCC BY-SA 2.0. The rest of the files are licensed underAGPL-3.0.
Surge ©Sukka, Authored and maintained by Sukka with help from contributors (list).
Personal Website ·Blog · GitHub@SukkaW · Telegram Channel@SukkaChannel · Twitter@isukkaw · Keybase@sukka
About
Rule Snippet & Rule Set for Surge / Mihomo (Clash.Meta) / sing-box