From 49f6776d50c036c67cf5334e056ed6eb3a66bc4e Mon Sep 17 00:00:00 2001 From: salem <77879189@qq.com> Date: Mon, 24 Aug 2026 13:36:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=E3=80=8Cconfig/opencalsh=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/opencalsh/OPENCALSH20251029.yaml | 288 +++++++++++++++++++ config/opencalsh/OPENCALSH20260814.yaml | 320 +++++++++++++++++++++ config/opencalsh/config20250224.yaml | 365 ++++++++++++++++++++++++ config/opencalsh/config20250919.yaml | 213 ++++++++++++++ config/opencalsh/config20260806.yaml | 318 +++++++++++++++++++++ 5 files changed, 1504 insertions(+) create mode 100644 config/opencalsh/OPENCALSH20251029.yaml create mode 100644 config/opencalsh/OPENCALSH20260814.yaml create mode 100644 config/opencalsh/config20250224.yaml create mode 100644 config/opencalsh/config20250919.yaml create mode 100644 config/opencalsh/config20260806.yaml diff --git a/config/opencalsh/OPENCALSH20251029.yaml b/config/opencalsh/OPENCALSH20251029.yaml new file mode 100644 index 0000000..6b5b281 --- /dev/null +++ b/config/opencalsh/OPENCALSH20251029.yaml @@ -0,0 +1,288 @@ +############## 注意:该配置文件为meta内核专用,不适合其他clash内核 ################# +################# ipv6支持: https://github.com/yangxiaoge/tvbox_cust/blob/master/clash/ipv6_set.jpg ################# +############## 配置来源:https://t.me/openclash_open/106164 ################# + +#################🧿,🔰,🅰️,📢,❌,🖥️,🔵🔴🟡🟢,📱,✅,🛩️,♻️,🈲📶☎️📞 +############################### 建立订阅锚点 ##################################### +##pp: &pp {type: http, health-check: {enable: true, url: https://www.gstatic.com/generate_204, format: yaml}, proxy: 🟢 直连} +############################### 建立订阅锚点 ##################################### + +########################################################################分隔符 +# url 里填写自己的订阅,订阅名称不能重复 +proxy-providers: + XBOARD: ###订阅名称### + url: "https://v2.sswiwi.com/s/f822a5e21a58184c530e01eb1ae62115" + type: http + interval: 86400 + health-check: + enable: true + url: https://www.gstatic.com/generate_204 + interval: 300 + #proxy: 🟢 直连 + path: ./proxies/v2.yaml +########################################################################分隔符 + +#proxies: +#- {name: "🟢 直连", type: direct, udp: true} + +# 全局配置 +port: 7890 +socks-port: 7891 +redir-port: 7892 +mixed-port: 7893 +tproxy-port: 7894 +allow-lan: true +bind-address: "*" +ipv6: false +unified-delay: true +tcp-concurrent: true +# interface-name: enp6s18 +log-level: warning +find-process-mode: 'off' +global-client-fingerprint: chrome +keep-alive-idle: 600 +keep-alive-interval: 15 +profile: + store-selected: true + store-fake-ip: true + +# 嗅探 +sniffer: + enable: true + sniff: + HTTP: + ports: [80, 8080-8880] + override-destination: true + TLS: + ports: [443, 8443] + QUIC: + ports: [443, 8443] + force-domain: + - "+.v2ex.com" + skip-domain: + - "+.baidu.com" + +# 入站 +tun: + enable: true + # system/gvisor/mixed + stack: mixed + dns-hijack: ["any:53", "tcp://any:53"] + #使用nikki,混入全部不修改的情况,开启接口指定为nikki + #使用仅内核自行修改下面三项为true + #device: nikki + auto-route: false + auto-redirect: false + auto-detect-interface: false + +# DNS模块 +dns: + enable: true + listen: 0.0.0.0:1053 + ipv6: false + respect-rules: true + enhanced-mode: fake-ip + fake-ip-range: 28.0.0.1/8 + fake-ip-filter-mode: blacklist + fake-ip-filter: + - "rule-set:salem@cn,geosite-cn" + - "+.msftconnecttest.com" + - "+.msftncsi.com" + - "time.*.com" + - "+.market.xiaomi.com" + default-nameserver: + - 116.228.111.118 + proxy-server-nameserver: + - 116.228.111.118 + # namesever尽量用运营商提供的DNS + nameserver: + - 116.228.111.118 + - 180.168.255.18 + +############################### 建立策略组描点 ##################################### +#o1: &o1 {type: select, proxies: [🚀 节点选择, ♻️ 自动选择, 🛠️ 手动选择, 🇭🇰 香港节点, 🇨🇳 台湾节点, 🇸🇬 狮城节点, 🇯🇵 日本节点, 🇰🇷 韩国节点, 🇺🇸 美国节点, WARP, 💠 其他地区, DIRECT]} +#o2: &o2 {type: select, proxies: [DIRECT, 🚀 节点选择, ♻️ 自动选择, 🛠️ 手动选择, 🇭🇰 香港节点, 🇨🇳 台湾节点, 🇸🇬 狮城节点, 🇯🇵 日本节点, 🇰🇷 韩国节点, 🇺🇸 美国节点, WARP, 💠 其他地区]} +rule-anchor: +o1: &o1 {type: select, include-all: true, proxies: [♻️ 自动选择]} +o2: &o2 {type: select, include-all: true, proxies: [🚀 节点选择]} +o3: &o3 {type: select, include-all: true, proxies: [DIRECT, 🚀 节点选择]} +o4: &o4 {type: select, include-all: true, proxies: [REJECT, DIRECT]} +############################### 建立策略组描点 ##################################### + +proxy-groups: + - {name: 🚀 节点选择, <<: *o1} + - {name: 🔵🔴🟡🟢 全球互联, <<: *o2} + - {name: 🐟 漏网之鱼, <<: *o2} + - {name: 🎃 YOUTUBE, <<: *o2} + - {name: 🌈 NETFLIX, <<: *o2} + - {name: 🎪 DisneyPlus, <<: *o2} + - {name: 👑 HBO, <<: *o2} + - {name: 🥇 VIU, <<: *o2} + - {name: 📲 电报消息, <<: *o2} + - {name: 👨🏿‍💻 GitHub, <<: *o2} + - {name: 🧠 AI, <<: *o2} + - {name: 💧 Copilot, <<: *o2} + - {name: 🍎🧠 苹果AI, <<: *o2} + - {name: 🍎📺 AppleTV, <<: *o2} + - {name: 🍎🎵 苹果音乐, <<: *o2} + - {name: 🎧 spotify, <<: *o2} + - {name: 🔶 国际亚马逊, <<: *o2} + - {name: 🍟 美国, <<: *o2} + - {name: 🐬 OneDrive, <<: *o2} + - {name: 🪟 Microsoft, <<: *o2} + - {name: 🍀 Google, <<: *o2} + - {name: 💳 Paypal, <<: *o2} + - {name: 🛍️ eBay, <<: *o2} + - {name: 🎵 TikTok, <<: *o2} + - {name: 🎮 游戏国际, <<: *o2} + - {name: 📶☎️ WIFI_CALL_US, <<: *o2} + - {name: 📶☎️ WIFI_CALL_UK, <<: *o2} + - {name: 📶☎️ WIFI_CALL_HK, <<: *o2} + - {name: 📶☎️ TT语音, <<: *o2} + - {name: 🅾️🐢 甲骨文, <<: *o3} + - {name: 🧿 自制直连, <<: *o3} + - {name: 🍎 苹果服务, <<: *o3} + - {name: 🔶 中国亚马逊, <<: *o3} + - {name: 🎮 游戏中国, <<: *o3} + - {name: 📺 爱奇艺, <<: *o3} + - {name: 📺 哔哩哔哩, <<: *o3} + - {name: ❤️ Emby公益服, <<: *o3} + - {name: 🎯 全球直连, <<: *o3} + #- {name: 🛑 广告拦截, <<: *o4} + #- {name: 🍃 应用净化, <<: *o4} +#地区策略组 + - {name: 🇭🇰 香港节点, type: select, include-all: true, filter: "(?i)港|hk|hongkong|hong kong"} + - {name: 🇯🇵 日本节点, type: select, include-all: true, filter: "(?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan"} + - {name: 🇺🇲 美国节点, type: select, include-all: true, filter: "(?i)美|波特兰|达拉斯|俄勒冈|凤凰城|费利蒙|硅谷|拉斯维加斯|洛杉矶|圣何塞|圣克拉拉|西雅图|芝加哥|US|United States"} + - {name: 🇸🇬 狮城节点, type: select, include-all: true, filter: "(?i)新加坡|坡|狮城|SG|Singapore"} + - {name: 🇰🇷 韩国节点, type: select, include-all: true, filter: "(?i)KR|Korea|KOR|首尔|韩|韓"} + #- {name: 🇭🇰 香港节点, type: select, include-all: true, filter: "(?i)港|hk|hongkong|hong kong"} + #- {name: 🇨🇳 台湾节点, type: select, include-all: true, filter: "(?i)台|tw|taiwan|tai wan"} + #- {name: 🇸🇬 狮城节点, type: select, include-all: true, filter: "(?i)新加坡|sg|singapore|狮城"} + #- {name: 🇯🇵 日本节点, type: select, include-all: true, filter: "(?i)日|jp|japan"} + #- {name: 🇺🇸 美国节点, type: select, include-all: true, filter: "(?i)美|us|unitedstates|united states"} + #- {name: 🇰🇷 韩国节点, type: select, include-all: true, filter: "(?i)韩国|kr|korea"} + #- {name: 💠 其他地区, type: select, include-all: true, filter: "(?i)^(?!.*(?:🇭🇰|🇯🇵|🇺🇸|🇸🇬|🇨🇳|港|hk|hongkong|台|tw|taiwan|日|jp|japan|新|sg|singapore|美|us|unitedstates|韩|kr|korea)).*"} +#备用策略组 + #- {name: 🛠️ 手动选择, type: select, include-all-providers: true} + - {name: ♻️ 自动选择, type: url-test, interval: 600, tolerance: 100, lazy: true, url: https://www.gstatic.com/generate_204, include-all-providers: true} + +rules: + - RULE-SET,YouTube,🎃 YOUTUBE + - RULE-SET,Netflix,🌈 NETFLIX + - RULE-SET,Netflix_ip,🌈 NETFLIX + - RULE-SET,Disney,🎪 DisneyPlus + - RULE-SET,Amazon-!cn,🔶 国际亚马逊 + - RULE-SET,Amazon@cn,🔶 中国亚马逊 + - RULE-SET,HBO,👑 HBO + - RULE-SET,VIU,🥇 VIU + - RULE-SET,OneDrive,🐬 OneDrive + - RULE-SET,GitHub,👨🏿‍💻 GitHub + - RULE-SET,AI,🧠 AI + - RULE-SET,AI_ip,🧠 AI + - RULE-SET,Copilot,💧 Copilot + - RULE-SET,Telegram,📲 电报消息 + - RULE-SET,Telegram_ip,📲 电报消息 + - RULE-SET,US,🍟 美国 + - RULE-SET,apple@cn,🍎 苹果服务 + - RULE-SET,AppleTV,🍎📺 AppleTV + - RULE-SET,applemusic,🍎🎵 苹果音乐 + - RULE-SET,apple-intelligence,🍎🧠 苹果AI + - RULE-SET,WIFI_CALL_US,📶☎️ WIFI_CALL_US + - RULE-SET,WIFI_CALL_UK,📶☎️ WIFI_CALL_UK + - RULE-SET,WIFI_CALL_HK,📶☎️ WIFI_CALL_HK + - RULE-SET,talkatoneProxy,📶☎️ TT语音 + - RULE-SET,PayPal,💳 Paypal + - RULE-SET,ebay,🛍️ eBay + - RULE-SET,Spotify,🎧 spotify + - RULE-SET,TikTok,🎵 TikTok + - RULE-SET,oracle,🅾️🐢 甲骨文 + - RULE-SET,salem@cn,🧿 自制直连 + - RULE-SET,Epic-!cn,🎮 游戏国际 + - RULE-SET,Epic@cn,🎮 游戏中国 + - RULE-SET,Origin,🎮 游戏国际 + - RULE-SET,Sony,🎮 游戏国际 + - RULE-SET,Steam-!cn,🎮 游戏国际 + - RULE-SET,Steam@cn,🎮 游戏中国 + - RULE-SET,Nintendo-!cn,🎮 游戏国际 + - RULE-SET,Nintendo@cn,🎮 游戏中国 + - RULE-SET,GameDownload-!cn,🎮 游戏国际 + - RULE-SET,GameDownload@cn,🎮 游戏中国 + - RULE-SET,microsoft,🪟 Microsoft + - RULE-SET,google,🍀 Google + - RULE-SET,google_ip,🍀 Google + - RULE-SET,iQIYI,📺 爱奇艺 + - RULE-SET,BiliBili,📺 哔哩哔哩 + - RULE-SET,emby,❤️ Emby公益服 + - RULE-SET,geolocation-!cn,🔵🔴🟡🟢 全球互联 + - RULE-SET,geosite-cn,🎯 全球直连 + - RULE-SET,geoip-cn,🎯 全球直连 + - RULE-SET,private,🎯 全球直连 + - RULE-SET,private_ip,🎯 全球直连 + - RULE-SET,bt,🎯 全球直连 + - GEOSITE,CN,🎯 全球直连 + - GEOIP,CN,🎯 全球直连 + - GEOIP,LAN,🎯 全球直连 + - DST-PORT,22,🎯 全球直连 + - MATCH,🐟 漏网之鱼 + +############################### 建立rule-providers锚点 ##################################### +pc: &pc {type: http, behavior: classical, interval: 86400, format: yaml} +pd: &pd {type: http, behavior: domain, interval: 86400, format: yaml} +pi: &pi {type: http, behavior: ipcidr, interval: 86400, format: yaml} +mrs: &mrs {type: http, behavior: domain, interval: 86400, format: mrs} +ip: &ip {type: http, interval: 86400, behavior: ipcidr, format: mrs} +############################### 建立rule-providers锚点 ##################################### +rule-providers: + YouTube: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/youtube.mrs", path: ./providers/youtube.mrs} + Netflix: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/netflix.mrs", path: ./providers/netflix.mrs} + Netflix_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/netflix.mrs", path: ./providers/netflix_ip.mrs} + Disney: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/disney.mrs", path: ./providers/disney.mrs} + Amazon-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/amazon-!cn.yaml", path: ./providers/amazon-!cn.yaml} + Amazon@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/amazon@cn.mrs", path: ./providers/amazon@cn.mrs} + HBO: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/HBO/HBO.yaml", path: ./providers/HBO.yaml} + VIU: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/ViuTV/ViuTV.yaml", path: ./providers/ViuTV.yaml} + OneDrive: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/onedrive.mrs", path: ./providers/onedrive.mrs} + GitHub: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/github.mrs", path: ./providers/github.mrs} + AI: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-ai-!cn.mrs", path: ./providers/category-ai-!cn.mrs} + AI_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/ai.mrs", path: ./providers/ai_ip.mrs} + Copilot: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/bing.mrs", path: ./providers/bing.mrs} + Telegram: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/telegram.mrs", path: ./providers/telegram.mrs} + Telegram_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/telegram.mrs", path: ./providers/telegram_ip.mrs} + US: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/US.yaml", path: ./providers/us.yaml} + apple@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple@cn.mrs", path: ./providers/apple@cn.mrs} + AppleTV: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple-tvplus.mrs", path: ./providers/apple-tvplus.mrs} + applemusic: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo-lite/geosite/applemusic.mrs", path: ./providers/applemusic.mrs} + apple-intelligence: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple-intelligence.mrs", path: ./providers/apple-intelligence.mrs} + WIFI_CALL_US: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_US.yaml", path: ./providers/Wifi_Call_US.yaml} + WIFI_CALL_UK: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_UK.yaml", path: ./providers/Wifi_Call_UK.yaml} + WIFI_CALL_HK: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_HK.yaml", path: ./providers/Wifi_Call_HK.yaml} + talkatoneProxy: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/talkatoneProxy.yaml", path: ./providers/talkatoneProxy.yaml} + PayPal: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/paypal.mrs", path: ./providers/paypal.mrs} + ebay: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/ebay.mrs", path: ./providers/ebay.mrs} + Spotify: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/spotify.mrs", path: ./providers/spotify.mrs} + TikTok: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/tiktok.mrs", path: ./providers/tikTok.mrs} + Epic@cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/epicgames@cn.yaml", path: ./providers/epicgames@cn.yaml} + Epic-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/epicgames-!cn.yaml", path: ./providers/epicgames-!cn.yaml} + Origin: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/origin.mrs", path: ./providers/origin.mrs} + Sony: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/sony.mrs", path: ./providers/sony.mrs} + Steam@cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/steam@cn.yaml", path: ./providers/steam@cn.yaml} + Steam-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/steam-!cn.yaml", path: ./providers/steam-!cn.yaml} + Nintendo@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/nintendo@cn.mrs", path: ./providers/nintendo@cn.mrs} + Nintendo-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/nintendo-!cn.yaml", path: ./providers/nintendo-!cn.yaml} + GameDownload@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-game-platforms-download@cn.mrs", path: ./providers/category-game-platforms-download@cn.mrs} + GameDownload-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/category-game-platforms-download-!cn.yaml", path: ./providers/category-game-platforms-download-!cn.yaml} + microsoft: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/microsoft.mrs", path: ./providers/microsoft.mrs} + iQIYI: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/iqiyi.yaml", path: ./providers/iqiyi.yaml} + BiliBili: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/bilibili.yaml", path: ./providers/bilibili.yaml} + emby: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-emby.mrs", path: ./providers/category-emby.mrs} + google: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/google.mrs", path: ./providers/google.mrs} + google_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/google.mrs", path: ./providers/google_ip.mrs} + bt: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/bt.yaml", path: ./providers/bt.yaml} + salem@cn: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/salem@cn.yaml", path: ./providers/salem@cn.yaml} + oracle: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/oracle.yaml", path: ./providers/oracle.yaml} + geolocation-!cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/geolocation-!cn.mrs", path: ./providers/geolocation-!cn.mrs} + geosite-cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/cn.mrs", path: ./providers/geosite-cn.mrs} + geoip-cn: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/cn.mrs", path: ./providers/geoip-cn.mrs} + private: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/private.mrs", path: ./providers/private.mrs} + private_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/private.mrs", path: ./providers/private_ip.mrs} diff --git a/config/opencalsh/OPENCALSH20260814.yaml b/config/opencalsh/OPENCALSH20260814.yaml new file mode 100644 index 0000000..cc9bc9b --- /dev/null +++ b/config/opencalsh/OPENCALSH20260814.yaml @@ -0,0 +1,320 @@ +############## 注意:该配置文件为meta内核专用,不适合其他clash内核 ################# +################# ipv6支持: https://github.com/yangxiaoge/tvbox_cust/blob/master/clash/ipv6_set.jpg ################# +############## 配置来源:https://t.me/openclash_open/106164 ################# + +#################🧿,🔰,🅰️,📢,❌,🖥️,🔵🔴🟡🟢,📱,✅,🛩️,♻️,🈲📶☎️📞 +############################### 建立订阅锚点 ##################################### +##pp: &pp {type: http, health-check: {enable: true, url: https://www.gstatic.com/generate_204, format: yaml}, proxy: 🟢 直连} +############################### 建立订阅锚点 ##################################### + +########################################################################分隔符 +# url 里填写自己的订阅,订阅名称不能重复 +proxy-providers: + XBOARD: ###订阅名称### + url: "https://v2.sswiwi.com/s/f822a5e21a58184c530e01eb1ae62115" + type: http + interval: 86400 + health-check: + enable: true + url: https://www.gstatic.com/generate_204 + interval: 300 + #proxy: 🟢 直连 + path: ./proxies/v2.yaml +########################################################################分隔符 + +proxies: +- {name: "🟢 直连", type: direct, udp: true} +- {name: 英国TAG01, type: ss, server: a2dcf016-bf54-40e1-a856-a9d0d30a2d36.afdiancdn.org, port: 12710, cipher: aes-128-gcm, password: haMLMXirByn6rGVh, plugin: obfs, plugin-opts: { mode: http, host: 75c2f56f01e9.microsoft.com }, udp: true } +- {name: 英国TAG02, type: ss, server: a2dcf016-bf54-40e1-a856-a9d0d30a2d36.afdiancdn.org, port: 13177, cipher: aes-128-gcm, password: haMLMXirByn6rGVh, plugin: obfs, plugin-opts: { mode: http, host: 75c2f56f01e9.microsoft.com }, udp: true } +- {name: 香港家宽TAG, type: ss, server: 52be1412-c6dd-4e4c-9a21-645ca9685ec4.drive-glicloudccp.com, port: 12729, cipher: aes-128-gcm, password: haMLMXirByn6rGVh, plugin: obfs, plugin-opts: { mode: http, host: 75c2f56f01e9.microsoft.com }, udp: true } +#- {name: 英国TAG落地, dialer-proxy: 🇭🇰 香港中转, type: ss, server: a2dcf016-bf54-40e1-a856-a9d0d30a2d36.afdiancdn.org, port: 13177, cipher: aes-128-gcm, password: haMLMXirByn6rGVh, plugin: obfs, plugin-opts: { mode: http, host: 75c2f56f01e9.microsoft.com }, udp: true } +- {name: 美国711proxy, dialer-proxy: 🇺🇲 美国中转, type: socks5, server: 204.1.105.133, port: 45721, username: VtAlM1mzrpwq, password: XUkLPuew7bPI, udp: true} +#- {name: 美国07FP 落地, dialer-proxy: 🇺🇲 美国中转, type: vless, server: us07.ssr.ee, port: 8443, uuid: 9d0a75d2-f747-4afa-b43f-d208af9e8f9a, alterId: 0, cipher: auto, udp: true, flow: xtls-rprx-vision, tls: true, skip-cert-verify: false, servername: icloud.com, reality-opts: { public-key: xSGsyXFGHLSX9qVJlG9L45Uscrowj6sV9-U6o_rSZnc, short-id: 1a2b3c4ddd }, client-fingerprint: safari } +#- {name: 新加坡Bage落地, dialer-proxy: 🇭🇰 香港中转, type: ss, server: bvsg4.ssagit.dpdns.org, port: 17509, cipher: 2022-blake3-aes-128-gcm, password: cyTpJBNG7WZoOTB5vhAscg==:O3iOmNCSfw7uyC3JT+46eQ==, udp: true } + + +#- {name: 香港合租, type: vless, server: bdhkt.ngtec.top, port: 26536, uuid: fb01081c-587b-4c35-90e1-2f6927723e59, alterId: 0, cipher: auto, udp: true, flow: xtls-rprx-vision, tls: true, skip-cert-verify: false, servername: yahoo.com, reality-opts: { public-key: beFgh-0dZViWI2BjT1xr8XMmbq_TvJfh2_yD-s9EBy0, short-id: 27365bbc }, client-fingerprint: ios } + +# 全局配置 +port: 7890 +socks-port: 7891 +redir-port: 7892 +mixed-port: 7893 +tproxy-port: 7894 +allow-lan: true +bind-address: "*" +ipv6: false +unified-delay: true +tcp-concurrent: true +# interface-name: enp6s18 +log-level: warning +find-process-mode: 'off' +global-client-fingerprint: chrome +keep-alive-idle: 600 +keep-alive-interval: 15 +profile: + store-selected: true + store-fake-ip: true + +# 嗅探 +sniffer: + enable: true + sniff: + HTTP: + ports: [80, 8080-8880] + override-destination: true + TLS: + ports: [443, 8443] + QUIC: + ports: [443, 8443] + force-domain: + - "+.v2ex.com" + skip-domain: + - "+.baidu.com" + +# 入站 +tun: + enable: true + # system/gvisor/mixed + stack: mixed + dns-hijack: ["any:53", "tcp://any:53"] + #使用nikki,混入全部不修改的情况,开启接口指定为nikki + #使用仅内核自行修改下面三项为true + #device: nikki + auto-route: false + auto-redirect: false + auto-detect-interface: false + +# DNS模块 +dns: + enable: true + listen: 0.0.0.0:1053 + ipv6: false + respect-rules: true + enhanced-mode: fake-ip + fake-ip-range: 28.0.0.1/8 + fake-ip-filter-mode: blacklist + fake-ip-filter: + - "rule-set:salem@cn,geosite-cn" + - "+.msftconnecttest.com" + - "+.msftncsi.com" + - "time.*.com" + - "+.market.xiaomi.com" + - "+.pub.3gppnetwork.org" + - "+.3gppnetwork.org" + default-nameserver: + - 116.228.111.118 + proxy-server-nameserver: + - 116.228.111.118 + - 119.29.29.29 + # namesever尽量用运营商提供的DNS + nameserver: + - 116.228.111.118 + - 180.168.255.18 + +############################### 建立策略组描点 ##################################### +#o1: &o1 {type: select, proxies: [🚀 节点选择, ♻️ 自动选择, 🛠️ 手动选择, 🇭🇰 香港节点, 🇨🇳 台湾节点, 🇸🇬 狮城节点, 🇯🇵 日本节点, 🇰🇷 韩国节点, 🇺🇸 美国节点, WARP, 💠 其他地区, DIRECT]} +#o2: &o2 {type: select, proxies: [DIRECT, 🚀 节点选择, ♻️ 自动选择, 🛠️ 手动选择, 🇭🇰 香港节点, 🇨🇳 台湾节点, 🇸🇬 狮城节点, 🇯🇵 日本节点, 🇰🇷 韩国节点, 🇺🇸 美国节点, WARP, 💠 其他地区]} +rule-anchor: +o1: &o1 {type: select, include-all: true, proxies: [♻️ 自动选择]} +o2: &o2 {type: select, include-all: true, proxies: [🚀 节点选择]} +o3: &o3 {type: select, include-all: true, proxies: [DIRECT, 🚀 节点选择]} +o4: &o4 {type: select, include-all: true, proxies: [REJECT, DIRECT]} +############################### 建立策略组描点 ##################################### + +proxy-groups: + - {name: 🚀 节点选择, <<: *o1} + - {name: 🔵🔴🟡🟢 全球互联, <<: *o2} + - {name: 🐟 漏网之鱼, <<: *o2} + - {name: 🍀 Google, <<: *o2} + - {name: 🎃 YOUTUBE, <<: *o2} + - {name: 🌈 NETFLIX, <<: *o2} + - {name: 🎪 DisneyPlus, <<: *o2} + - {name: 👑 HBO, <<: *o2} + - {name: 🥇 VIU, <<: *o2} + - {name: 📲 电报消息, <<: *o2} + - {name: 👨🏿‍💻 GitHub, <<: *o2} + - {name: 🧠 AI, <<: *o2} + - {name: 💧 Copilot, <<: *o2} + - {name: 🍎🧠 苹果AI, <<: *o2} + - {name: 🍎📺 AppleTV, <<: *o2} + - {name: 🍎🎵 苹果音乐, <<: *o2} + - {name: 🎧 spotify, <<: *o2} + - {name: 🔶 国际亚马逊, <<: *o2} + - {name: 🍟 美国, <<: *o2} + - {name: 🐬 OneDrive, <<: *o2} + - {name: 🪟 Microsoft, <<: *o2} + - {name: 💳 Paypal, <<: *o2} + - {name: 🛍️ eBay, <<: *o2} + - {name: 🎵 TikTok, <<: *o2} + - {name: 🎮 游戏国际, <<: *o2} + - {name: 📶☎️ WIFI_CALL_US, <<: *o2} + - {name: 📶☎️ WIFI_CALL_UK, <<: *o2} + - {name: 📶☎️ WIFI_CALL_HK, <<: *o2} + - {name: 📶☎️ TT语音, <<: *o2} + - {name: 📲💬 Facebook, <<: *o2} + - {name: 📲💬 Twitter-X, <<: *o2} + - {name: 📲💬 Instagram, <<: *o2} + - {name: 📲💬 Whatsapp, <<: *o2} + - {name: 🅾️🐢 甲骨文, <<: *o3} + - {name: 🧿 自制直连, <<: *o3} + - {name: 🍎 苹果服务, <<: *o3} + - {name: 🔶 中国亚马逊, <<: *o3} + - {name: 🎮 游戏中国, <<: *o3} + #- {name: 📺 爱奇艺, <<: *o3} + #- {name: 📺 哔哩哔哩, <<: *o3} + #- {name: ❤️ Emby公益服, <<: *o3} + - {name: 🎯 全球直连, <<: *o3} + #- {name: 🛑 广告拦截, <<: *o4} + #- {name: 🍃 应用净化, <<: *o4} +#地区策略组 + - {name: 🇭🇰 香港节点, type: select, include-all: true, filter: "(?i)港|hk|hongkong|hong kong"} + - {name: 🇯🇵 日本节点, type: select, include-all: true, filter: "(?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan"} + - {name: 🇺🇲 美国节点, type: select, include-all: true, filter: "(?i)美|波特兰|达拉斯|俄勒冈|凤凰城|费利蒙|硅谷|拉斯维加斯|洛杉矶|圣何塞|圣克拉拉|西雅图|芝加哥|US|United States"} + - {name: 🇸🇬 狮城节点, type: select, include-all: true, filter: "(?i)新加坡|坡|狮城|SG|Singapore"} + - {name: 🇰🇷 韩国节点, type: select, include-all: true, filter: "(?i)KR|Korea|KOR|首尔|韩|韓"} + - {name: 🇭🇰 香港中转, type: select, include-all: true, filter: "^((?!(落地|TAG|直连)).)*$"} + - {name: 🇺🇲 美国中转, type: select, include-all: true, filter: "^((?!(落地|TAG|直连)).)*$"} + #- {name: 🇨🇳 台湾节点, type: select, include-all: true, filter: "(?i)台|tw|taiwan|tai wan"} + #- {name: 🇸🇬 狮城节点, type: select, include-all: true, filter: "(?i)新加坡|sg|singapore|狮城"} + #- {name: 🇯🇵 日本节点, type: select, include-all: true, filter: "(?i)日|jp|japan"} + #- {name: 🇺🇸 美国节点, type: select, include-all: true, filter: "(?i)美|us|unitedstates|united states"} + #- {name: 🇰🇷 韩国节点, type: select, include-all: true, filter: "(?i)韩国|kr|korea"} + #- {name: 💠 其他地区, type: select, include-all: true, filter: "(?i)^(?!.*(?:🇭🇰|🇯🇵|🇺🇸|🇸🇬|🇨🇳|港|hk|hongkong|台|tw|taiwan|日|jp|japan|新|sg|singapore|美|us|unitedstates|韩|kr|korea)).*"} +#备用策略组 + #- {name: 🛠️ 手动选择, type: select, include-all-providers: true} + - {name: ♻️ 自动选择, type: url-test, interval: 600, tolerance: 100, lazy: true, url: https://www.gstatic.com/generate_204, include-all-providers: true} + +rules: + #路由规则https://wiki.metacubex.one/config/rules/ + - DOMAIN,v2.sswiwi.com,🚀 节点选择 + - RULE-SET,salem@cn,🧿 自制直连 + - IP-CIDR,194.221.250.50/24,📲 电报消息,no-resolve + - RULE-SET,YouTube,🎃 YOUTUBE + - RULE-SET,Netflix,🌈 NETFLIX + - RULE-SET,Netflix_ip,🌈 NETFLIX + - RULE-SET,Disney,🎪 DisneyPlus + - RULE-SET,Amazon-!cn,🔶 国际亚马逊 + - RULE-SET,Amazon@cn,🔶 中国亚马逊 + - RULE-SET,HBO,👑 HBO + - RULE-SET,VIU,🥇 VIU + - RULE-SET,OneDrive,🐬 OneDrive + - RULE-SET,GitHub,👨🏿‍💻 GitHub + - RULE-SET,WIFI_CALL_US,📶☎️ WIFI_CALL_US + - RULE-SET,WIFI_CALL_UK,📶☎️ WIFI_CALL_UK + - RULE-SET,WIFI_CALL_HK,📶☎️ WIFI_CALL_HK + - RULE-SET,talkatoneProxy,📶☎️ TT语音 + - RULE-SET,AI,🧠 AI + - RULE-SET,AI_ip,🧠 AI + - RULE-SET,Telegram,📲 电报消息 + - RULE-SET,Telegram_ip,📲 电报消息 + - RULE-SET,Facebook,📲💬 Facebook + - RULE-SET,X.com,📲💬 Twitter-X + - RULE-SET,Instagram,📲💬 Instagram + - RULE-SET,Whatsapp,📲💬 Whatsapp + - RULE-SET,US,🍟 美国 + - RULE-SET,apple@cn,🍎 苹果服务 + - RULE-SET,AppleTV,🍎📺 AppleTV + - RULE-SET,applemusic,🍎🎵 苹果音乐 + - RULE-SET,apple-intelligence,🍎🧠 苹果AI + - RULE-SET,PayPal,💳 Paypal + - RULE-SET,ebay,🛍️ eBay + - RULE-SET,Spotify,🎧 spotify + - RULE-SET,TikTok,🎵 TikTok + - RULE-SET,oracle,🅾️🐢 甲骨文 + - RULE-SET,Epic-!cn,🎮 游戏国际 + - RULE-SET,Epic@cn,🎮 游戏中国 + - RULE-SET,Origin,🎮 游戏国际 + - RULE-SET,Sony,🎮 游戏国际 + - RULE-SET,Steam-!cn,🎮 游戏国际 + - RULE-SET,Steam@cn,🎮 游戏中国 + - RULE-SET,Nintendo-!cn,🎮 游戏国际 + - RULE-SET,Nintendo@cn,🎮 游戏中国 + - RULE-SET,GameDownload-!cn,🎮 游戏国际 + - RULE-SET,GameDownload@cn,🎮 游戏中国 + - RULE-SET,microsoft@cn,🎯 全球直连 + - RULE-SET,microsoft,🪟 Microsoft + - RULE-SET,Copilot,💧 Copilot + - RULE-SET,google,🍀 Google + - RULE-SET,google_ip,🍀 Google + - RULE-SET,iQIYI,DIRECT + - RULE-SET,BiliBili,DIRECT + - RULE-SET,emby,DIRECT + - RULE-SET,geolocation-!cn,🔵🔴🟡🟢 全球互联 + - RULE-SET,geosite-cn,DIRECT + - RULE-SET,geoip-cn,DIRECT + - RULE-SET,private,DIRECT + - RULE-SET,private_ip,DIRECT + - RULE-SET,bt,DIRECT + - GEOSITE,CN,DIRECT + - GEOIP,CN,DIRECT + - GEOIP,LAN,DIRECT + - DST-PORT,22,DIRECT + - MATCH,🐟 漏网之鱼 + +############################### 建立rule-providers锚点 https://wiki.metacubex.one/config/rule-providers/#path +pc: &pc {type: http, behavior: classical, interval: 86400, format: yaml} +pd: &pd {type: http, behavior: domain, interval: 86400, format: yaml} +pi: &pi {type: http, behavior: ipcidr, interval: 86400, format: yaml} +mrs: &mrs {type: http, behavior: domain, interval: 86400, format: mrs} +ip: &ip {type: http, interval: 86400, behavior: ipcidr, format: mrs} +############################### 建立rule-providers锚点 ##################################### +rule-providers: + YouTube: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/youtube.mrs", path: ./providers/youtube.mrs} + Netflix: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/netflix.mrs", path: ./providers/netflix.mrs} + Netflix_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/netflix.mrs", path: ./providers/netflix_ip.mrs} + Disney: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/disney.mrs", path: ./providers/disney.mrs} + Amazon-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/amazon-!cn.yaml", path: ./providers/amazon-!cn.yaml} + Amazon@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/amazon@cn.mrs", path: ./providers/amazon@cn.mrs} + HBO: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/HBO/HBO.yaml", path: ./providers/HBO.yaml} + VIU: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/ViuTV/ViuTV.yaml", path: ./providers/ViuTV.yaml} + OneDrive: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/onedrive.mrs", path: ./providers/onedrive.mrs} + GitHub: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/github.mrs", path: ./providers/github.mrs} + AI: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-ai-!cn.mrs", path: ./providers/category-ai-!cn.mrs} + AI_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/ai.mrs", path: ./providers/ai_ip.mrs} + Copilot: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/bing.mrs", path: ./providers/bing.mrs} + Telegram: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/telegram.mrs", path: ./providers/telegram.mrs} + Telegram_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/telegram.mrs", path: ./providers/telegram_ip.mrs} + Facebook: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/facebook.mrs", path: ./providers/facebook.mrs} + #Facebook_ip: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/facebook.mrs", path: ./providers/facebook_ip.mrs} + X.com: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/x.mrs", path: ./providers/x.mrs} + Instagram: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/Instagram.mrs", path: ./providers/Instagram.mrs} + Whatsapp: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/whatsapp.mrs", path: ./providers/whatsapp.mrs} + US: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/US.yaml", path: ./providers/us.yaml} + apple@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple@cn.mrs", path: ./providers/apple@cn.mrs} + AppleTV: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple-tvplus.mrs", path: ./providers/apple-tvplus.mrs} + applemusic: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo-lite/geosite/applemusic.mrs", path: ./providers/applemusic.mrs} + apple-intelligence: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple-intelligence.mrs", path: ./providers/apple-intelligence.mrs} + WIFI_CALL_US: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_US.yaml", path: ./providers/Wifi_Call_US.yaml} + WIFI_CALL_UK: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_UK.yaml", path: ./providers/Wifi_Call_UK.yaml} + WIFI_CALL_HK: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_HK.yaml", path: ./providers/Wifi_Call_HK.yaml} + talkatoneProxy: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/talkatoneProxy.yaml", path: ./providers/talkatoneProxy.yaml} + PayPal: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/paypal.mrs", path: ./providers/paypal.mrs} + ebay: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/ebay.mrs", path: ./providers/ebay.mrs} + Spotify: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/spotify.mrs", path: ./providers/spotify.mrs} + TikTok: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/tiktok.mrs", path: ./providers/tikTok.mrs} + Epic@cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/epicgames@cn.yaml", path: ./providers/epicgames@cn.yaml} + Epic-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/epicgames-!cn.yaml", path: ./providers/epicgames-!cn.yaml} + Origin: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/origin.mrs", path: ./providers/origin.mrs} + Sony: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/sony.mrs", path: ./providers/sony.mrs} + Steam@cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/steam@cn.yaml", path: ./providers/steam@cn.yaml} + Steam-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/steam-!cn.yaml", path: ./providers/steam-!cn.yaml} + Nintendo@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/nintendo@cn.mrs", path: ./providers/nintendo@cn.mrs} + Nintendo-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/nintendo-!cn.yaml", path: ./providers/nintendo-!cn.yaml} + GameDownload@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-game-platforms-download@cn.mrs", path: ./providers/category-game-platforms-download@cn.mrs} + GameDownload-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/category-game-platforms-download-!cn.yaml", path: ./providers/category-game-platforms-download-!cn.yaml} + microsoft@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/microsoft@cn.mrs", path: ./providers/microsoft@cn.mrs} + microsoft: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/microsoft.mrs", path: ./providers/microsoft.mrs} + iQIYI: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/iqiyi.yaml", path: ./providers/iqiyi.yaml} + BiliBili: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/bilibili.yaml", path: ./providers/bilibili.yaml} + emby: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-emby.mrs", path: ./providers/category-emby.mrs} + google: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/google.mrs", path: ./providers/google.mrs} + google_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/google.mrs", path: ./providers/google_ip.mrs} + bt: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/bt.yaml", path: ./providers/bt.yaml} + salem@cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/salem@cn.yaml", path: ./providers/salem@cn.yaml} + oracle: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/oracle.yaml", path: ./providers/oracle.yaml} + geolocation-!cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/geolocation-!cn.mrs", path: ./providers/geolocation-!cn.mrs} + geosite-cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/cn.mrs", path: ./providers/geosite-cn.mrs} + geoip-cn: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/cn.mrs", path: ./providers/geoip-cn.mrs} + private: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/private.mrs", path: ./providers/private.mrs} + private_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/private.mrs", path: ./providers/private_ip.mrs} diff --git a/config/opencalsh/config20250224.yaml b/config/opencalsh/config20250224.yaml new file mode 100644 index 0000000..5d86144 --- /dev/null +++ b/config/opencalsh/config20250224.yaml @@ -0,0 +1,365 @@ +############## 注意:该配置文件为meta内核专用,不适合其他clash内核 ################# +################# ipv6支持: https://github.com/yangxiaoge/tvbox_cust/blob/master/clash/ipv6_set.jpg ################# +############## 配置来源:https://t.me/openclash_open/106164 ################# + +#################🧿,🔰,🅰️,📢,❌,🖥️,🔵🔴🟡🟢,📱,✅,🛩️,♻️,🈲📶☎️📞 +############################### 建立订阅锚点 ##################################### +pp: &pp {type: http, health-check: {enable: true, url: https://www.gstatic.com/generate_204, format: yaml}, proxy: 🟢 直连} +############################### 建立订阅锚点 ##################################### + +########################################################################分隔符 +# url 里填写自己的订阅,订阅名称不能重复 +proxy-providers: + XBOARD: ###订阅名称### + <<: *pp + url: "https://salem.sswiwi.com/api/v1/client/subscribe?token=68337ef392c9feb5a8eca1e4d3398a0c" + path: ./proxies/xboard.yaml + +########################################################################分隔符 + + +proxies: +- name: "🟢 直连" + type: direct + udp: true + +############################### 建立策略组描点 ##################################### +#o1: &o1 {type: select, proxies: [🚀 节点选择, ♻️ 自动选择, 🛠️ 手动选择, 🇭🇰 香港节点, 🇨🇳 台湾节点, 🇸🇬 狮城节点, 🇯🇵 日本节点, 🇰🇷 韩国节点, 🇺🇸 美国节点, WARP, 💠 其他地区, DIRECT]} +#o2: &o2 {type: select, proxies: [DIRECT, 🚀 节点选择, ♻️ 自动选择, 🛠️ 手动选择, 🇭🇰 香港节点, 🇨🇳 台湾节点, 🇸🇬 狮城节点, 🇯🇵 日本节点, 🇰🇷 韩国节点, 🇺🇸 美国节点, WARP, 💠 其他地区]} +o1: &o1 {type: select, include-all: true, proxies: [DIRECT]} +o2: &o2 {type: select, include-all: true, proxies: [🚀 节点选择]} +o3: &o3 {type: select, include-all: true, proxies: [DIRECT, 🚀 节点选择]} +o4: &o4 {type: select, include-all: true, proxies: [REJECT, DIRECT]} +############################### 建立策略组描点 ##################################### + +proxy-groups: + - {name: 🚀 节点选择, <<: *o1} + - {name: 🔵🔴🟡🟢 全球互联, <<: *o2} + - {name: 🐟 漏网之鱼, <<: *o2} + - {name: 🎃 YOUTUBE, <<: *o2} + - {name: 🌈 NETFLIX, <<: *o2} + - {name: 🎪 DisneyPlus, <<: *o2} + - {name: 🥇 VIU, <<: *o2} + - {name: 🔶 国际亚马逊, <<: *o2} + - {name: 👑 HBO, <<: *o2} + - {name: 🐬 OneDrive, <<: *o2} + - {name: 👨🏿‍💻 GitHub, <<: *o2} + - {name: 🤖 ChatGPT, <<: *o2} + - {name: 💧 Copilot, <<: *o2} + - {name: 📲 电报消息, <<: *o2} + - {name: 🍟 美国, <<: *o2} + - {name: 🍎 AppleTV, <<: *o2} + - {name: 💳 Paypal, <<: *o2} + - {name: 🛍️ eBay, <<: *o2} + - {name: 🎧 spotify, <<: *o2} + - {name: 🎵 TikTok, <<: *o2} + - {name: 🎮 游戏国际, <<: *o2} + - {name: 🅾️🐢 甲骨文, <<: *o3} + - {name: 🪟 Microsoft, <<: *o3} + - {name: 📶☎️ WIFI_CALL_US, <<: *o2} + - {name: 📶☎️ WIFI_CALL_UK, <<: *o2} + - {name: 📶☎️ WIFI_CALL_HK, <<: *o2} + - {name: 📶☎️ TT语音, <<: *o2} + - {name: 🍎 苹果服务, <<: *o3} + - {name: 🔶 中国亚马逊, <<: *o3} + - {name: 📺 爱奇艺, <<: *o3} + - {name: 📺 哔哩哔哩, <<: *o3} + - {name: ❤️ Emby公益服, <<: *o3} + - {name: 🎮 游戏中国, <<: *o3} + - {name: 🎯 全球直连, <<: *o3} + - {name: 🧿 自制直连, <<: *o3} + - {name: 🛑 广告拦截, <<: *o4} + - {name: 🍃 应用净化, <<: *o4} +#地区策略组 + - {name: 🇭🇰 香港节点, type: select, include-all: true, filter: "(?i)港|hk|hongkong|hong kong"} + - {name: 🇯🇵 日本节点, type: select, include-all: true, filter: "(?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan"} + - {name: 🇺🇲 美国节点, type: select, include-all: true, filter: "(?i)美|波特兰|达拉斯|俄勒冈|凤凰城|费利蒙|硅谷|拉斯维加斯|洛杉矶|圣何塞|圣克拉拉|西雅图|芝加哥|US|United States"} + - {name: 🇸🇬 狮城节点, type: select, include-all: true, filter: "(?i)新加坡|坡|狮城|SG|Singapore"} + - {name: 🇰🇷 韩国节点, type: select, include-all: true, filter: "(?i)KR|Korea|KOR|首尔|韩|韓"} + #- {name: 🇭🇰 香港节点, type: select, include-all: true, filter: "(?i)港|hk|hongkong|hong kong"} + #- {name: 🇨🇳 台湾节点, type: select, include-all: true, filter: "(?i)台|tw|taiwan|tai wan"} + #- {name: 🇸🇬 狮城节点, type: select, include-all: true, filter: "(?i)新加坡|sg|singapore|狮城"} + #- {name: 🇯🇵 日本节点, type: select, include-all: true, filter: "(?i)日|jp|japan"} + #- {name: 🇺🇸 美国节点, type: select, include-all: true, filter: "(?i)美|us|unitedstates|united states"} + #- {name: 🇰🇷 韩国节点, type: select, include-all: true, filter: "(?i)韩国|kr|korea"} + #- {name: 💠 其他地区, type: select, include-all: true, filter: "(?i)^(?!.*(?:🇭🇰|🇯🇵|🇺🇸|🇸🇬|🇨🇳|港|hk|hongkong|台|tw|taiwan|日|jp|japan|新|sg|singapore|美|us|unitedstates|韩|kr|korea)).*"} +#备用策略组 + #- {name: 🛠️ 手动选择, type: select, include-all-providers: true} + #- {name: ♻️ 自动选择, type: url-test, interval: 600, tolerance: 100, lazy: true, url: https://www.gstatic.com/generate_204, include-all-providers: true} + +rules: + - RULE-SET,YouTube,🎃 YOUTUBE + - RULE-SET,Netflix,🌈 NETFLIX + - RULE-SET,Disney,🎪 DisneyPlus + - RULE-SET,Amazon,🔶 国际亚马逊 + - RULE-SET,AmazonPrimeVideo,🔶 国际亚马逊 + - RULE-SET,HBO,👑 HBO + - RULE-SET,VIU,🥇 VIU + - RULE-SET,OneDrive,🐬 OneDrive + - RULE-SET,GitHub,👨🏿‍💻 GitHub + - RULE-SET,OpenAI,🤖 ChatGPT + - RULE-SET,Gemini,🤖 ChatGPT + - RULE-SET,Claude,🤖 ChatGPT + - RULE-SET,ai_ip,🤖 ChatGPT + - RULE-SET,Copilot,💧 Copilot + - RULE-SET,Telegram,📲 电报消息 + - RULE-SET,US,🍟 美国 + - RULE-SET,AppleTV,🍎 AppleTV + - RULE-SET,WIFI_CALL_US,📶☎️ WIFI_CALL_US + - RULE-SET,WIFI_CALL_UK,📶☎️ WIFI_CALL_UK + - RULE-SET,WIFI_CALL_HK,📶☎️ WIFI_CALL_HK + - RULE-SET,TalkatoneProxy,📶☎️ TT语音 + - RULE-SET,PayPal,💳 Paypal + - RULE-SET,ebay,🛍️ eBay + - RULE-SET,Spotify,🎧 spotify + - RULE-SET,TikTok,🎵 TikTok + - RULE-SET,Epic,🎮 游戏国际 + - RULE-SET,Origin,🎮 游戏国际 + - RULE-SET,Sony,🎮 游戏国际 + - RULE-SET,Steam,🎮 游戏国际 + - RULE-SET,Nintendo,🎮 游戏国际 + - RULE-SET,GameDownload,🎮 游戏国际 + - RULE-SET,microsoft,🪟 Microsoft + - RULE-SET,apple@cn,🍎 苹果服务 + - RULE-SET,AmazonCN,🔶 中国亚马逊 + - RULE-SET,iQIYI,📺 爱奇艺 + - RULE-SET,BiliBili,📺 哔哩哔哩 + - RULE-SET,emby,❤️ Emby公益服 + - RULE-SET,GameDownloadCN,🎮 游戏中国 + - RULE-SET,LocalAreaNetwork,🎯 全球直连 + - RULE-SET,UnBan,🎯 全球直连 + - RULE-SET,SteamCN,🎯 全球直连 + - RULE-SET,China_Classical,🎯 全球直连 + - RULE-SET,ChinaIPs_Classical,🎯 全球直连 + - RULE-SET,cn_ip,🎯 全球直连 + - RULE-SET,Download,🎯 全球直连 + - RULE-SET,Proxy_Classical,🔵🔴🟡🟢 全球互联 + #- RULE-SET,geolocation-!cn,🔵🔴🟡🟢 全球互联 + - RULE-SET,oracle,🅾️🐢 甲骨文 + - RULE-SET,salem@cn,🧿 自制直连 + - RULE-SET,BanAD,🛑 广告拦截 + - RULE-SET,BanProgramAD,🍃 应用净化 + - RULE-SET,geolocation-cn,🎯 全球直连 + - RULE-SET,cn_ip,🎯 全球直连 + - GEOSITE,CN,🎯 全球直连 + - GEOIP,CN,🎯 全球直连 + - GEOIP,LAN,🎯 全球直连 + - MATCH,🐟 漏网之鱼 + +############################### 建立rule-providers锚点 ##################################### +pc: &pc {type: http, behavior: classical, interval: 86400, format: yaml} +pd: &pd {type: http, behavior: domain, interval: 86400, format: yaml} +pi: &pi {type: http, behavior: ipcidr, interval: 86400, format: yaml} +domain: &domain {type: http, interval: 86400, behavior: domain, format: mrs} +ip: &ip {type: http, interval: 86400, behavior: ipcidr, format: mrs} +############################### 建立rule-providers锚点 ##################################### + +rule-providers: + YouTube: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/YouTube/YouTube.yaml" + path: ./providers/YouTube.yaml + Netflix: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Netflix/Netflix_Classical.yaml" + path: ./providers/Netflix_Classical.yaml + Disney: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Disney/Disney.yaml" + path: ./providers/Disney.yaml + Amazon: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Amazon.yaml" + path: ./providers/Amazon.yaml + AmazonPrimeVideo: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/AmazonPrimeVideo/AmazonPrimeVideo.yaml" + path: ./providers/AmazonPrimeVideo.yaml + HBO: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/HBO/HBO.yaml" + path: ./providers/HBO.yaml + VIU: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/ViuTV/ViuTV.yaml" + path: ./providers/ViuTV.yaml + OneDrive: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/OneDrive/OneDrive.yaml" + path: ./providers/OneDrive.yaml + GitHub: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/GitHub/GitHub.yaml" + path: ./providers/GitHub.yaml + OpenAI: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/OpenAI/OpenAI.yaml" + path: ./providers/OpenAI.yaml + Gemini: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Gemini/Gemini.yaml" + path: ./providers/Gemini.yaml + Claude: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Claude/Claude.yaml" + path: ./providers/Claude.yaml + ai_ip: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/ai_ip.yaml" + path: ./providers/ai_ip.yaml + Copilot: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Copilot/Copilot.yaml" + path: ./providers/Copilot.yaml + Telegram: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Telegram/Telegram.yaml" + path: ./providers/Telegram.yaml + US: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/US.yaml" + path: ./providers/us.yaml + AppleTV: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/AppleTV/AppleTV.yaml" + path: ./providers/AppleTV.yaml + WIFI_CALL_US: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_US.yaml" + path: ./providers/Wifi_Call_US.yaml + WIFI_CALL_UK: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_UK.yaml" + path: ./providers/Wifi_Call_UK.yaml + WIFI_CALL_HK: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_HK.yaml" + path: ./providers/Wifi_Call_HK.yaml + TalkatoneProxy: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/TalkatoneProxy.yaml" + path: ./providers/TalkatoneProxy.yaml + PayPal: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/PayPal/PayPal.yaml" + path: ./providers/PayPal.yaml + ebay: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/ebay.yaml" + path: ./providers/ebay.yaml + Spotify: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Spotify/Spotify.yaml" + path: ./providers/Spotify.yaml + TikTok: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/TikTok/TikTok.yaml" + path: ./providers/TikTok.yaml + Epic: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Epic/Epic.yaml" + path: ./providers/Epic.yaml + Origin: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Origin/Origin.yaml" + path: ./providers/Origin.yaml + Sony: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Sony/Sony.yaml" + path: ./providers/Sony.yaml + Steam: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Steam/Steam.yaml" + path: ./providers/Steam.yaml + Nintendo: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Nintendo/Nintendo.yaml" + path: ./providers/Nintendo.yaml + GameDownload: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/GameDownload/GameDownload.yaml" + path: ./providers/GameDownload.yaml + apple@cn: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/apple@cn.yaml" + path: ./providers/apple@cn.yaml + microsoft: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/microsoft.yaml" + path: ./providers/microsoft.yaml + AmazonCN: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/AmazonCN/AmazonCN.yaml" + path: ./providers/AmazonCN.yaml + iQIYI: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/iQIYI/iQIYI.yaml" + path: ./providers/iQIYI.yaml + BiliBili: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/BiliBili/BiliBili.yaml" + path: ./providers/BiliBili.yaml + emby: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/emby.yaml" + path: ./providers/emby.yaml + GameDownloadCN: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/GameDownloadCN/GameDownloadCN.yaml" + path: ./providers/GameDownloadCN.yaml + LocalAreaNetwork: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/LocalAreaNetwork.yaml" + path: ./providers/LocalAreaNetwork.yaml + UnBan: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/UnBan.yaml" + path: ./providers/UnBan.yaml + SteamCN: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/SteamCN/SteamCN.yaml" + path: ./providers/SteamCNv.yaml + Proxy_Classical: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Proxy_Classical.yaml" + path: ./providers/Proxy_Classical.yaml + China_Classical: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/China_Classical.yaml" + path: ./providers/China_Classical.yaml + ChinaIPs_Classical: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/ChinaIPs/ChinaIPs_Classical.yaml" + path: ./providers/ChinaIPs_Classical.yaml + Download: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Download/Download.yaml" + path: ./providers/Download.yaml + BanAD: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/BanAD.yaml" + path: ./providers/BanAD.yaml + BanProgramAD: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/BanProgramAD.yaml" + path: ./providers/BanProgramAD.yaml + #geolocation-!cn: + # <<: *domain + # url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/geolocation-!cn.mrs" + # path: ./providers/geolocation-!cn.mrs + cn_ip: + <<: *ip + url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/cn.mrs" + path: ./providers/cn.mrs + geolocation-cn: + <<: *domain + url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/geolocation-cn.mrs" + path: ./providers/geolocation-cn.mrs + salem@cn: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/salem@cn.yaml" + path: ./providers/salem@cn.yaml + oracle: + <<: *pc + url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/oracle.yaml" + path: ./providers/oracle.yaml diff --git a/config/opencalsh/config20250919.yaml b/config/opencalsh/config20250919.yaml new file mode 100644 index 0000000..2a87bc8 --- /dev/null +++ b/config/opencalsh/config20250919.yaml @@ -0,0 +1,213 @@ +############## 注意:该配置文件为meta内核专用,不适合其他clash内核 ################# +################# ipv6支持: https://github.com/yangxiaoge/tvbox_cust/blob/master/clash/ipv6_set.jpg ################# +############## 配置来源:https://t.me/openclash_open/106164 ################# + +#################🧿,🔰,🅰️,📢,❌,🖥️,🔵🔴🟡🟢,📱,✅,🛩️,♻️,🈲📶☎️📞 +############################### 建立订阅锚点 ##################################### +##pp: &pp {type: http, health-check: {enable: true, url: https://www.gstatic.com/generate_204, format: yaml}, proxy: 🟢 直连} +############################### 建立订阅锚点 ##################################### + +########################################################################分隔符 +# url 里填写自己的订阅,订阅名称不能重复 +proxy-providers: + XBOARD: ###订阅名称### + url: "https://v2.sswiwi.com/s/f822a5e21a58184c530e01eb1ae62115" + type: http + interval: 86400 + health-check: + enable: true + url: https://www.gstatic.com/generate_204 + interval: 300 + proxy: 🟢 直连 + path: ./proxies/v2.yaml +########################################################################分隔符 + +proxies: +- {name: "🟢 直连", type: direct, udp: true} + +############################### 建立策略组描点 ##################################### +#o1: &o1 {type: select, proxies: [🚀 节点选择, ♻️ 自动选择, 🛠️ 手动选择, 🇭🇰 香港节点, 🇨🇳 台湾节点, 🇸🇬 狮城节点, 🇯🇵 日本节点, 🇰🇷 韩国节点, 🇺🇸 美国节点, WARP, 💠 其他地区, DIRECT]} +#o2: &o2 {type: select, proxies: [DIRECT, 🚀 节点选择, ♻️ 自动选择, 🛠️ 手动选择, 🇭🇰 香港节点, 🇨🇳 台湾节点, 🇸🇬 狮城节点, 🇯🇵 日本节点, 🇰🇷 韩国节点, 🇺🇸 美国节点, WARP, 💠 其他地区]} +o1: &o1 {type: select, include-all: true, proxies: [DIRECT]} +o2: &o2 {type: select, include-all: true, proxies: [🚀 节点选择]} +o3: &o3 {type: select, include-all: true, proxies: [DIRECT, 🚀 节点选择]} +o4: &o4 {type: select, include-all: true, proxies: [REJECT, DIRECT]} +############################### 建立策略组描点 ##################################### + +proxy-groups: + - {name: 🚀 节点选择, <<: *o1} + - {name: 🔵🔴🟡🟢 全球互联, <<: *o2} + - {name: 🐟 漏网之鱼, <<: *o2} + - {name: 🎃 YOUTUBE, <<: *o2} + - {name: 🌈 NETFLIX, <<: *o2} + - {name: 🎪 DisneyPlus, <<: *o2} + - {name: 👑 HBO, <<: *o2} + - {name: 🥇 VIU, <<: *o2} + - {name: 📲 电报消息, <<: *o2} + - {name: 👨🏿‍💻 GitHub, <<: *o2} + - {name: 🧠 AI, <<: *o2} + - {name: 💧 Copilot, <<: *o2} + - {name: 🍎🧠 苹果AI, <<: *o2} + - {name: 🍎📺 AppleTV, <<: *o2} + - {name: 🍎🎵 苹果音乐, <<: *o2} + - {name: 🎧 spotify, <<: *o2} + - {name: 🔶 国际亚马逊, <<: *o2} + - {name: 🍟 美国, <<: *o2} + - {name: 🐬 OneDrive, <<: *o2} + - {name: 🪟 Microsoft, <<: *o2} + - {name: 🍀 Google, <<: *o2} + - {name: 💳 Paypal, <<: *o2} + - {name: 🛍️ eBay, <<: *o2} + - {name: 🎵 TikTok, <<: *o2} + - {name: 🎮 游戏国际, <<: *o2} + - {name: 📶☎️ WIFI_CALL_US, <<: *o2} + - {name: 📶☎️ WIFI_CALL_UK, <<: *o2} + - {name: 📶☎️ WIFI_CALL_HK, <<: *o2} + - {name: 📶☎️ TT语音, <<: *o2} + - {name: 🅾️🐢 甲骨文, <<: *o3} + - {name: 🧿 自制直连, <<: *o3} + - {name: 🍎 苹果服务, <<: *o3} + - {name: 🔶 中国亚马逊, <<: *o3} + - {name: 🎮 游戏中国, <<: *o3} + - {name: 📺 爱奇艺, <<: *o3} + - {name: 📺 哔哩哔哩, <<: *o3} + - {name: ❤️ Emby公益服, <<: *o3} + - {name: 🎯 全球直连, <<: *o3} + - {name: 🛑 广告拦截, <<: *o4} + - {name: 🍃 应用净化, <<: *o4} +#地区策略组 + - {name: 🇭🇰 香港节点, type: select, include-all: true, filter: "(?i)港|hk|hongkong|hong kong"} + - {name: 🇯🇵 日本节点, type: select, include-all: true, filter: "(?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan"} + - {name: 🇺🇲 美国节点, type: select, include-all: true, filter: "(?i)美|波特兰|达拉斯|俄勒冈|凤凰城|费利蒙|硅谷|拉斯维加斯|洛杉矶|圣何塞|圣克拉拉|西雅图|芝加哥|US|United States"} + - {name: 🇸🇬 狮城节点, type: select, include-all: true, filter: "(?i)新加坡|坡|狮城|SG|Singapore"} + - {name: 🇰🇷 韩国节点, type: select, include-all: true, filter: "(?i)KR|Korea|KOR|首尔|韩|韓"} + #- {name: 🇭🇰 香港节点, type: select, include-all: true, filter: "(?i)港|hk|hongkong|hong kong"} + #- {name: 🇨🇳 台湾节点, type: select, include-all: true, filter: "(?i)台|tw|taiwan|tai wan"} + #- {name: 🇸🇬 狮城节点, type: select, include-all: true, filter: "(?i)新加坡|sg|singapore|狮城"} + #- {name: 🇯🇵 日本节点, type: select, include-all: true, filter: "(?i)日|jp|japan"} + #- {name: 🇺🇸 美国节点, type: select, include-all: true, filter: "(?i)美|us|unitedstates|united states"} + #- {name: 🇰🇷 韩国节点, type: select, include-all: true, filter: "(?i)韩国|kr|korea"} + #- {name: 💠 其他地区, type: select, include-all: true, filter: "(?i)^(?!.*(?:🇭🇰|🇯🇵|🇺🇸|🇸🇬|🇨🇳|港|hk|hongkong|台|tw|taiwan|日|jp|japan|新|sg|singapore|美|us|unitedstates|韩|kr|korea)).*"} +#备用策略组 + #- {name: 🛠️ 手动选择, type: select, include-all-providers: true} + #- {name: ♻️ 自动选择, type: url-test, interval: 600, tolerance: 100, lazy: true, url: https://www.gstatic.com/generate_204, include-all-providers: true} + +rules: + - RULE-SET,YouTube,🎃 YOUTUBE + - RULE-SET,Netflix,🌈 NETFLIX + - RULE-SET,Netflix_ip,🌈 NETFLIX + - RULE-SET,Disney,🎪 DisneyPlus + - RULE-SET,Amazon-!cn,🔶 国际亚马逊 + - RULE-SET,Amazon@cn,🔶 中国亚马逊 + - RULE-SET,HBO,👑 HBO + - RULE-SET,VIU,🥇 VIU + - RULE-SET,OneDrive,🐬 OneDrive + - RULE-SET,GitHub,👨🏿‍💻 GitHub + - RULE-SET,AI,🧠 AI + - RULE-SET,AI_ip,🧠 AI + - RULE-SET,Copilot,💧 Copilot + - RULE-SET,Telegram,📲 电报消息 + - RULE-SET,Telegram_ip,📲 电报消息 + - RULE-SET,US,🍟 美国 + - RULE-SET,apple@cn,🍎 苹果服务 + - RULE-SET,AppleTV,🍎📺 AppleTV + - RULE-SET,applemusic,🍎🎵 苹果音乐 + - RULE-SET,apple-intelligence,🍎🧠 苹果AI + - RULE-SET,WIFI_CALL_US,📶☎️ WIFI_CALL_US + - RULE-SET,WIFI_CALL_UK,📶☎️ WIFI_CALL_UK + - RULE-SET,WIFI_CALL_HK,📶☎️ WIFI_CALL_HK + - RULE-SET,talkatoneProxy,📶☎️ TT语音 + - RULE-SET,PayPal,💳 Paypal + - RULE-SET,ebay,🛍️ eBay + - RULE-SET,Spotify,🎧 spotify + - RULE-SET,TikTok,🎵 TikTok + - RULE-SET,oracle,🅾️🐢 甲骨文 + - RULE-SET,salem@cn,🧿 自制直连 + - RULE-SET,Epic-!cn,🎮 游戏国际 + - RULE-SET,Epic@cn,🎮 游戏中国 + - RULE-SET,Origin,🎮 游戏国际 + - RULE-SET,Sony,🎮 游戏国际 + - RULE-SET,Steam-!cn,🎮 游戏国际 + - RULE-SET,Steam@cn,🎮 游戏中国 + - RULE-SET,Nintendo-!cn,🎮 游戏国际 + - RULE-SET,Nintendo@cn,🎮 游戏中国 + - RULE-SET,GameDownload-!cn,🎮 游戏国际 + - RULE-SET,GameDownload@cn,🎮 游戏中国 + - RULE-SET,microsoft,🪟 Microsoft + - RULE-SET,google,🍀 Google + - RULE-SET,google_ip,🍀 Google + - RULE-SET,iQIYI,📺 爱奇艺 + - RULE-SET,BiliBili,📺 哔哩哔哩 + - RULE-SET,emby,❤️ Emby公益服 + - RULE-SET,geolocation-!cn,🔵🔴🟡🟢 全球互联 + - RULE-SET,geosite-cn,🎯 全球直连 + - RULE-SET,geoip-cn,🎯 全球直连 + - RULE-SET,private,🎯 全球直连 + - RULE-SET,private_ip,🎯 全球直连 + - RULE-SET,bt,🎯 全球直连 + - GEOSITE,CN,🎯 全球直连 + - GEOIP,CN,🎯 全球直连 + - GEOIP,LAN,🎯 全球直连 + - DST-PORT,22,🎯 全球直连 + - MATCH,🐟 漏网之鱼 + +############################### 建立rule-providers锚点 ##################################### +pc: &pc {type: http, behavior: classical, interval: 86400, format: yaml} +pd: &pd {type: http, behavior: domain, interval: 86400, format: yaml} +pi: &pi {type: http, behavior: ipcidr, interval: 86400, format: yaml} +mrs: &mrs {type: http, behavior: domain, interval: 86400, format: mrs} +ip: &ip {type: http, interval: 86400, behavior: ipcidr, format: mrs} +############################### 建立rule-providers锚点 ##################################### +rule-providers: + YouTube: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/youtube.mrs", path: ./providers/youtube.mrs} + Netflix: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/netflix.mrs", path: ./providers/netflix.mrs} + Netflix_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/netflix.mrs", path: ./providers/netflix_ip.mrs} + Disney: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/disney.mrs", path: ./providers/disney.mrs} + Amazon-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/amazon-!cn.yaml", path: ./providers/amazon-!cn.yaml} + Amazon@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/amazon@cn.mrs", path: ./providers/amazon@cn.mrs} + HBO: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/HBO/HBO.yaml", path: ./providers/HBO.yaml} + VIU: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/ViuTV/ViuTV.yaml", path: ./providers/ViuTV.yaml} + OneDrive: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/onedrive.mrs", path: ./providers/onedrive.mrs} + GitHub: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/github.mrs", path: ./providers/github.mrs} + AI: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-ai-!cn.mrs", path: ./providers/category-ai-!cn.mrs} + AI_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/ai.mrs", path: ./providers/ai_ip.mrs} + Copilot: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/bing.mrs", path: ./providers/bing.mrs} + Telegram: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/telegram.mrs", path: ./providers/telegram.mrs} + Telegram_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/telegram.mrs", path: ./providers/telegram_ip.mrs} + US: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/US.yaml", path: ./providers/us.yaml} + apple@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple@cn.mrs", path: ./providers/apple@cn.mrs} + AppleTV: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple-tvplus.mrs", path: ./providers/apple-tvplus.mrs} + applemusic: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo-lite/geosite/applemusic.mrs", path: ./providers/applemusic.mrs} + apple-intelligence: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple-intelligence.mrs", path: ./providers/apple-intelligence.mrs} + WIFI_CALL_US: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_US.yaml", path: ./providers/Wifi_Call_US.yaml} + WIFI_CALL_UK: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_UK.yaml", path: ./providers/Wifi_Call_UK.yaml} + WIFI_CALL_HK: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_HK.yaml", path: ./providers/Wifi_Call_HK.yaml} + talkatoneProxy: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/talkatoneProxy.yaml", path: ./providers/talkatoneProxy.yaml} + PayPal: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/paypal.mrs", path: ./providers/paypal.mrs} + ebay: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/ebay.mrs", path: ./providers/ebay.mrs} + Spotify: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/spotify.mrs", path: ./providers/spotify.mrs} + TikTok: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/tiktok.mrs", path: ./providers/tikTok.mrs} + Epic@cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/epicgames@cn.yaml", path: ./providers/epicgames@cn.yaml} + Epic-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/epicgames-!cn.yaml", path: ./providers/epicgames-!cn.yaml} + Origin: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/origin.mrs", path: ./providers/origin.mrs} + Sony: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/sony.mrs", path: ./providers/sony.mrs} + Steam@cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/steam@cn.yaml", path: ./providers/steam@cn.yaml} + Steam-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/steam-!cn.yaml", path: ./providers/steam-!cn.yaml} + Nintendo@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/nintendo@cn.mrs", path: ./providers/nintendo@cn.mrs} + Nintendo-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/nintendo-!cn.yaml", path: ./providers/nintendo-!cn.yaml} + GameDownload@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-game-platforms-download@cn.mrs", path: ./providers/category-game-platforms-download@cn.mrs} + GameDownload-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/category-game-platforms-download-!cn.yaml", path: ./providers/category-game-platforms-download-!cn.yaml} + microsoft: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/microsoft.mrs", path: ./providers/microsoft.mrs} + iQIYI: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/iqiyi.yaml", path: ./providers/iqiyi.yaml} + BiliBili: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/bilibili.yaml", path: ./providers/bilibili.yaml} + emby: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-emby.mrs", path: ./providers/category-emby.mrs} + google: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/google.mrs", path: ./providers/google.mrs} + google_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/google.mrs", path: ./providers/google_ip.mrs} + bt: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/bt.yaml", path: ./providers/bt.yaml} + salem@cn: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/salem@cn.yaml", path: ./providers/salem@cn.yaml} + oracle: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/oracle.yaml", path: ./providers/oracle.yaml} + geolocation-!cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/geolocation-!cn.mrs", path: ./providers/geolocation-!cn.mrs} + geosite-cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/cn.mrs", path: ./providers/geosite-cn.mrs} + geoip-cn: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/cn.mrs", path: ./providers/geoip-cn.mrs} + private: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/private.mrs", path: ./providers/private.mrs} + private_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/private.mrs", path: ./providers/private_ip.mrs} diff --git a/config/opencalsh/config20260806.yaml b/config/opencalsh/config20260806.yaml new file mode 100644 index 0000000..198d84d --- /dev/null +++ b/config/opencalsh/config20260806.yaml @@ -0,0 +1,318 @@ +############## 注意:该配置文件为meta内核专用,不适合其他clash内核 ################# +################# ipv6支持: https://github.com/yangxiaoge/tvbox_cust/blob/master/clash/ipv6_set.jpg ################# +############## 配置来源:https://t.me/openclash_open/106164 ################# + +#################🧿,🔰,🅰️,📢,❌,🖥️,🔵🔴🟡🟢,📱,✅,🛩️,♻️,🈲📶☎️📞 +############################### 建立订阅锚点 ##################################### +##pp: &pp {type: http, health-check: {enable: true, url: https://www.gstatic.com/generate_204, format: yaml}, proxy: 🟢 直连} +############################### 建立订阅锚点 ##################################### + +########################################################################分隔符 +# url 里填写自己的订阅,订阅名称不能重复 +proxy-providers: + XBOARD: ###订阅名称### + url: "https://v2.sswiwi.com/s/f822a5e21a58184c530e01eb1ae62115" + type: http + interval: 86400 + health-check: + enable: true + url: https://www.gstatic.com/generate_204 + interval: 300 + #proxy: 🟢 直连 + path: ./proxies/v2.yaml +########################################################################分隔符 + +proxies: +- {name: "🟢 直连", type: direct, udp: true} +- {name: 英国TAG01, type: ss, server: a2dcf016-bf54-40e1-a856-a9d0d30a2d36.afdiancdn.org, port: 12710, cipher: aes-128-gcm, password: haMLMXirByn6rGVh, plugin: obfs, plugin-opts: { mode: http, host: 75c2f56f01e9.microsoft.com }, udp: true } +- {name: 英国TAG02, type: ss, server: a2dcf016-bf54-40e1-a856-a9d0d30a2d36.afdiancdn.org, port: 13177, cipher: aes-128-gcm, password: haMLMXirByn6rGVh, plugin: obfs, plugin-opts: { mode: http, host: 75c2f56f01e9.microsoft.com }, udp: true } +- {name: 香港家宽TAG, type: ss, server: 52be1412-c6dd-4e4c-9a21-645ca9685ec4.drive-glicloudccp.com, port: 12729, cipher: aes-128-gcm, password: haMLMXirByn6rGVh, plugin: obfs, plugin-opts: { mode: http, host: 75c2f56f01e9.microsoft.com }, udp: true } +#- {name: 英国TAG落地, dialer-proxy: 🇭🇰 香港中转, type: ss, server: a2dcf016-bf54-40e1-a856-a9d0d30a2d36.afdiancdn.org, port: 13177, cipher: aes-128-gcm, password: haMLMXirByn6rGVh, plugin: obfs, plugin-opts: { mode: http, host: 75c2f56f01e9.microsoft.com }, udp: true } +- {name: 美国711proxy, dialer-proxy: 🇺🇲 美国中转, type: socks5, server: 204.1.105.133, port: 45721, username: VtAlM1mzrpwq, password: XUkLPuew7bPI, udp: true} +#- {name: 美国07FP 落地, dialer-proxy: 🇺🇲 美国中转, type: vless, server: us07.ssr.ee, port: 8443, uuid: 9d0a75d2-f747-4afa-b43f-d208af9e8f9a, alterId: 0, cipher: auto, udp: true, flow: xtls-rprx-vision, tls: true, skip-cert-verify: false, servername: icloud.com, reality-opts: { public-key: xSGsyXFGHLSX9qVJlG9L45Uscrowj6sV9-U6o_rSZnc, short-id: 1a2b3c4ddd }, client-fingerprint: safari } +#- {name: 新加坡Bage落地, dialer-proxy: 🇭🇰 香港中转, type: ss, server: bvsg4.ssagit.dpdns.org, port: 17509, cipher: 2022-blake3-aes-128-gcm, password: cyTpJBNG7WZoOTB5vhAscg==:O3iOmNCSfw7uyC3JT+46eQ==, udp: true } + + +#- {name: 香港合租, type: vless, server: bdhkt.ngtec.top, port: 26536, uuid: fb01081c-587b-4c35-90e1-2f6927723e59, alterId: 0, cipher: auto, udp: true, flow: xtls-rprx-vision, tls: true, skip-cert-verify: false, servername: yahoo.com, reality-opts: { public-key: beFgh-0dZViWI2BjT1xr8XMmbq_TvJfh2_yD-s9EBy0, short-id: 27365bbc }, client-fingerprint: ios } + +# 全局配置 +port: 7890 +socks-port: 7891 +redir-port: 7892 +mixed-port: 7893 +tproxy-port: 7894 +allow-lan: true +bind-address: "*" +ipv6: false +unified-delay: true +tcp-concurrent: true +# interface-name: enp6s18 +log-level: warning +find-process-mode: 'off' +global-client-fingerprint: chrome +keep-alive-idle: 600 +keep-alive-interval: 15 +profile: + store-selected: true + store-fake-ip: true + +# 嗅探 +sniffer: + enable: true + sniff: + HTTP: + ports: [80, 8080-8880] + override-destination: true + TLS: + ports: [443, 8443] + QUIC: + ports: [443, 8443] + force-domain: + - "+.v2ex.com" + skip-domain: + - "+.baidu.com" + +# 入站 +tun: + enable: true + # system/gvisor/mixed + stack: mixed + dns-hijack: ["any:53", "tcp://any:53"] + #使用nikki,混入全部不修改的情况,开启接口指定为nikki + #使用仅内核自行修改下面三项为true + #device: nikki + auto-route: false + auto-redirect: false + auto-detect-interface: false + +# DNS模块 +dns: + enable: true + listen: 0.0.0.0:1053 + ipv6: false + respect-rules: true + enhanced-mode: fake-ip + fake-ip-range: 28.0.0.1/8 + fake-ip-filter-mode: blacklist + fake-ip-filter: + - "rule-set:salem@cn,geosite-cn" + - "+.msftconnecttest.com" + - "+.msftncsi.com" + - "time.*.com" + - "+.market.xiaomi.com" + - "+.pub.3gppnetwork.org" + - "+.3gppnetwork.org" + default-nameserver: + - 116.228.111.118 + proxy-server-nameserver: + - 116.228.111.118 + - 119.29.29.29 + # namesever尽量用运营商提供的DNS + nameserver: + - 116.228.111.118 + - 180.168.255.18 + +############################### 建立策略组描点 ##################################### +#o1: &o1 {type: select, proxies: [🚀 节点选择, ♻️ 自动选择, 🛠️ 手动选择, 🇭🇰 香港节点, 🇨🇳 台湾节点, 🇸🇬 狮城节点, 🇯🇵 日本节点, 🇰🇷 韩国节点, 🇺🇸 美国节点, WARP, 💠 其他地区, DIRECT]} +#o2: &o2 {type: select, proxies: [DIRECT, 🚀 节点选择, ♻️ 自动选择, 🛠️ 手动选择, 🇭🇰 香港节点, 🇨🇳 台湾节点, 🇸🇬 狮城节点, 🇯🇵 日本节点, 🇰🇷 韩国节点, 🇺🇸 美国节点, WARP, 💠 其他地区]} +rule-anchor: +o1: &o1 {type: select, include-all: true, proxies: [♻️ 自动选择]} +o2: &o2 {type: select, include-all: true, proxies: [🚀 节点选择]} +o3: &o3 {type: select, include-all: true, proxies: [DIRECT, 🚀 节点选择]} +o4: &o4 {type: select, include-all: true, proxies: [REJECT, DIRECT]} +############################### 建立策略组描点 ##################################### + +proxy-groups: + - {name: 🚀 节点选择, <<: *o1} + - {name: 🔵🔴🟡🟢 全球互联, <<: *o2} + - {name: 🐟 漏网之鱼, <<: *o2} + - {name: 🍀 Google, <<: *o2} + - {name: 🎃 YOUTUBE, <<: *o2} + - {name: 🌈 NETFLIX, <<: *o2} + - {name: 🎪 DisneyPlus, <<: *o2} + - {name: 👑 HBO, <<: *o2} + - {name: 🥇 VIU, <<: *o2} + - {name: 📲 电报消息, <<: *o2} + - {name: 👨🏿‍💻 GitHub, <<: *o2} + - {name: 🧠 AI, <<: *o2} + - {name: 💧 Copilot, <<: *o2} + - {name: 🍎🧠 苹果AI, <<: *o2} + - {name: 🍎📺 AppleTV, <<: *o2} + - {name: 🍎🎵 苹果音乐, <<: *o2} + - {name: 🎧 spotify, <<: *o2} + - {name: 🔶 国际亚马逊, <<: *o2} + - {name: 🍟 美国, <<: *o2} + - {name: 🐬 OneDrive, <<: *o2} + - {name: 🪟 Microsoft, <<: *o2} + - {name: 💳 Paypal, <<: *o2} + - {name: 🛍️ eBay, <<: *o2} + - {name: 🎵 TikTok, <<: *o2} + - {name: 🎮 游戏国际, <<: *o2} + - {name: 📶☎️ WIFI_CALL_US, <<: *o2} + - {name: 📶☎️ WIFI_CALL_UK, <<: *o2} + - {name: 📶☎️ WIFI_CALL_HK, <<: *o2} + - {name: 📶☎️ TT语音, <<: *o2} + - {name: 📲💬 Facebook, <<: *o2} + - {name: 📲💬 Twitter-X, <<: *o2} + - {name: 📲💬 Instagram, <<: *o2} + - {name: 📲💬 Whatsapp, <<: *o2} + - {name: 🅾️🐢 甲骨文, <<: *o3} + - {name: 🧿 自制直连, <<: *o3} + - {name: 🍎 苹果服务, <<: *o3} + - {name: 🔶 中国亚马逊, <<: *o3} + - {name: 🎮 游戏中国, <<: *o3} + - {name: 📺 爱奇艺, <<: *o3} + - {name: 📺 哔哩哔哩, <<: *o3} + - {name: ❤️ Emby公益服, <<: *o3} + - {name: 🎯 全球直连, <<: *o3} + #- {name: 🛑 广告拦截, <<: *o4} + #- {name: 🍃 应用净化, <<: *o4} +#地区策略组 + - {name: 🇭🇰 香港节点, type: select, include-all: true, filter: "(?i)港|hk|hongkong|hong kong"} + - {name: 🇯🇵 日本节点, type: select, include-all: true, filter: "(?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan"} + - {name: 🇺🇲 美国节点, type: select, include-all: true, filter: "(?i)美|波特兰|达拉斯|俄勒冈|凤凰城|费利蒙|硅谷|拉斯维加斯|洛杉矶|圣何塞|圣克拉拉|西雅图|芝加哥|US|United States"} + - {name: 🇸🇬 狮城节点, type: select, include-all: true, filter: "(?i)新加坡|坡|狮城|SG|Singapore"} + - {name: 🇰🇷 韩国节点, type: select, include-all: true, filter: "(?i)KR|Korea|KOR|首尔|韩|韓"} + - {name: 🇭🇰 香港中转, type: select, include-all: true, filter: "^((?!(落地|TAG|直连)).)*$"} + - {name: 🇺🇲 美国中转, type: select, include-all: true, filter: "^((?!(落地|TAG|直连)).)*$"} + #- {name: 🇨🇳 台湾节点, type: select, include-all: true, filter: "(?i)台|tw|taiwan|tai wan"} + #- {name: 🇸🇬 狮城节点, type: select, include-all: true, filter: "(?i)新加坡|sg|singapore|狮城"} + #- {name: 🇯🇵 日本节点, type: select, include-all: true, filter: "(?i)日|jp|japan"} + #- {name: 🇺🇸 美国节点, type: select, include-all: true, filter: "(?i)美|us|unitedstates|united states"} + #- {name: 🇰🇷 韩国节点, type: select, include-all: true, filter: "(?i)韩国|kr|korea"} + #- {name: 💠 其他地区, type: select, include-all: true, filter: "(?i)^(?!.*(?:🇭🇰|🇯🇵|🇺🇸|🇸🇬|🇨🇳|港|hk|hongkong|台|tw|taiwan|日|jp|japan|新|sg|singapore|美|us|unitedstates|韩|kr|korea)).*"} +#备用策略组 + #- {name: 🛠️ 手动选择, type: select, include-all-providers: true} + - {name: ♻️ 自动选择, type: url-test, interval: 600, tolerance: 100, lazy: true, url: https://www.gstatic.com/generate_204, include-all-providers: true} + +rules: + #路由规则https://wiki.metacubex.one/config/rules/ + #- DOMAIN,v2.sswiwi.com,🚀 节点选择 + - RULE-SET,salem@cn,🧿 自制直连 + - IP-CIDR,194.221.250.50/24,📲 电报消息,no-resolve + - RULE-SET,YouTube,🎃 YOUTUBE + - RULE-SET,Netflix,🌈 NETFLIX + - RULE-SET,Netflix_ip,🌈 NETFLIX + - RULE-SET,Disney,🎪 DisneyPlus + - RULE-SET,Amazon-!cn,🔶 国际亚马逊 + - RULE-SET,Amazon@cn,🔶 中国亚马逊 + - RULE-SET,HBO,👑 HBO + - RULE-SET,VIU,🥇 VIU + - RULE-SET,OneDrive,🐬 OneDrive + - RULE-SET,GitHub,👨🏿‍💻 GitHub + - RULE-SET,WIFI_CALL_US,📶☎️ WIFI_CALL_US + - RULE-SET,WIFI_CALL_UK,📶☎️ WIFI_CALL_UK + - RULE-SET,WIFI_CALL_HK,📶☎️ WIFI_CALL_HK + - RULE-SET,talkatoneProxy,📶☎️ TT语音 + - RULE-SET,AI,🧠 AI + - RULE-SET,AI_ip,🧠 AI + - RULE-SET,Copilot,💧 Copilot + - RULE-SET,Telegram,📲 电报消息 + - RULE-SET,Telegram_ip,📲 电报消息 + - RULE-SET,Facebook,📲💬 Facebook + - RULE-SET,X.com,📲💬 Twitter-X + - RULE-SET,Instagram,📲💬 Instagram + - RULE-SET,Whatsapp,📲💬 Whatsapp + - RULE-SET,US,🍟 美国 + - RULE-SET,apple@cn,🍎 苹果服务 + - RULE-SET,AppleTV,🍎📺 AppleTV + - RULE-SET,applemusic,🍎🎵 苹果音乐 + - RULE-SET,apple-intelligence,🍎🧠 苹果AI + - RULE-SET,PayPal,💳 Paypal + - RULE-SET,ebay,🛍️ eBay + - RULE-SET,Spotify,🎧 spotify + - RULE-SET,TikTok,🎵 TikTok + - RULE-SET,oracle,🅾️🐢 甲骨文 + - RULE-SET,Epic-!cn,🎮 游戏国际 + - RULE-SET,Epic@cn,🎮 游戏中国 + - RULE-SET,Origin,🎮 游戏国际 + - RULE-SET,Sony,🎮 游戏国际 + - RULE-SET,Steam-!cn,🎮 游戏国际 + - RULE-SET,Steam@cn,🎮 游戏中国 + - RULE-SET,Nintendo-!cn,🎮 游戏国际 + - RULE-SET,Nintendo@cn,🎮 游戏中国 + - RULE-SET,GameDownload-!cn,🎮 游戏国际 + - RULE-SET,GameDownload@cn,🎮 游戏中国 + - RULE-SET,microsoft,🪟 Microsoft + - RULE-SET,google,🍀 Google + - RULE-SET,google_ip,🍀 Google + - RULE-SET,iQIYI,📺 爱奇艺 + - RULE-SET,BiliBili,📺 哔哩哔哩 + - RULE-SET,emby,❤️ Emby公益服 + - RULE-SET,geolocation-!cn,🔵🔴🟡🟢 全球互联 + - RULE-SET,geosite-cn,🎯 全球直连 + - RULE-SET,geoip-cn,🎯 全球直连 + - RULE-SET,private,🎯 全球直连 + - RULE-SET,private_ip,🎯 全球直连 + - RULE-SET,bt,🎯 全球直连 + - GEOSITE,CN,🎯 全球直连 + - GEOIP,CN,🎯 全球直连 + - GEOIP,LAN,🎯 全球直连 + - DST-PORT,22,🎯 全球直连 + - MATCH,🐟 漏网之鱼 + +############################### 建立rule-providers锚点 ##################################### +pc: &pc {type: http, behavior: classical, interval: 86400, format: yaml} +pd: &pd {type: http, behavior: domain, interval: 86400, format: yaml} +pi: &pi {type: http, behavior: ipcidr, interval: 86400, format: yaml} +mrs: &mrs {type: http, behavior: domain, interval: 86400, format: mrs} +ip: &ip {type: http, interval: 86400, behavior: ipcidr, format: mrs} +############################### 建立rule-providers锚点 ##################################### +rule-providers: + YouTube: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/youtube.mrs", path: ./providers/youtube.mrs} + Netflix: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/netflix.mrs", path: ./providers/netflix.mrs} + Netflix_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/netflix.mrs", path: ./providers/netflix_ip.mrs} + Disney: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/disney.mrs", path: ./providers/disney.mrs} + Amazon-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/amazon-!cn.yaml", path: ./providers/amazon-!cn.yaml} + Amazon@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/amazon@cn.mrs", path: ./providers/amazon@cn.mrs} + HBO: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/HBO/HBO.yaml", path: ./providers/HBO.yaml} + VIU: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/ViuTV/ViuTV.yaml", path: ./providers/ViuTV.yaml} + OneDrive: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/onedrive.mrs", path: ./providers/onedrive.mrs} + GitHub: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/github.mrs", path: ./providers/github.mrs} + AI: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-ai-!cn.mrs", path: ./providers/category-ai-!cn.mrs} + AI_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/ai.mrs", path: ./providers/ai_ip.mrs} + Copilot: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/bing.mrs", path: ./providers/bing.mrs} + Telegram: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/telegram.mrs", path: ./providers/telegram.mrs} + Telegram_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/telegram.mrs", path: ./providers/telegram_ip.mrs} + Facebook: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/facebook.mrs", path: ./providers/facebook.mrs} + #Facebook_ip: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/facebook.mrs", path: ./providers/facebook_ip.mrs} + X.com: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/x.mrs", path: ./providers/x.mrs} + Instagram: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/Instagram.mrs", path: ./providers/Instagram.mrs} + Whatsapp: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/whatsapp.mrs", path: ./providers/whatsapp.mrs} + US: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/US.yaml", path: ./providers/us.yaml} + apple@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple@cn.mrs", path: ./providers/apple@cn.mrs} + AppleTV: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple-tvplus.mrs", path: ./providers/apple-tvplus.mrs} + applemusic: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo-lite/geosite/applemusic.mrs", path: ./providers/applemusic.mrs} + apple-intelligence: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple-intelligence.mrs", path: ./providers/apple-intelligence.mrs} + WIFI_CALL_US: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_US.yaml", path: ./providers/Wifi_Call_US.yaml} + WIFI_CALL_UK: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_UK.yaml", path: ./providers/Wifi_Call_UK.yaml} + WIFI_CALL_HK: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_HK.yaml", path: ./providers/Wifi_Call_HK.yaml} + talkatoneProxy: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/talkatoneProxy.yaml", path: ./providers/talkatoneProxy.yaml} + PayPal: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/paypal.mrs", path: ./providers/paypal.mrs} + ebay: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/ebay.mrs", path: ./providers/ebay.mrs} + Spotify: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/spotify.mrs", path: ./providers/spotify.mrs} + TikTok: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/tiktok.mrs", path: ./providers/tikTok.mrs} + Epic@cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/epicgames@cn.yaml", path: ./providers/epicgames@cn.yaml} + Epic-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/epicgames-!cn.yaml", path: ./providers/epicgames-!cn.yaml} + Origin: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/origin.mrs", path: ./providers/origin.mrs} + Sony: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/sony.mrs", path: ./providers/sony.mrs} + Steam@cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/steam@cn.yaml", path: ./providers/steam@cn.yaml} + Steam-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/steam-!cn.yaml", path: ./providers/steam-!cn.yaml} + Nintendo@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/nintendo@cn.mrs", path: ./providers/nintendo@cn.mrs} + Nintendo-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/nintendo-!cn.yaml", path: ./providers/nintendo-!cn.yaml} + GameDownload@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-game-platforms-download@cn.mrs", path: ./providers/category-game-platforms-download@cn.mrs} + GameDownload-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/category-game-platforms-download-!cn.yaml", path: ./providers/category-game-platforms-download-!cn.yaml} + microsoft: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/microsoft.mrs", path: ./providers/microsoft.mrs} + iQIYI: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/iqiyi.yaml", path: ./providers/iqiyi.yaml} + BiliBili: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/bilibili.yaml", path: ./providers/bilibili.yaml} + emby: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-emby.mrs", path: ./providers/category-emby.mrs} + google: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/google.mrs", path: ./providers/google.mrs} + google_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/google.mrs", path: ./providers/google_ip.mrs} + bt: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/bt.yaml", path: ./providers/bt.yaml} + salem@cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/salem@cn.yaml", path: ./providers/salem@cn.yaml} + oracle: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/oracle.yaml", path: ./providers/oracle.yaml} + geolocation-!cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/geolocation-!cn.mrs", path: ./providers/geolocation-!cn.mrs} + geosite-cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/cn.mrs", path: ./providers/geosite-cn.mrs} + geoip-cn: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/cn.mrs", path: ./providers/geoip-cn.mrs} + private: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/private.mrs", path: ./providers/private.mrs} + private_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/private.mrs", path: ./providers/private_ip.mrs}