YJHxx2561 a révisé ce gist 5 hours ago. Aller à la révision
3 files changed, 1800 insertions, 1800 deletions
clash-fallback-all (1).yaml
| @@ -1,555 +1,555 @@ | |||
| 1 | - | # ======================== | |
| 2 | - | # Clash-ALL 优化配置 | |
| 3 | - | # ======================== | |
| 4 | - | ||
| 5 | - | # 机场节点订阅 | |
| 6 | - | ||
| 7 | - | proxy-providers: | |
| 8 | - | ||
| 9 | - | 优速通: | |
| 10 | - | url: "机场订阅地址" | |
| 11 | - | type: http | |
| 12 | - | interval: 86400 | |
| 13 | - | health-check: | |
| 14 | - | enable: true | |
| 15 | - | url: https://www.gstatic.com/generate_204 | |
| 16 | - | interval: 300 | |
| 17 | - | proxy: 直连 | |
| 18 | - | ||
| 19 | - | 火烧云: | |
| 20 | - | url: "机场订阅地址" | |
| 21 | - | type: http | |
| 22 | - | interval: 86400 | |
| 23 | - | health-check: | |
| 24 | - | enable: true | |
| 25 | - | url: https://www.gstatic.com/generate_204 | |
| 26 | - | interval: 300 | |
| 27 | - | proxy: 直连 | |
| 28 | - | ||
| 29 | - | 冰云: | |
| 30 | - | url: "机场订阅地址" | |
| 31 | - | type: http | |
| 32 | - | interval: 86400 | |
| 33 | - | health-check: | |
| 34 | - | enable: true | |
| 35 | - | url: https://www.gstatic.com/generate_204 | |
| 36 | - | interval: 300 | |
| 37 | - | proxy: 直连 | |
| 38 | - | ||
| 39 | - | 小牛: | |
| 40 | - | url: "机场订阅地址" | |
| 41 | - | type: http | |
| 42 | - | interval: 86400 | |
| 43 | - | health-check: | |
| 44 | - | enable: true | |
| 45 | - | url: https://www.gstatic.com/generate_204 | |
| 46 | - | interval: 300 | |
| 47 | - | proxy: 直连 | |
| 48 | - | ||
| 49 | - | PolYun: | |
| 50 | - | url: "机场订阅地址" | |
| 51 | - | type: http | |
| 52 | - | interval: 86400 | |
| 53 | - | health-check: | |
| 54 | - | enable: true | |
| 55 | - | url: https://www.gstatic.com/generate_204 | |
| 56 | - | interval: 300 | |
| 57 | - | proxy: 直连 | |
| 58 | - | ||
| 59 | - | 无界云: | |
| 60 | - | url: "机场订阅地址" | |
| 61 | - | type: http | |
| 62 | - | interval: 86400 | |
| 63 | - | health-check: | |
| 64 | - | enable: true | |
| 65 | - | url: https://www.gstatic.com/generate_204 | |
| 66 | - | interval: 300 | |
| 67 | - | proxy: 直连 | |
| 68 | - | ||
| 69 | - | 猫耳: | |
| 70 | - | url: "机场订阅地址" | |
| 71 | - | type: http | |
| 72 | - | interval: 86400 | |
| 73 | - | health-check: | |
| 74 | - | enable: true | |
| 75 | - | url: https://www.gstatic.com/generate_204 | |
| 76 | - | interval: 300 | |
| 77 | - | proxy: 直连 | |
| 78 | - | ||
| 79 | - | 快猫: | |
| 80 | - | url: "机场订阅地址" | |
| 81 | - | type: http | |
| 82 | - | interval: 86400 | |
| 83 | - | health-check: | |
| 84 | - | enable: true | |
| 85 | - | url: https://www.gstatic.com/generate_204 | |
| 86 | - | interval: 300 | |
| 87 | - | proxy: 直连 | |
| 88 | - | ||
| 89 | - | BestVPN: | |
| 90 | - | url: "机场订阅地址" | |
| 91 | - | type: http | |
| 92 | - | interval: 86400 | |
| 93 | - | health-check: | |
| 94 | - | enable: true | |
| 95 | - | url: https://www.gstatic.com/generate_204 | |
| 96 | - | interval: 300 | |
| 97 | - | proxy: 直连 | |
| 98 | - | ||
| 99 | - | 牛逼: | |
| 100 | - | url: "机场订阅地址" | |
| 101 | - | type: http | |
| 102 | - | interval: 86400 | |
| 103 | - | health-check: | |
| 104 | - | enable: true | |
| 105 | - | url: https://www.gstatic.com/generate_204 | |
| 106 | - | interval: 300 | |
| 107 | - | proxy: 直连 | |
| 108 | - | ||
| 109 | - | ||
| 110 | - | ||
| 111 | - | proxies: | |
| 112 | - | - {name: 直连, type: direct} | |
| 113 | - | - {name: 拒绝, type: reject} | |
| 114 | - | ||
| 115 | - | # ======================== | |
| 116 | - | # 主要端口设置 | |
| 117 | - | # ======================== | |
| 118 | - | port: 7890 | |
| 119 | - | socks-port: 7891 | |
| 120 | - | redir-port: 7892 | |
| 121 | - | mixed-port: 7893 | |
| 122 | - | tproxy-port: 7895 | |
| 123 | - | ||
| 124 | - | allow-lan: true | |
| 125 | - | mode: rule | |
| 126 | - | log-level: info | |
| 127 | - | ||
| 128 | - | external-controller: 0.0.0.0:9090 | |
| 129 | - | # external-ui: ui | |
| 130 | - | # external-ui-name: zashboard | |
| 131 | - | # external-ui-url: https://gh-proxy.com/github.com/Zephyruso/zashboard/archive/refs/heads/gh-pages.zip | |
| 132 | - | secret: "123456" | |
| 133 | - | ||
| 134 | - | # ======================== | |
| 135 | - | # DNS 设置 | |
| 136 | - | # ======================== | |
| 137 | - | dns: | |
| 138 | - | enable: true | |
| 139 | - | listen: 0.0.0.0:7874 | |
| 140 | - | ipv6: true | |
| 141 | - | enhanced-mode: fake-ip | |
| 142 | - | fake-ip-range: 198.20.0.1/16 | |
| 143 | - | nameserver: | |
| 144 | - | - 223.5.5.5 | |
| 145 | - | fake-ip-filter-mode: blacklist | |
| 146 | - | fake-ip-filter: | |
| 147 | - | - +.lan | |
| 148 | - | - +.local | |
| 149 | - | - geosite:cn | |
| 150 | - | # 快猫 | |
| 151 | - | - +.km688.ink | |
| 152 | - | # 火烧 | |
| 153 | - | - +.onesubv.site | |
| 154 | - | - +.oneyyds.online | |
| 155 | - | - +.fengyyds.site | |
| 156 | - | - +.onemg.top | |
| 157 | - | # 猫耳 | |
| 158 | - | - +.chybinc.com | |
| 159 | - | # BestVPN | |
| 160 | - | - +.invitevp.com | |
| 161 | - | - +.vp2.us | |
| 162 | - | # 小牛 | |
| 163 | - | - +.xiaoniuyun.cc | |
| 164 | - | # 硅谷 | |
| 165 | - | - +.apple-bing.sbs | |
| 166 | - | # 无界 | |
| 167 | - | - +.bncrcloud.com | |
| 168 | - | # 冰云 | |
| 169 | - | - +.xby01.xyz | |
| 170 | - | # 牛逼 | |
| 171 | - | - +.idsduf.com | |
| 172 | - | - +.66jc.top | |
| 173 | - | # 极速通 | |
| 174 | - | - +.gfw.gg | |
| 175 | - | # 萌狗 | |
| 176 | - | - +.moedog.cloud | |
| 177 | - | ||
| 178 | - | # 其他 | |
| 179 | - | - +.ynhtbank.com | |
| 180 | - | - +.qeayr.cn | |
| 181 | - | - +.saojc.xyz | |
| 182 | - | - +.sssyun.xyz | |
| 183 | - | - +.dler.cloud | |
| 184 | - | - +.0tk8a3a1q4t94dler.com | |
| 185 | - | - +.aerianas.top | |
| 186 | - | - +.gptacg.top | |
| 187 | - | - +.wxda.net | |
| 188 | - | ||
| 189 | - | ipv6: true | |
| 190 | - | ||
| 191 | - | # ======================== | |
| 192 | - | # TUN 模块 | |
| 193 | - | # ======================== | |
| 194 | - | tun: | |
| 195 | - | enable: true | |
| 196 | - | stack: gvisor | |
| 197 | - | device: utun | |
| 198 | - | endpoint-independent-nat: true | |
| 199 | - | auto-route: false | |
| 200 | - | auto-detect-interface: false | |
| 201 | - | auto-redirect: false | |
| 202 | - | strict-route: false | |
| 203 | - | ||
| 204 | - | profile: | |
| 205 | - | store-selected: true | |
| 206 | - | store-fake-ip: true | |
| 207 | - | ||
| 208 | - | ||
| 209 | - | # ======================== | |
| 210 | - | # 策略组定义 | |
| 211 | - | # ======================== | |
| 212 | - | default: &default | |
| 213 | - | type: select | |
| 214 | - | proxies: | |
| 215 | - | - 直连 | |
| 216 | - | - 所有-手动 | |
| 217 | - | - 所有-自动 | |
| 218 | - | - 香港-故转 | |
| 219 | - | - 台湾-故转 | |
| 220 | - | - 日本-故转 | |
| 221 | - | - 新加坡-故转 | |
| 222 | - | - 韩国-故转 | |
| 223 | - | - 美国-故转 | |
| 224 | - | - 英国-故转 | |
| 225 | - | - 其他-故转 | |
| 226 | - | - 拒绝 | |
| 227 | - | ||
| 228 | - | proxy-groups: | |
| 229 | - | ||
| 230 | - | # 业务分流组 | |
| 231 | - | ||
| 232 | - | - {name: ChatGPT, <<: *default} | |
| 233 | - | - {name: Gemini, <<: *default} | |
| 234 | - | - {name: Copilot, <<: *default} | |
| 235 | - | - {name: Perplexity, <<: *default} | |
| 236 | - | - {name: Claude, <<: *default} | |
| 237 | - | - {name: Meta AI, <<: *default} | |
| 238 | - | - {name: Grok, <<: *default} | |
| 239 | - | - {name: Groq, <<: *default} | |
| 240 | - | - {name: GitHub, <<: *default} | |
| 241 | - | - {name: Reddit, <<: *default} | |
| 242 | - | - {name: Telegram, <<: *default} | |
| 243 | - | - {name: WhatsApp, <<: *default} | |
| 244 | - | - {name: Facebook, <<: *default} | |
| 245 | - | - {name: BiliBili, <<: *default} | |
| 246 | - | - {name: YouTube, <<: *default} | |
| 247 | - | - {name: TikTok, <<: *default} | |
| 248 | - | - {name: Netflix, <<: *default} | |
| 249 | - | - {name: HBO, <<: *default} | |
| 250 | - | - {name: Disney, <<: *default} | |
| 251 | - | - {name: Amazon, <<: *default} | |
| 252 | - | - {name: Crunchyroll, <<: *default} | |
| 253 | - | - {name: Popcorn, <<: *default} | |
| 254 | - | - {name: Spotify, <<: *default} | |
| 255 | - | - {name: Nvidia, <<: *default} | |
| 256 | - | - {name: Steam, <<: *default} | |
| 257 | - | - {name: Games, <<: *default} | |
| 258 | - | - {name: Crypto, <<: *default} | |
| 259 | - | - {name: Apple, <<: *default} | |
| 260 | - | - {name: Google, <<: *default} | |
| 261 | - | - {name: Microsoft, <<: *default} | |
| 262 | - | - {name: Test, <<: *default} | |
| 263 | - | - {name: Block, <<: *default} | |
| 264 | - | - {name: 国外, <<: *default} | |
| 265 | - | - {name: 国内, <<: *default} | |
| 266 | - | - {name: 其他, <<: *default} | |
| 267 | - | ||
| 268 | - | - name: 所有-手动 | |
| 269 | - | type: select | |
| 270 | - | include-all: true | |
| 271 | - | filter: "^((?!(直连|拒绝)).)*$" | |
| 272 | - | ||
| 273 | - | - name: 所有-自动 | |
| 274 | - | type: url-test | |
| 275 | - | include-all: true | |
| 276 | - | tolerance: 50 | |
| 277 | - | interval: 300 | |
| 278 | - | filter: "^((?!(直连|拒绝)).)*$" | |
| 279 | - | ||
| 280 | - | # 香港组 | |
| 281 | - | - name: 香港-故转 | |
| 282 | - | type: fallback | |
| 283 | - | interval: 300 | |
| 284 | - | lazy: false | |
| 285 | - | proxies: | |
| 286 | - | - 香港-手动 | |
| 287 | - | - 香港-自动 | |
| 288 | - | ||
| 289 | - | - name: 香港-手动 | |
| 290 | - | type: select | |
| 291 | - | include-all: true | |
| 292 | - | filter: "(?=.*(广港|香港|HK|Hong Kong|🇭🇰|HongKong)).*$" | |
| 293 | - | ||
| 294 | - | - name: 香港-自动 | |
| 295 | - | type: url-test | |
| 296 | - | include-all: true | |
| 297 | - | tolerance: 50 | |
| 298 | - | interval: 300 | |
| 299 | - | filter: "(?=.*(广港|香港|HK|Hong Kong|🇭🇰|HongKong)).*$" | |
| 300 | - | ||
| 301 | - | # 台湾组 | |
| 302 | - | - name: 台湾-故转 | |
| 303 | - | type: fallback | |
| 304 | - | interval: 300 | |
| 305 | - | lazy: false | |
| 306 | - | proxies: | |
| 307 | - | - 台湾-手动 | |
| 308 | - | - 台湾-自动 | |
| 309 | - | - name: 台湾-手动 | |
| 310 | - | type: select | |
| 311 | - | include-all: true | |
| 312 | - | filter: "(?=.*(广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan)).*$" | |
| 313 | - | - name: 台湾-自动 | |
| 314 | - | type: url-test | |
| 315 | - | include-all: true | |
| 316 | - | tolerance: 50 | |
| 317 | - | interval: 300 | |
| 318 | - | filter: "(?=.*(广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan)).*$" | |
| 319 | - | ||
| 320 | - | # 日本组 | |
| 321 | - | - name: 日本-故转 | |
| 322 | - | type: fallback | |
| 323 | - | interval: 300 | |
| 324 | - | lazy: false | |
| 325 | - | proxies: | |
| 326 | - | - 日本-手动 | |
| 327 | - | - 日本-自动 | |
| 328 | - | - name: 日本-手动 | |
| 329 | - | type: select | |
| 330 | - | include-all: true | |
| 331 | - | filter: "(?=.*(广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan)).*$" | |
| 332 | - | - name: 日本-自动 | |
| 333 | - | type: url-test | |
| 334 | - | include-all: true | |
| 335 | - | tolerance: 50 | |
| 336 | - | interval: 300 | |
| 337 | - | filter: "(?=.*(广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan)).*$" | |
| 338 | - | ||
| 339 | - | # 新加坡组 | |
| 340 | - | - name: 新加坡-故转 | |
| 341 | - | type: fallback | |
| 342 | - | interval: 300 | |
| 343 | - | lazy: false | |
| 344 | - | proxies: | |
| 345 | - | - 新加坡-手动 | |
| 346 | - | - 新加坡-自动 | |
| 347 | - | - name: 新加坡-手动 | |
| 348 | - | type: select | |
| 349 | - | include-all: true | |
| 350 | - | filter: "(?=.*(广新|新加坡|SG|坡|狮城|🇸🇬|Singapore)).*$" | |
| 351 | - | - name: 新加坡-自动 | |
| 352 | - | type: url-test | |
| 353 | - | include-all: true | |
| 354 | - | tolerance: 50 | |
| 355 | - | interval: 300 | |
| 356 | - | filter: "(?=.*(广新|新加坡|SG|坡|狮城|🇸🇬|Singapore)).*$" | |
| 357 | - | ||
| 358 | - | # 韩国组 | |
| 359 | - | - name: 韩国-故转 | |
| 360 | - | type: fallback | |
| 361 | - | interval: 300 | |
| 362 | - | lazy: false | |
| 363 | - | proxies: | |
| 364 | - | - 韩国-手动 | |
| 365 | - | - 韩国-自动 | |
| 366 | - | - name: 韩国-手动 | |
| 367 | - | type: select | |
| 368 | - | include-all: true | |
| 369 | - | filter: "(?=.*(广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea)).*$" | |
| 370 | - | - name: 韩国-自动 | |
| 371 | - | type: url-test | |
| 372 | - | include-all: true | |
| 373 | - | tolerance: 50 | |
| 374 | - | interval: 300 | |
| 375 | - | filter: "(?=.*(广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea)).*$" | |
| 376 | - | ||
| 377 | - | # 美国组 | |
| 378 | - | - name: 美国-故转 | |
| 379 | - | type: fallback | |
| 380 | - | interval: 300 | |
| 381 | - | lazy: false | |
| 382 | - | proxies: | |
| 383 | - | - 美国-手动 | |
| 384 | - | - 美国-自动 | |
| 385 | - | - name: 美国-手动 | |
| 386 | - | type: select | |
| 387 | - | include-all: true | |
| 388 | - | filter: "(?=.*(广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States)).*$" | |
| 389 | - | - name: 美国-自动 | |
| 390 | - | type: url-test | |
| 391 | - | include-all: true | |
| 392 | - | tolerance: 50 | |
| 393 | - | interval: 300 | |
| 394 | - | filter: "(?=.*(广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States)).*$" | |
| 395 | - | ||
| 396 | - | # 英国组 | |
| 397 | - | - name: 英国-故转 | |
| 398 | - | type: fallback | |
| 399 | - | interval: 300 | |
| 400 | - | lazy: false | |
| 401 | - | proxies: | |
| 402 | - | - 英国-手动 | |
| 403 | - | - 英国-自动 | |
| 404 | - | - name: 英国-手动 | |
| 405 | - | type: select | |
| 406 | - | include-all: true | |
| 407 | - | filter: "(?=.*(英国|英|伦敦|UK|United Kingdom|🇬🇧|London)).*$" | |
| 408 | - | - name: 英国-自动 | |
| 409 | - | type: url-test | |
| 410 | - | include-all: true | |
| 411 | - | tolerance: 50 | |
| 412 | - | interval: 300 | |
| 413 | - | filter: "(?=.*(英国|英|伦敦|UK|United Kingdom|🇬🇧|London)).*$" | |
| 414 | - | ||
| 415 | - | # 其他组 | |
| 416 | - | - name: 其他-故转 | |
| 417 | - | type: fallback | |
| 418 | - | interval: 300 | |
| 419 | - | lazy: false | |
| 420 | - | proxies: | |
| 421 | - | - 其他-手动 | |
| 422 | - | - 其他-自动 | |
| 423 | - | - name: 其他-手动 | |
| 424 | - | type: select | |
| 425 | - | include-all: true | |
| 426 | - | filter: "^((?!(直连|拒绝|广港|香港|HK|Hong Kong|🇭🇰|HongKong|广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan|广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan|广新|新加坡|SG|坡|狮城|🇸🇬|Singapore|广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea|广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States|英国|UK|United Kingdom|伦敦|英|London|🇬🇧)).)*$" | |
| 427 | - | - name: 其他-自动 | |
| 428 | - | type: url-test | |
| 429 | - | include-all: true | |
| 430 | - | tolerance: 50 | |
| 431 | - | interval: 300 | |
| 432 | - | filter: "^((?!(直连|拒绝|广港|香港|HK|Hong Kong|🇭🇰|HongKong|广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan|广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan|广新|新加坡|SG|坡|狮城|🇸🇬|Singapore|广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea|广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States|英国|UK|United Kingdom|伦敦|英|London|🇬🇧)).)*$" | |
| 433 | - | ||
| 434 | - | # ======================== | |
| 435 | - | # 规则引擎(rules) | |
| 436 | - | # ======================== | |
| 437 | - | rules: | |
| 438 | - | ||
| 439 | - | - RULE-SET,TEST / Domain,Test | |
| 440 | - | - RULE-SET,Block / Domain,Block | |
| 441 | - | - RULE-SET,ChatGPT / Domain,ChatGPT | |
| 442 | - | - RULE-SET,Claude / Domain,Claude | |
| 443 | - | - RULE-SET,Meta AI / Domain,Meta AI | |
| 444 | - | - RULE-SET,Perplexity / Domain,Perplexity | |
| 445 | - | - RULE-SET,Copilot / Domain,Copilot | |
| 446 | - | - RULE-SET,Gemini / Domain,Gemini | |
| 447 | - | - RULE-SET,Groq / Domain,Groq | |
| 448 | - | - RULE-SET,Grok / Domain,Grok | |
| 449 | - | - RULE-SET,Reddit / Domain,Reddit | |
| 450 | - | - RULE-SET,GitHub / Domain,GitHub | |
| 451 | - | - RULE-SET,Telegram / Domain,Telegram | |
| 452 | - | - RULE-SET,Telegram / IP,Telegram | |
| 453 | - | - RULE-SET,WhatsApp / Domain,WhatsApp | |
| 454 | - | - RULE-SET,Facebook / Domain,Facebook | |
| 455 | - | - RULE-SET,Apple / Domain,Apple | |
| 456 | - | - RULE-SET,Apple-CN / Domain,Apple | |
| 457 | - | - RULE-SET,Apple-Custome / Domain,Apple | |
| 458 | - | - RULE-SET,Microsoft / Domain,Microsoft | |
| 459 | - | - RULE-SET,OKX / Domain,Crypto | |
| 460 | - | - RULE-SET,Bybit / Domain,Crypto | |
| 461 | - | - RULE-SET,Binance / Domain,Crypto | |
| 462 | - | - RULE-SET,BiliBili / Domain,BiliBili | |
| 463 | - | - RULE-SET,Youtube / Domain,YouTube | |
| 464 | - | - RULE-SET,TikTok / Domain,TikTok | |
| 465 | - | - RULE-SET,Netflix / Domain,Netflix | |
| 466 | - | - RULE-SET,Netflix / IP,Netflix,no-resolve | |
| 467 | - | - RULE-SET,Disney / Domain,Disney | |
| 468 | - | - RULE-SET,Amazon / Domain,Amazon | |
| 469 | - | - RULE-SET,Crunchyroll / Domain,Crunchyroll | |
| 470 | - | - RULE-SET,Popcorn / Domain,Popcorn | |
| 471 | - | - RULE-SET,HBO / Domain,HBO | |
| 472 | - | - RULE-SET,Spotify / Domain,Spotify | |
| 473 | - | - RULE-SET,Steam / Domain,Steam | |
| 474 | - | - RULE-SET,Epic / Domain,Games | |
| 475 | - | - RULE-SET,EA / Domain,Games | |
| 476 | - | - RULE-SET,Blizzard / Domain,Games | |
| 477 | - | - RULE-SET,UBI / Domain,Games | |
| 478 | - | - RULE-SET,PlayStation / Domain,Games | |
| 479 | - | - RULE-SET,Nintend / Domain,Games | |
| 480 | - | - RULE-SET,Google / Domain,Google | |
| 481 | - | - RULE-SET,Google / IP,Google,no-resolve | |
| 482 | - | - RULE-SET,Nvidia / Domain,Nvidia | |
| 483 | - | - RULE-SET,Telegram / IP,国外 | |
| 484 | - | - RULE-SET,Telegram / Domain,国外 | |
| 485 | - | - RULE-SET,Proxy / Domain,国外 | |
| 486 | - | - RULE-SET,Globe / Domain,国外 | |
| 487 | - | - RULE-SET,Direct / Domain,国内 | |
| 488 | - | - RULE-SET,China / Domain,国内 | |
| 489 | - | - RULE-SET,China / IP,国内,no-resolve | |
| 490 | - | - RULE-SET,Private / Domain,国内 | |
| 491 | - | - MATCH,其他 | |
| 492 | - | ||
| 493 | - | # ======================== | |
| 494 | - | # 规则集提供者 | |
| 495 | - | # ======================== | |
| 496 | - | rule-anchor: | |
| 497 | - | ip: &ip {type: http, interval: 86400, behavior: ipcidr, format: mrs} | |
| 498 | - | domain: &domain {type: http, interval: 86400, behavior: domain, format: mrs} | |
| 499 | - | class: &class {type: http, interval: 86400, behavior: classical, format: text} | |
| 500 | - | ||
| 501 | - | rule-providers: | |
| 502 | - | TEST / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Check.list"} | |
| 503 | - | ChatGPT / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/openai.mrs"} | |
| 504 | - | Claude / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Claude/Claude.list"} | |
| 505 | - | Meta AI / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/MetaAi.list"} | |
| 506 | - | Perplexity / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/perplexity.mrs"} | |
| 507 | - | Copilot / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Copilot.list"} | |
| 508 | - | Gemini / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Gemini.list"} | |
| 509 | - | GitHub / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/github.mrs"} | |
| 510 | - | Telegram / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/telegram.mrs"} | |
| 511 | - | Telegram / IP: {<<: *ip, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/telegram.mrs"} | |
| 512 | - | Twitter / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/x.mrs"} | |
| 513 | - | WhatsApp / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Whatsapp/Whatsapp.list"} | |
| 514 | - | Facebook / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/facebook.mrs"} | |
| 515 | - | Amazon / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/amazon.mrs"} | |
| 516 | - | Apple-CN / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/apple-cn.mrs"} | |
| 517 | - | Apple / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/apple.mrs"} | |
| 518 | - | Apple-Custome / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Apple.list"} | |
| 519 | - | Microsoft / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/microsoft.mrs"} | |
| 520 | - | OKX / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/okx.mrs"} | |
| 521 | - | Bybit / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/bybit.mrs"} | |
| 522 | - | Binance / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/binance.mrs"} | |
| 523 | - | TikTok / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/tiktok.mrs"} | |
| 524 | - | Netflix / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/netflix.mrs"} | |
| 525 | - | Netflix / IP: {<<: *ip, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/netflix.mrs"} | |
| 526 | - | Disney / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/disney.mrs"} | |
| 527 | - | HBO / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/hbo.mrs"} | |
| 528 | - | Spotify / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/spotify.mrs"} | |
| 529 | - | Steam / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/steam.mrs"} | |
| 530 | - | Epic / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Epic/Epic.list"} | |
| 531 | - | EA / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/EA/EA.list"} | |
| 532 | - | Blizzard / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Blizzard/Blizzard.list"} | |
| 533 | - | UBI / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/UBI/UBI.list"} | |
| 534 | - | PlayStation / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/PlayStation/PlayStation.list"} | |
| 535 | - | Nintend / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Nintendo/Nintendo.list"} | |
| 536 | - | Proxy / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Proxy.list"} | |
| 537 | - | Globe / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Global/Global.list"} | |
| 538 | - | Block / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Block.list"} | |
| 539 | - | Nvidia / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Nvidia/Nvidia.list"} | |
| 540 | - | Crunchyroll / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Crunchyroll.list"} | |
| 541 | - | Reddit / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/reddit.mrs"} | |
| 542 | - | Groq / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/groq.mrs"} | |
| 543 | - | Grok / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Grok.list"} | |
| 544 | - | Popcorn / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Popcorn.list"} | |
| 545 | - | Direct / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Direct.list"} | |
| 546 | - | Private / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/private.mrs"} | |
| 547 | - | China / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/cn.mrs"} | |
| 548 | - | China / IP: {<<: *ip, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/cn.mrs"} | |
| 549 | - | Youtube / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/youtube.mrs"} | |
| 550 | - | Google / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/google.mrs"} | |
| 551 | - | Google / IP: {<<: *ip, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/google.mrs"} | |
| 552 | - | BiliBili / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/bilibili.mrs"} | |
| 553 | - | ||
| 554 | - | ||
| 555 | - | # GateFireWall / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/gfw.mrs"} | |
| 1 | + | # ======================== | |
| 2 | + | # Clash-ALL 优化配置 | |
| 3 | + | # ======================== | |
| 4 | + | ||
| 5 | + | # 机场节点订阅 | |
| 6 | + | ||
| 7 | + | proxy-providers: | |
| 8 | + | ||
| 9 | + | 优速通: | |
| 10 | + | url: "机场订阅地址" | |
| 11 | + | type: http | |
| 12 | + | interval: 86400 | |
| 13 | + | health-check: | |
| 14 | + | enable: true | |
| 15 | + | url: https://www.gstatic.com/generate_204 | |
| 16 | + | interval: 300 | |
| 17 | + | proxy: 直连 | |
| 18 | + | ||
| 19 | + | 火烧云: | |
| 20 | + | url: "机场订阅地址" | |
| 21 | + | type: http | |
| 22 | + | interval: 86400 | |
| 23 | + | health-check: | |
| 24 | + | enable: true | |
| 25 | + | url: https://www.gstatic.com/generate_204 | |
| 26 | + | interval: 300 | |
| 27 | + | proxy: 直连 | |
| 28 | + | ||
| 29 | + | 冰云: | |
| 30 | + | url: "机场订阅地址" | |
| 31 | + | type: http | |
| 32 | + | interval: 86400 | |
| 33 | + | health-check: | |
| 34 | + | enable: true | |
| 35 | + | url: https://www.gstatic.com/generate_204 | |
| 36 | + | interval: 300 | |
| 37 | + | proxy: 直连 | |
| 38 | + | ||
| 39 | + | 小牛: | |
| 40 | + | url: "机场订阅地址" | |
| 41 | + | type: http | |
| 42 | + | interval: 86400 | |
| 43 | + | health-check: | |
| 44 | + | enable: true | |
| 45 | + | url: https://www.gstatic.com/generate_204 | |
| 46 | + | interval: 300 | |
| 47 | + | proxy: 直连 | |
| 48 | + | ||
| 49 | + | PolYun: | |
| 50 | + | url: "机场订阅地址" | |
| 51 | + | type: http | |
| 52 | + | interval: 86400 | |
| 53 | + | health-check: | |
| 54 | + | enable: true | |
| 55 | + | url: https://www.gstatic.com/generate_204 | |
| 56 | + | interval: 300 | |
| 57 | + | proxy: 直连 | |
| 58 | + | ||
| 59 | + | 无界云: | |
| 60 | + | url: "机场订阅地址" | |
| 61 | + | type: http | |
| 62 | + | interval: 86400 | |
| 63 | + | health-check: | |
| 64 | + | enable: true | |
| 65 | + | url: https://www.gstatic.com/generate_204 | |
| 66 | + | interval: 300 | |
| 67 | + | proxy: 直连 | |
| 68 | + | ||
| 69 | + | 猫耳: | |
| 70 | + | url: "机场订阅地址" | |
| 71 | + | type: http | |
| 72 | + | interval: 86400 | |
| 73 | + | health-check: | |
| 74 | + | enable: true | |
| 75 | + | url: https://www.gstatic.com/generate_204 | |
| 76 | + | interval: 300 | |
| 77 | + | proxy: 直连 | |
| 78 | + | ||
| 79 | + | 快猫: | |
| 80 | + | url: "机场订阅地址" | |
| 81 | + | type: http | |
| 82 | + | interval: 86400 | |
| 83 | + | health-check: | |
| 84 | + | enable: true | |
| 85 | + | url: https://www.gstatic.com/generate_204 | |
| 86 | + | interval: 300 | |
| 87 | + | proxy: 直连 | |
| 88 | + | ||
| 89 | + | BestVPN: | |
| 90 | + | url: "机场订阅地址" | |
| 91 | + | type: http | |
| 92 | + | interval: 86400 | |
| 93 | + | health-check: | |
| 94 | + | enable: true | |
| 95 | + | url: https://www.gstatic.com/generate_204 | |
| 96 | + | interval: 300 | |
| 97 | + | proxy: 直连 | |
| 98 | + | ||
| 99 | + | 牛逼: | |
| 100 | + | url: "机场订阅地址" | |
| 101 | + | type: http | |
| 102 | + | interval: 86400 | |
| 103 | + | health-check: | |
| 104 | + | enable: true | |
| 105 | + | url: https://www.gstatic.com/generate_204 | |
| 106 | + | interval: 300 | |
| 107 | + | proxy: 直连 | |
| 108 | + | ||
| 109 | + | ||
| 110 | + | ||
| 111 | + | proxies: | |
| 112 | + | - {name: 直连, type: direct} | |
| 113 | + | - {name: 拒绝, type: reject} | |
| 114 | + | ||
| 115 | + | # ======================== | |
| 116 | + | # 主要端口设置 | |
| 117 | + | # ======================== | |
| 118 | + | port: 7890 | |
| 119 | + | socks-port: 7891 | |
| 120 | + | redir-port: 7892 | |
| 121 | + | mixed-port: 7893 | |
| 122 | + | tproxy-port: 7895 | |
| 123 | + | ||
| 124 | + | allow-lan: true | |
| 125 | + | mode: rule | |
| 126 | + | log-level: info | |
| 127 | + | ||
| 128 | + | external-controller: 0.0.0.0:9090 | |
| 129 | + | # external-ui: ui | |
| 130 | + | # external-ui-name: zashboard | |
| 131 | + | # external-ui-url: https://gh-proxy.com/github.com/Zephyruso/zashboard/archive/refs/heads/gh-pages.zip | |
| 132 | + | secret: "123456" | |
| 133 | + | ||
| 134 | + | # ======================== | |
| 135 | + | # DNS 设置 | |
| 136 | + | # ======================== | |
| 137 | + | dns: | |
| 138 | + | enable: true | |
| 139 | + | listen: 0.0.0.0:7874 | |
| 140 | + | ipv6: true | |
| 141 | + | enhanced-mode: fake-ip | |
| 142 | + | fake-ip-range: 198.20.0.1/16 | |
| 143 | + | nameserver: | |
| 144 | + | - 223.5.5.5 | |
| 145 | + | fake-ip-filter-mode: blacklist | |
| 146 | + | fake-ip-filter: | |
| 147 | + | - +.lan | |
| 148 | + | - +.local | |
| 149 | + | - geosite:cn | |
| 150 | + | # 快猫 | |
| 151 | + | - +.km688.ink | |
| 152 | + | # 火烧 | |
| 153 | + | - +.onesubv.site | |
| 154 | + | - +.oneyyds.online | |
| 155 | + | - +.fengyyds.site | |
| 156 | + | - +.onemg.top | |
| 157 | + | # 猫耳 | |
| 158 | + | - +.chybinc.com | |
| 159 | + | # BestVPN | |
| 160 | + | - +.invitevp.com | |
| 161 | + | - +.vp2.us | |
| 162 | + | # 小牛 | |
| 163 | + | - +.xiaoniuyun.cc | |
| 164 | + | # 硅谷 | |
| 165 | + | - +.apple-bing.sbs | |
| 166 | + | # 无界 | |
| 167 | + | - +.bncrcloud.com | |
| 168 | + | # 冰云 | |
| 169 | + | - +.xby01.xyz | |
| 170 | + | # 牛逼 | |
| 171 | + | - +.idsduf.com | |
| 172 | + | - +.66jc.top | |
| 173 | + | # 极速通 | |
| 174 | + | - +.gfw.gg | |
| 175 | + | # 萌狗 | |
| 176 | + | - +.moedog.cloud | |
| 177 | + | ||
| 178 | + | # 其他 | |
| 179 | + | - +.ynhtbank.com | |
| 180 | + | - +.qeayr.cn | |
| 181 | + | - +.saojc.xyz | |
| 182 | + | - +.sssyun.xyz | |
| 183 | + | - +.dler.cloud | |
| 184 | + | - +.0tk8a3a1q4t94dler.com | |
| 185 | + | - +.aerianas.top | |
| 186 | + | - +.gptacg.top | |
| 187 | + | - +.wxda.net | |
| 188 | + | ||
| 189 | + | ipv6: true | |
| 190 | + | ||
| 191 | + | # ======================== | |
| 192 | + | # TUN 模块 | |
| 193 | + | # ======================== | |
| 194 | + | tun: | |
| 195 | + | enable: true | |
| 196 | + | stack: gvisor | |
| 197 | + | device: utun | |
| 198 | + | endpoint-independent-nat: true | |
| 199 | + | auto-route: false | |
| 200 | + | auto-detect-interface: false | |
| 201 | + | auto-redirect: false | |
| 202 | + | strict-route: false | |
| 203 | + | ||
| 204 | + | profile: | |
| 205 | + | store-selected: true | |
| 206 | + | store-fake-ip: true | |
| 207 | + | ||
| 208 | + | ||
| 209 | + | # ======================== | |
| 210 | + | # 策略组定义 | |
| 211 | + | # ======================== | |
| 212 | + | default: &default | |
| 213 | + | type: select | |
| 214 | + | proxies: | |
| 215 | + | - 直连 | |
| 216 | + | - 所有-手动 | |
| 217 | + | - 所有-自动 | |
| 218 | + | - 香港-故转 | |
| 219 | + | - 台湾-故转 | |
| 220 | + | - 日本-故转 | |
| 221 | + | - 新加坡-故转 | |
| 222 | + | - 韩国-故转 | |
| 223 | + | - 美国-故转 | |
| 224 | + | - 英国-故转 | |
| 225 | + | - 其他-故转 | |
| 226 | + | - 拒绝 | |
| 227 | + | ||
| 228 | + | proxy-groups: | |
| 229 | + | ||
| 230 | + | # 业务分流组 | |
| 231 | + | ||
| 232 | + | - {name: ChatGPT, <<: *default} | |
| 233 | + | - {name: Gemini, <<: *default} | |
| 234 | + | - {name: Copilot, <<: *default} | |
| 235 | + | - {name: Perplexity, <<: *default} | |
| 236 | + | - {name: Claude, <<: *default} | |
| 237 | + | - {name: Meta AI, <<: *default} | |
| 238 | + | - {name: Grok, <<: *default} | |
| 239 | + | - {name: Groq, <<: *default} | |
| 240 | + | - {name: GitHub, <<: *default} | |
| 241 | + | - {name: Reddit, <<: *default} | |
| 242 | + | - {name: Telegram, <<: *default} | |
| 243 | + | - {name: WhatsApp, <<: *default} | |
| 244 | + | - {name: Facebook, <<: *default} | |
| 245 | + | - {name: BiliBili, <<: *default} | |
| 246 | + | - {name: YouTube, <<: *default} | |
| 247 | + | - {name: TikTok, <<: *default} | |
| 248 | + | - {name: Netflix, <<: *default} | |
| 249 | + | - {name: HBO, <<: *default} | |
| 250 | + | - {name: Disney, <<: *default} | |
| 251 | + | - {name: Amazon, <<: *default} | |
| 252 | + | - {name: Crunchyroll, <<: *default} | |
| 253 | + | - {name: Popcorn, <<: *default} | |
| 254 | + | - {name: Spotify, <<: *default} | |
| 255 | + | - {name: Nvidia, <<: *default} | |
| 256 | + | - {name: Steam, <<: *default} | |
| 257 | + | - {name: Games, <<: *default} | |
| 258 | + | - {name: Crypto, <<: *default} | |
| 259 | + | - {name: Apple, <<: *default} | |
| 260 | + | - {name: Google, <<: *default} | |
| 261 | + | - {name: Microsoft, <<: *default} | |
| 262 | + | - {name: Test, <<: *default} | |
| 263 | + | - {name: Block, <<: *default} | |
| 264 | + | - {name: 国外, <<: *default} | |
| 265 | + | - {name: 国内, <<: *default} | |
| 266 | + | - {name: 其他, <<: *default} | |
| 267 | + | ||
| 268 | + | - name: 所有-手动 | |
| 269 | + | type: select | |
| 270 | + | include-all: true | |
| 271 | + | filter: "^((?!(直连|拒绝)).)*$" | |
| 272 | + | ||
| 273 | + | - name: 所有-自动 | |
| 274 | + | type: url-test | |
| 275 | + | include-all: true | |
| 276 | + | tolerance: 50 | |
| 277 | + | interval: 300 | |
| 278 | + | filter: "^((?!(直连|拒绝)).)*$" | |
| 279 | + | ||
| 280 | + | # 香港组 | |
| 281 | + | - name: 香港-故转 | |
| 282 | + | type: fallback | |
| 283 | + | interval: 300 | |
| 284 | + | lazy: false | |
| 285 | + | proxies: | |
| 286 | + | - 香港-手动 | |
| 287 | + | - 香港-自动 | |
| 288 | + | ||
| 289 | + | - name: 香港-手动 | |
| 290 | + | type: select | |
| 291 | + | include-all: true | |
| 292 | + | filter: "(?=.*(广港|香港|HK|Hong Kong|🇭🇰|HongKong)).*$" | |
| 293 | + | ||
| 294 | + | - name: 香港-自动 | |
| 295 | + | type: url-test | |
| 296 | + | include-all: true | |
| 297 | + | tolerance: 50 | |
| 298 | + | interval: 300 | |
| 299 | + | filter: "(?=.*(广港|香港|HK|Hong Kong|🇭🇰|HongKong)).*$" | |
| 300 | + | ||
| 301 | + | # 台湾组 | |
| 302 | + | - name: 台湾-故转 | |
| 303 | + | type: fallback | |
| 304 | + | interval: 300 | |
| 305 | + | lazy: false | |
| 306 | + | proxies: | |
| 307 | + | - 台湾-手动 | |
| 308 | + | - 台湾-自动 | |
| 309 | + | - name: 台湾-手动 | |
| 310 | + | type: select | |
| 311 | + | include-all: true | |
| 312 | + | filter: "(?=.*(广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan)).*$" | |
| 313 | + | - name: 台湾-自动 | |
| 314 | + | type: url-test | |
| 315 | + | include-all: true | |
| 316 | + | tolerance: 50 | |
| 317 | + | interval: 300 | |
| 318 | + | filter: "(?=.*(广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan)).*$" | |
| 319 | + | ||
| 320 | + | # 日本组 | |
| 321 | + | - name: 日本-故转 | |
| 322 | + | type: fallback | |
| 323 | + | interval: 300 | |
| 324 | + | lazy: false | |
| 325 | + | proxies: | |
| 326 | + | - 日本-手动 | |
| 327 | + | - 日本-自动 | |
| 328 | + | - name: 日本-手动 | |
| 329 | + | type: select | |
| 330 | + | include-all: true | |
| 331 | + | filter: "(?=.*(广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan)).*$" | |
| 332 | + | - name: 日本-自动 | |
| 333 | + | type: url-test | |
| 334 | + | include-all: true | |
| 335 | + | tolerance: 50 | |
| 336 | + | interval: 300 | |
| 337 | + | filter: "(?=.*(广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan)).*$" | |
| 338 | + | ||
| 339 | + | # 新加坡组 | |
| 340 | + | - name: 新加坡-故转 | |
| 341 | + | type: fallback | |
| 342 | + | interval: 300 | |
| 343 | + | lazy: false | |
| 344 | + | proxies: | |
| 345 | + | - 新加坡-手动 | |
| 346 | + | - 新加坡-自动 | |
| 347 | + | - name: 新加坡-手动 | |
| 348 | + | type: select | |
| 349 | + | include-all: true | |
| 350 | + | filter: "(?=.*(广新|新加坡|SG|坡|狮城|🇸🇬|Singapore)).*$" | |
| 351 | + | - name: 新加坡-自动 | |
| 352 | + | type: url-test | |
| 353 | + | include-all: true | |
| 354 | + | tolerance: 50 | |
| 355 | + | interval: 300 | |
| 356 | + | filter: "(?=.*(广新|新加坡|SG|坡|狮城|🇸🇬|Singapore)).*$" | |
| 357 | + | ||
| 358 | + | # 韩国组 | |
| 359 | + | - name: 韩国-故转 | |
| 360 | + | type: fallback | |
| 361 | + | interval: 300 | |
| 362 | + | lazy: false | |
| 363 | + | proxies: | |
| 364 | + | - 韩国-手动 | |
| 365 | + | - 韩国-自动 | |
| 366 | + | - name: 韩国-手动 | |
| 367 | + | type: select | |
| 368 | + | include-all: true | |
| 369 | + | filter: "(?=.*(广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea)).*$" | |
| 370 | + | - name: 韩国-自动 | |
| 371 | + | type: url-test | |
| 372 | + | include-all: true | |
| 373 | + | tolerance: 50 | |
| 374 | + | interval: 300 | |
| 375 | + | filter: "(?=.*(广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea)).*$" | |
| 376 | + | ||
| 377 | + | # 美国组 | |
| 378 | + | - name: 美国-故转 | |
| 379 | + | type: fallback | |
| 380 | + | interval: 300 | |
| 381 | + | lazy: false | |
| 382 | + | proxies: | |
| 383 | + | - 美国-手动 | |
| 384 | + | - 美国-自动 | |
| 385 | + | - name: 美国-手动 | |
| 386 | + | type: select | |
| 387 | + | include-all: true | |
| 388 | + | filter: "(?=.*(广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States)).*$" | |
| 389 | + | - name: 美国-自动 | |
| 390 | + | type: url-test | |
| 391 | + | include-all: true | |
| 392 | + | tolerance: 50 | |
| 393 | + | interval: 300 | |
| 394 | + | filter: "(?=.*(广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States)).*$" | |
| 395 | + | ||
| 396 | + | # 英国组 | |
| 397 | + | - name: 英国-故转 | |
| 398 | + | type: fallback | |
| 399 | + | interval: 300 | |
| 400 | + | lazy: false | |
| 401 | + | proxies: | |
| 402 | + | - 英国-手动 | |
| 403 | + | - 英国-自动 | |
| 404 | + | - name: 英国-手动 | |
| 405 | + | type: select | |
| 406 | + | include-all: true | |
| 407 | + | filter: "(?=.*(英国|英|伦敦|UK|United Kingdom|🇬🇧|London)).*$" | |
| 408 | + | - name: 英国-自动 | |
| 409 | + | type: url-test | |
| 410 | + | include-all: true | |
| 411 | + | tolerance: 50 | |
| 412 | + | interval: 300 | |
| 413 | + | filter: "(?=.*(英国|英|伦敦|UK|United Kingdom|🇬🇧|London)).*$" | |
| 414 | + | ||
| 415 | + | # 其他组 | |
| 416 | + | - name: 其他-故转 | |
| 417 | + | type: fallback | |
| 418 | + | interval: 300 | |
| 419 | + | lazy: false | |
| 420 | + | proxies: | |
| 421 | + | - 其他-手动 | |
| 422 | + | - 其他-自动 | |
| 423 | + | - name: 其他-手动 | |
| 424 | + | type: select | |
| 425 | + | include-all: true | |
| 426 | + | filter: "^((?!(直连|拒绝|广港|香港|HK|Hong Kong|🇭🇰|HongKong|广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan|广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan|广新|新加坡|SG|坡|狮城|🇸🇬|Singapore|广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea|广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States|英国|UK|United Kingdom|伦敦|英|London|🇬🇧)).)*$" | |
| 427 | + | - name: 其他-自动 | |
| 428 | + | type: url-test | |
| 429 | + | include-all: true | |
| 430 | + | tolerance: 50 | |
| 431 | + | interval: 300 | |
| 432 | + | filter: "^((?!(直连|拒绝|广港|香港|HK|Hong Kong|🇭🇰|HongKong|广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan|广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan|广新|新加坡|SG|坡|狮城|🇸🇬|Singapore|广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea|广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States|英国|UK|United Kingdom|伦敦|英|London|🇬🇧)).)*$" | |
| 433 | + | ||
| 434 | + | # ======================== | |
| 435 | + | # 规则引擎(rules) | |
| 436 | + | # ======================== | |
| 437 | + | rules: | |
| 438 | + | ||
| 439 | + | - RULE-SET,TEST / Domain,Test | |
| 440 | + | - RULE-SET,Block / Domain,Block | |
| 441 | + | - RULE-SET,ChatGPT / Domain,ChatGPT | |
| 442 | + | - RULE-SET,Claude / Domain,Claude | |
| 443 | + | - RULE-SET,Meta AI / Domain,Meta AI | |
| 444 | + | - RULE-SET,Perplexity / Domain,Perplexity | |
| 445 | + | - RULE-SET,Copilot / Domain,Copilot | |
| 446 | + | - RULE-SET,Gemini / Domain,Gemini | |
| 447 | + | - RULE-SET,Groq / Domain,Groq | |
| 448 | + | - RULE-SET,Grok / Domain,Grok | |
| 449 | + | - RULE-SET,Reddit / Domain,Reddit | |
| 450 | + | - RULE-SET,GitHub / Domain,GitHub | |
| 451 | + | - RULE-SET,Telegram / Domain,Telegram | |
| 452 | + | - RULE-SET,Telegram / IP,Telegram | |
| 453 | + | - RULE-SET,WhatsApp / Domain,WhatsApp | |
| 454 | + | - RULE-SET,Facebook / Domain,Facebook | |
| 455 | + | - RULE-SET,Apple / Domain,Apple | |
| 456 | + | - RULE-SET,Apple-CN / Domain,Apple | |
| 457 | + | - RULE-SET,Apple-Custome / Domain,Apple | |
| 458 | + | - RULE-SET,Microsoft / Domain,Microsoft | |
| 459 | + | - RULE-SET,OKX / Domain,Crypto | |
| 460 | + | - RULE-SET,Bybit / Domain,Crypto | |
| 461 | + | - RULE-SET,Binance / Domain,Crypto | |
| 462 | + | - RULE-SET,BiliBili / Domain,BiliBili | |
| 463 | + | - RULE-SET,Youtube / Domain,YouTube | |
| 464 | + | - RULE-SET,TikTok / Domain,TikTok | |
| 465 | + | - RULE-SET,Netflix / Domain,Netflix | |
| 466 | + | - RULE-SET,Netflix / IP,Netflix,no-resolve | |
| 467 | + | - RULE-SET,Disney / Domain,Disney | |
| 468 | + | - RULE-SET,Amazon / Domain,Amazon | |
| 469 | + | - RULE-SET,Crunchyroll / Domain,Crunchyroll | |
| 470 | + | - RULE-SET,Popcorn / Domain,Popcorn | |
| 471 | + | - RULE-SET,HBO / Domain,HBO | |
| 472 | + | - RULE-SET,Spotify / Domain,Spotify | |
| 473 | + | - RULE-SET,Steam / Domain,Steam | |
| 474 | + | - RULE-SET,Epic / Domain,Games | |
| 475 | + | - RULE-SET,EA / Domain,Games | |
| 476 | + | - RULE-SET,Blizzard / Domain,Games | |
| 477 | + | - RULE-SET,UBI / Domain,Games | |
| 478 | + | - RULE-SET,PlayStation / Domain,Games | |
| 479 | + | - RULE-SET,Nintend / Domain,Games | |
| 480 | + | - RULE-SET,Google / Domain,Google | |
| 481 | + | - RULE-SET,Google / IP,Google,no-resolve | |
| 482 | + | - RULE-SET,Nvidia / Domain,Nvidia | |
| 483 | + | - RULE-SET,Telegram / IP,国外 | |
| 484 | + | - RULE-SET,Telegram / Domain,国外 | |
| 485 | + | - RULE-SET,Proxy / Domain,国外 | |
| 486 | + | - RULE-SET,Globe / Domain,国外 | |
| 487 | + | - RULE-SET,Direct / Domain,国内 | |
| 488 | + | - RULE-SET,China / Domain,国内 | |
| 489 | + | - RULE-SET,China / IP,国内,no-resolve | |
| 490 | + | - RULE-SET,Private / Domain,国内 | |
| 491 | + | - MATCH,其他 | |
| 492 | + | ||
| 493 | + | # ======================== | |
| 494 | + | # 规则集提供者 | |
| 495 | + | # ======================== | |
| 496 | + | rule-anchor: | |
| 497 | + | ip: &ip {type: http, interval: 86400, behavior: ipcidr, format: mrs} | |
| 498 | + | domain: &domain {type: http, interval: 86400, behavior: domain, format: mrs} | |
| 499 | + | class: &class {type: http, interval: 86400, behavior: classical, format: text} | |
| 500 | + | ||
| 501 | + | rule-providers: | |
| 502 | + | TEST / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Check.list"} | |
| 503 | + | ChatGPT / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/openai.mrs"} | |
| 504 | + | Claude / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Claude/Claude.list"} | |
| 505 | + | Meta AI / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/MetaAi.list"} | |
| 506 | + | Perplexity / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/perplexity.mrs"} | |
| 507 | + | Copilot / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Copilot.list"} | |
| 508 | + | Gemini / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Gemini.list"} | |
| 509 | + | GitHub / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/github.mrs"} | |
| 510 | + | Telegram / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/telegram.mrs"} | |
| 511 | + | Telegram / IP: {<<: *ip, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/telegram.mrs"} | |
| 512 | + | Twitter / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/x.mrs"} | |
| 513 | + | WhatsApp / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Whatsapp/Whatsapp.list"} | |
| 514 | + | Facebook / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/facebook.mrs"} | |
| 515 | + | Amazon / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/amazon.mrs"} | |
| 516 | + | Apple-CN / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/apple-cn.mrs"} | |
| 517 | + | Apple / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/apple.mrs"} | |
| 518 | + | Apple-Custome / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Apple.list"} | |
| 519 | + | Microsoft / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/microsoft.mrs"} | |
| 520 | + | OKX / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/okx.mrs"} | |
| 521 | + | Bybit / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/bybit.mrs"} | |
| 522 | + | Binance / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/binance.mrs"} | |
| 523 | + | TikTok / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/tiktok.mrs"} | |
| 524 | + | Netflix / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/netflix.mrs"} | |
| 525 | + | Netflix / IP: {<<: *ip, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/netflix.mrs"} | |
| 526 | + | Disney / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/disney.mrs"} | |
| 527 | + | HBO / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/hbo.mrs"} | |
| 528 | + | Spotify / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/spotify.mrs"} | |
| 529 | + | Steam / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/steam.mrs"} | |
| 530 | + | Epic / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Epic/Epic.list"} | |
| 531 | + | EA / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/EA/EA.list"} | |
| 532 | + | Blizzard / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Blizzard/Blizzard.list"} | |
| 533 | + | UBI / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/UBI/UBI.list"} | |
| 534 | + | PlayStation / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/PlayStation/PlayStation.list"} | |
| 535 | + | Nintend / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Nintendo/Nintendo.list"} | |
| 536 | + | Proxy / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Proxy.list"} | |
| 537 | + | Globe / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Global/Global.list"} | |
| 538 | + | Block / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Block.list"} | |
| 539 | + | Nvidia / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Nvidia/Nvidia.list"} | |
| 540 | + | Crunchyroll / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Crunchyroll.list"} | |
| 541 | + | Reddit / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/reddit.mrs"} | |
| 542 | + | Groq / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/groq.mrs"} | |
| 543 | + | Grok / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Grok.list"} | |
| 544 | + | Popcorn / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Popcorn.list"} | |
| 545 | + | Direct / Domain: {<<: *class, url: "https://gh-proxy.com/raw.githubusercontent.com/liandu2024/clash/refs/heads/main/list/Direct.list"} | |
| 546 | + | Private / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/private.mrs"} | |
| 547 | + | China / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/cn.mrs"} | |
| 548 | + | China / IP: {<<: *ip, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/cn.mrs"} | |
| 549 | + | Youtube / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/youtube.mrs"} | |
| 550 | + | Google / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/google.mrs"} | |
| 551 | + | Google / IP: {<<: *ip, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/google.mrs"} | |
| 552 | + | BiliBili / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/bilibili.mrs"} | |
| 553 | + | ||
| 554 | + | ||
| 555 | + | # GateFireWall / Domain: {<<: *domain, url: "https://gh-proxy.com/github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/gfw.mrs"} | |
clash-fallback-all.yaml
| @@ -1,566 +1,566 @@ | |||
| 1 | - | # ======================== | |
| 2 | - | # Clash-ALL 优化配置 | |
| 3 | - | # ======================== | |
| 4 | - | ||
| 5 | - | # 机场节点订阅 | |
| 6 | - | ||
| 7 | - | proxy-providers: | |
| 8 | - | ||
| 9 | - | 自建节点: | |
| 10 | - | url: "https://jpmsubstore.yjhup.com/substore/download/zijian" | |
| 11 | - | type: http | |
| 12 | - | interval: 86400 | |
| 13 | - | health-check: | |
| 14 | - | enable: true | |
| 15 | - | url: https://www.gstatic.com/generate_204 | |
| 16 | - | interval: 300 | |
| 17 | - | proxy: 直连 | |
| 18 | - | ||
| 19 | - | ||
| 20 | - | 良心云机场: | |
| 21 | - | url: "https://jpmsubstore.yjhup.com/substore/download/lxy" | |
| 22 | - | type: http | |
| 23 | - | interval: 86400 | |
| 24 | - | health-check: | |
| 25 | - | enable: true | |
| 26 | - | url: https://www.gstatic.com/generate_204 | |
| 27 | - | interval: 300 | |
| 28 | - | proxy: 直连 | |
| 29 | - | ||
| 30 | - | kitty机场: | |
| 31 | - | url: "https://jpmsubstore.yjhup.com/substore/download/kitty" | |
| 32 | - | type: http | |
| 33 | - | interval: 86400 | |
| 34 | - | health-check: | |
| 35 | - | enable: true | |
| 36 | - | url: https://www.gstatic.com/generate_204 | |
| 37 | - | interval: 300 | |
| 38 | - | proxy: 直连 | |
| 39 | - | ||
| 40 | - | Mitce机场: | |
| 41 | - | url: "https://jpmsubstore.yjhup.com/substore/download/mitce" | |
| 42 | - | type: http | |
| 43 | - | interval: 86400 | |
| 44 | - | health-check: | |
| 45 | - | enable: true | |
| 46 | - | url: https://www.gstatic.com/generate_204 | |
| 47 | - | interval: 300 | |
| 48 | - | proxy: 直连 | |
| 49 | - | ||
| 50 | - | FSCloud机场: | |
| 51 | - | url: "https://jpmsubstore.yjhup.com/substore/download/fscloud" | |
| 52 | - | type: http | |
| 53 | - | interval: 86400 | |
| 54 | - | health-check: | |
| 55 | - | enable: true | |
| 56 | - | url: https://www.gstatic.com/generate_204 | |
| 57 | - | interval: 300 | |
| 58 | - | proxy: 直连 | |
| 59 | - | ||
| 60 | - | 白嫖机场: | |
| 61 | - | url: "https://jpmsubstore.yjhup.com/substore/download/baipiao" | |
| 62 | - | type: http | |
| 63 | - | interval: 86400 | |
| 64 | - | health-check: | |
| 65 | - | enable: true | |
| 66 | - | url: https://www.gstatic.com/generate_204 | |
| 67 | - | interval: 300 | |
| 68 | - | proxy: 直连 | |
| 69 | - | ||
| 70 | - | 赔钱机场: | |
| 71 | - | url: "https://jpmsubstore.yjhup.com/substore/download/peiqian" | |
| 72 | - | type: http | |
| 73 | - | interval: 86400 | |
| 74 | - | health-check: | |
| 75 | - | enable: true | |
| 76 | - | url: https://www.gstatic.com/generate_204 | |
| 77 | - | interval: 300 | |
| 78 | - | proxy: 直连 | |
| 79 | - | ||
| 80 | - | 翻云机场: | |
| 81 | - | url: "https://jpmsubstore.yjhup.com/substore/download/fanyun" | |
| 82 | - | type: http | |
| 83 | - | interval: 86400 | |
| 84 | - | health-check: | |
| 85 | - | enable: true | |
| 86 | - | url: https://www.gstatic.com/generate_204 | |
| 87 | - | interval: 300 | |
| 88 | - | proxy: 直连 | |
| 89 | - | ||
| 90 | - | XLMCloud机场: | |
| 91 | - | url: "https://jpmsubstore.yjhup.com/substore/download/xlmcloud" | |
| 92 | - | type: http | |
| 93 | - | interval: 86400 | |
| 94 | - | health-check: | |
| 95 | - | enable: true | |
| 96 | - | url: https://www.gstatic.com/generate_204 | |
| 97 | - | interval: 300 | |
| 98 | - | proxy: 直连 | |
| 99 | - | ||
| 100 | - | 流量光机场: | |
| 101 | - | url: "https://jpmsubstore.yjhup.com/substore/download/liuliangguang" | |
| 102 | - | type: http | |
| 103 | - | interval: 86400 | |
| 104 | - | health-check: | |
| 105 | - | enable: true | |
| 106 | - | url: https://www.gstatic.com/generate_204 | |
| 107 | - | interval: 300 | |
| 108 | - | proxy: 直连 | |
| 109 | - | ||
| 110 | - | ||
| 111 | - | ||
| 112 | - | proxies: | |
| 113 | - | - {name: 直连, type: direct} | |
| 114 | - | - {name: 拒绝, type: reject} | |
| 115 | - | ||
| 116 | - | # ======================== | |
| 117 | - | # 主要端口设置 | |
| 118 | - | # ======================== | |
| 119 | - | port: 7890 | |
| 120 | - | socks-port: 7891 | |
| 121 | - | redir-port: 7892 | |
| 122 | - | mixed-port: 7893 | |
| 123 | - | tproxy-port: 7895 | |
| 124 | - | ||
| 125 | - | allow-lan: true | |
| 126 | - | mode: rule | |
| 127 | - | log-level: info | |
| 128 | - | ||
| 129 | - | external-controller: 0.0.0.0:9090 | |
| 130 | - | # external-ui: ui | |
| 131 | - | # external-ui-name: zashboard | |
| 132 | - | # external-ui-url: https://github.com/Zephyruso/zashboard/archive/refs/heads/gh-pages.zip | |
| 133 | - | secret: "yjh20050601" | |
| 134 | - | ||
| 135 | - | # ======================== | |
| 136 | - | # DNS 设置 | |
| 137 | - | # ======================== | |
| 138 | - | dns: | |
| 139 | - | enable: true | |
| 140 | - | listen: 0.0.0.0:7874 | |
| 141 | - | ipv6: true | |
| 142 | - | enhanced-mode: fake-ip | |
| 143 | - | fake-ip-range: 198.20.0.1/16 | |
| 144 | - | nameserver: | |
| 145 | - | - 202.115.64.33 | |
| 146 | - | - 202.115.64.34 | |
| 147 | - | - 233.5.5.5 | |
| 148 | - | fake-ip-filter-mode: blacklist | |
| 149 | - | fake-ip-filter: | |
| 150 | - | - +.lan | |
| 151 | - | - +.local | |
| 152 | - | - geosite:cn | |
| 153 | - | ||
| 154 | - | # 其他 | |
| 155 | - | - +.ynhtbank.com | |
| 156 | - | - +.qeayr.cn | |
| 157 | - | - +.saojc.xyz | |
| 158 | - | - +.sssyun.xyz | |
| 159 | - | - +.dler.cloud | |
| 160 | - | - +.0tk8a3a1q4t94dler.com | |
| 161 | - | - +.aerianas.top | |
| 162 | - | - +.gptacg.top | |
| 163 | - | - +.wxda.net | |
| 164 | - | ||
| 165 | - | ipv6: true | |
| 166 | - | ||
| 167 | - | # ======================== | |
| 168 | - | # TUN 模块 | |
| 169 | - | # ======================== | |
| 170 | - | tun: | |
| 171 | - | enable: true | |
| 172 | - | stack: gvisor | |
| 173 | - | device: utun | |
| 174 | - | endpoint-independent-nat: true | |
| 175 | - | auto-route: false | |
| 176 | - | auto-detect-interface: false | |
| 177 | - | auto-redirect: false | |
| 178 | - | strict-route: false | |
| 179 | - | ||
| 180 | - | profile: | |
| 181 | - | store-selected: true | |
| 182 | - | store-fake-ip: true | |
| 183 | - | ||
| 184 | - | ||
| 185 | - | # ======================== | |
| 186 | - | # 策略组定义 | |
| 187 | - | # ======================== | |
| 188 | - | default: &default | |
| 189 | - | type: select | |
| 190 | - | proxies: | |
| 191 | - | - 直连 | |
| 192 | - | - 所有-默认代理 | |
| 193 | - | - 所有-手动 | |
| 194 | - | - 所有-手动2 | |
| 195 | - | - 所有-自动 | |
| 196 | - | - 香港-故转 | |
| 197 | - | - 台湾-故转 | |
| 198 | - | - 日本-故转 | |
| 199 | - | - 新加坡-故转 | |
| 200 | - | - 韩国-故转 | |
| 201 | - | - 美国-故转 | |
| 202 | - | - 英国-故转 | |
| 203 | - | - 其他-故转 | |
| 204 | - | - 拒绝 | |
| 205 | - | ||
| 206 | - | proxy-groups: | |
| 207 | - | ||
| 208 | - | # 业务分流组 | |
| 209 | - | ||
| 210 | - | - {name: 我的域名, <<: *default} | |
| 211 | - | - {name: 18comic, <<: *default} | |
| 212 | - | - {name: 轻量代理, <<: *default} | |
| 213 | - | - {name: 全球直连, <<: *default} | |
| 214 | - | - {name: AI, <<: *default} | |
| 215 | - | #- {name: ChatGPT, <<: *default} | |
| 216 | - | #- {name: Gemini, <<: *default} | |
| 217 | - | #- {name: Copilot, <<: *default} | |
| 218 | - | #- {name: Perplexity, <<: *default} | |
| 219 | - | #- {name: Claude, <<: *default} | |
| 220 | - | #- {name: Meta AI, <<: *default} | |
| 221 | - | #- {name: Grok, <<: *default} | |
| 222 | - | #- {name: Groq, <<: *default} | |
| 223 | - | - {name: GitHub, <<: *default} | |
| 224 | - | - {name: 外国社媒, <<: *default} | |
| 225 | - | #- {name: Reddit, <<: *default} | |
| 226 | - | #- {name: Telegram, <<: *default} | |
| 227 | - | #- {name: WhatsApp, <<: *default} | |
| 228 | - | #- {name: Facebook, <<: *default} | |
| 229 | - | - {name: BiliBili, <<: *default} | |
| 230 | - | - {name: YouTube, <<: *default} | |
| 231 | - | - {name: TikTok, <<: *default} | |
| 232 | - | - {name: 外国影视, <<: *default} | |
| 233 | - | #- {name: Netflix, <<: *default} | |
| 234 | - | #- {name: HBO, <<: *default} | |
| 235 | - | #- {name: Disney, <<: *default} | |
| 236 | - | #- {name: Amazon, <<: *default} | |
| 237 | - | #- {name: Crunchyroll, <<: *default} | |
| 238 | - | #- {name: Popcorn, <<: *default} | |
| 239 | - | - {name: Spotify, <<: *default} | |
| 240 | - | - {name: Nvidia, <<: *default} | |
| 241 | - | - {name: Steam, <<: *default} | |
| 242 | - | - {name: Games, <<: *default} | |
| 243 | - | - {name: Crypto, <<: *default} | |
| 244 | - | - {name: Apple, <<: *default} | |
| 245 | - | - {name: Google, <<: *default} | |
| 246 | - | - {name: Microsoft, <<: *default} | |
| 247 | - | - {name: Test, <<: *default} | |
| 248 | - | - {name: Block, <<: *default} | |
| 249 | - | - {name: 国外, <<: *default} | |
| 250 | - | - {name: 国内, <<: *default} | |
| 251 | - | - {name: 其他, <<: *default} | |
| 252 | - | ||
| 253 | - | - name: 所有-默认代理 | |
| 254 | - | type: select | |
| 255 | - | include-all: true | |
| 256 | - | filter: "^((?!(直连|拒绝)).)*$" | |
| 257 | - | ||
| 258 | - | - name: 所有-手动 | |
| 259 | - | type: select | |
| 260 | - | include-all: true | |
| 261 | - | filter: "^((?!(直连|拒绝)).)*$" | |
| 262 | - | ||
| 263 | - | - name: 所有-手动2 | |
| 264 | - | type: select | |
| 265 | - | include-all: true | |
| 266 | - | filter: "^((?!(直连|拒绝)).)*$" | |
| 267 | - | ||
| 268 | - | - name: 所有-自动 | |
| 269 | - | type: url-test | |
| 270 | - | include-all: true | |
| 271 | - | tolerance: 50 | |
| 272 | - | interval: 300 | |
| 273 | - | filter: "^((?!(直连|拒绝)).)*$" | |
| 274 | - | ||
| 275 | - | ||
| 276 | - | # 香港组 | |
| 277 | - | - name: 香港-故转 | |
| 278 | - | type: fallback | |
| 279 | - | interval: 300 | |
| 280 | - | lazy: false | |
| 281 | - | proxies: | |
| 282 | - | - 香港-手动 | |
| 283 | - | - 香港-自动 | |
| 284 | - | ||
| 285 | - | - name: 香港-手动 | |
| 286 | - | type: select | |
| 287 | - | include-all: true | |
| 288 | - | filter: "(?=.*(广港|香港|HK|Hong Kong|🇭🇰|HongKong)).*$" | |
| 289 | - | ||
| 290 | - | - name: 香港-自动 | |
| 291 | - | type: url-test | |
| 292 | - | include-all: true | |
| 293 | - | tolerance: 50 | |
| 294 | - | interval: 300 | |
| 295 | - | filter: "(?=.*(广港|香港|HK|Hong Kong|🇭🇰|HongKong)).*$" | |
| 296 | - | ||
| 297 | - | # 台湾组 | |
| 298 | - | - name: 台湾-故转 | |
| 299 | - | type: fallback | |
| 300 | - | interval: 300 | |
| 301 | - | lazy: false | |
| 302 | - | proxies: | |
| 303 | - | - 台湾-手动 | |
| 304 | - | - 台湾-自动 | |
| 305 | - | - name: 台湾-手动 | |
| 306 | - | type: select | |
| 307 | - | include-all: true | |
| 308 | - | filter: "(?=.*(广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan)).*$" | |
| 309 | - | - name: 台湾-自动 | |
| 310 | - | type: url-test | |
| 311 | - | include-all: true | |
| 312 | - | tolerance: 50 | |
| 313 | - | interval: 300 | |
| 314 | - | filter: "(?=.*(广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan)).*$" | |
| 315 | - | ||
| 316 | - | # 日本组 | |
| 317 | - | - name: 日本-故转 | |
| 318 | - | type: fallback | |
| 319 | - | interval: 300 | |
| 320 | - | lazy: false | |
| 321 | - | proxies: | |
| 322 | - | - 日本-手动 | |
| 323 | - | - 日本-自动 | |
| 324 | - | - name: 日本-手动 | |
| 325 | - | type: select | |
| 326 | - | include-all: true | |
| 327 | - | filter: "(?=.*(广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan)).*$" | |
| 328 | - | - name: 日本-自动 | |
| 329 | - | type: url-test | |
| 330 | - | include-all: true | |
| 331 | - | tolerance: 50 | |
| 332 | - | interval: 300 | |
| 333 | - | filter: "(?=.*(广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan)).*$" | |
| 334 | - | ||
| 335 | - | # 新加坡组 | |
| 336 | - | - name: 新加坡-故转 | |
| 337 | - | type: fallback | |
| 338 | - | interval: 300 | |
| 339 | - | lazy: false | |
| 340 | - | proxies: | |
| 341 | - | - 新加坡-手动 | |
| 342 | - | - 新加坡-自动 | |
| 343 | - | - name: 新加坡-手动 | |
| 344 | - | type: select | |
| 345 | - | include-all: true | |
| 346 | - | filter: "(?=.*(广新|新加坡|SG|坡|狮城|🇸🇬|Singapore)).*$" | |
| 347 | - | - name: 新加坡-自动 | |
| 348 | - | type: url-test | |
| 349 | - | include-all: true | |
| 350 | - | tolerance: 50 | |
| 351 | - | interval: 300 | |
| 352 | - | filter: "(?=.*(广新|新加坡|SG|坡|狮城|🇸🇬|Singapore)).*$" | |
| 353 | - | ||
| 354 | - | # 韩国组 | |
| 355 | - | - name: 韩国-故转 | |
| 356 | - | type: fallback | |
| 357 | - | interval: 300 | |
| 358 | - | lazy: false | |
| 359 | - | proxies: | |
| 360 | - | - 韩国-手动 | |
| 361 | - | - 韩国-自动 | |
| 362 | - | - name: 韩国-手动 | |
| 363 | - | type: select | |
| 364 | - | include-all: true | |
| 365 | - | filter: "(?=.*(广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea)).*$" | |
| 366 | - | - name: 韩国-自动 | |
| 367 | - | type: url-test | |
| 368 | - | include-all: true | |
| 369 | - | tolerance: 50 | |
| 370 | - | interval: 300 | |
| 371 | - | filter: "(?=.*(广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea)).*$" | |
| 372 | - | ||
| 373 | - | # 美国组 | |
| 374 | - | - name: 美国-故转 | |
| 375 | - | type: fallback | |
| 376 | - | interval: 300 | |
| 377 | - | lazy: false | |
| 378 | - | proxies: | |
| 379 | - | - 美国-手动 | |
| 380 | - | - 美国-自动 | |
| 381 | - | - name: 美国-手动 | |
| 382 | - | type: select | |
| 383 | - | include-all: true | |
| 384 | - | filter: "(?=.*(广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States)).*$" | |
| 385 | - | - name: 美国-自动 | |
| 386 | - | type: url-test | |
| 387 | - | include-all: true | |
| 388 | - | tolerance: 50 | |
| 389 | - | interval: 300 | |
| 390 | - | filter: "(?=.*(广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States)).*$" | |
| 391 | - | ||
| 392 | - | # 英国组 | |
| 393 | - | - name: 英国-故转 | |
| 394 | - | type: fallback | |
| 395 | - | interval: 300 | |
| 396 | - | lazy: false | |
| 397 | - | proxies: | |
| 398 | - | - 英国-手动 | |
| 399 | - | - 英国-自动 | |
| 400 | - | - name: 英国-手动 | |
| 401 | - | type: select | |
| 402 | - | include-all: true | |
| 403 | - | filter: "(?=.*(英国|英|伦敦|UK|United Kingdom|🇬🇧|London)).*$" | |
| 404 | - | - name: 英国-自动 | |
| 405 | - | type: url-test | |
| 406 | - | include-all: true | |
| 407 | - | tolerance: 50 | |
| 408 | - | interval: 300 | |
| 409 | - | filter: "(?=.*(英国|英|伦敦|UK|United Kingdom|🇬🇧|London)).*$" | |
| 410 | - | ||
| 411 | - | # 其他组 | |
| 412 | - | - name: 其他-故转 | |
| 413 | - | type: fallback | |
| 414 | - | interval: 300 | |
| 415 | - | lazy: false | |
| 416 | - | proxies: | |
| 417 | - | - 其他-手动 | |
| 418 | - | - 其他-自动 | |
| 419 | - | - name: 其他-手动 | |
| 420 | - | type: select | |
| 421 | - | include-all: true | |
| 422 | - | filter: "^((?!(直连|拒绝|广港|香港|HK|Hong Kong|🇭🇰|HongKong|广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan|广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan|广新|新加坡|SG|坡|狮城|🇸🇬|Singapore|广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea|广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States|英国|UK|United Kingdom|伦敦|英|London|🇬🇧)).)*$" | |
| 423 | - | - name: 其他-自动 | |
| 424 | - | type: url-test | |
| 425 | - | include-all: true | |
| 426 | - | tolerance: 50 | |
| 427 | - | interval: 300 | |
| 428 | - | filter: "^((?!(直连|拒绝|广港|香港|HK|Hong Kong|🇭🇰|HongKong|广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan|广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan|广新|新加坡|SG|坡|狮城|🇸🇬|Singapore|广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea|广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States|英国|UK|United Kingdom|伦敦|英|London|🇬🇧)).)*$" | |
| 429 | - | ||
| 430 | - | # ======================== | |
| 431 | - | # 规则引擎(rules) | |
| 432 | - | # ======================== | |
| 433 | - | rules: | |
| 434 | - | ||
| 435 | - | - RULE-SET,GlobalDirect / Domain,全球直连 | |
| 436 | - | - RULE-SET,MyDomain / Domain,我的域名 | |
| 437 | - | - RULE-SET,18comic1 / Domain,18comic | |
| 438 | - | - RULE-SET,18comic2 / Domain,18comic | |
| 439 | - | - RULE-SET,ProxyLite / Domain,轻量代理 | |
| 440 | - | - RULE-SET,TEST / Domain,Test | |
| 441 | - | - RULE-SET,Block / Domain,Block | |
| 442 | - | - RULE-SET,ChatGPT / Domain,AI | |
| 443 | - | - RULE-SET,Claude / Domain,AI | |
| 444 | - | - RULE-SET,Meta AI / Domain,AI | |
| 445 | - | - RULE-SET,Perplexity / Domain,AI | |
| 446 | - | - RULE-SET,Copilot / Domain,AI | |
| 447 | - | - RULE-SET,Gemini / Domain,AI | |
| 448 | - | - RULE-SET,Groq / Domain,AI | |
| 449 | - | - RULE-SET,Grok / Domain,AI | |
| 450 | - | - RULE-SET,Reddit / Domain,外国社媒 | |
| 451 | - | - RULE-SET,GitHub / Domain,GitHub | |
| 452 | - | - RULE-SET,Telegram / Domain,外国社媒 | |
| 453 | - | - RULE-SET,Telegram / IP,外国社媒,no-resolve | |
| 454 | - | - RULE-SET,WhatsApp / Domain,外国社媒 | |
| 455 | - | - RULE-SET,Facebook / Domain,外国社媒 | |
| 456 | - | - RULE-SET,Apple / Domain,Apple | |
| 457 | - | - RULE-SET,Apple-CN / Domain,Apple | |
| 458 | - | - RULE-SET,Apple-Custome / Domain,Apple | |
| 459 | - | - RULE-SET,Microsoft / Domain,Microsoft | |
| 460 | - | - RULE-SET,OKX / Domain,Crypto | |
| 461 | - | - RULE-SET,Bybit / Domain,Crypto | |
| 462 | - | - RULE-SET,Binance / Domain,Crypto | |
| 463 | - | - RULE-SET,BiliBili / Domain,BiliBili | |
| 464 | - | - RULE-SET,Youtube / Domain,YouTube | |
| 465 | - | - RULE-SET,TikTok / Domain,TikTok | |
| 466 | - | - RULE-SET,Netflix / Domain,外国影视 | |
| 467 | - | - RULE-SET,Netflix / IP,外国影视,no-resolve | |
| 468 | - | - RULE-SET,Disney / Domain,外国影视 | |
| 469 | - | - RULE-SET,Amazon / Domain,外国影视 | |
| 470 | - | - RULE-SET,Crunchyroll / Domain,外国影视 | |
| 471 | - | #- RULE-SET,Popcorn / Domain,Popcorn | |
| 472 | - | - RULE-SET,HBO / Domain,外国影视 | |
| 473 | - | - RULE-SET,Spotify / Domain,Spotify | |
| 474 | - | - RULE-SET,Steam / Domain,Steam | |
| 475 | - | - RULE-SET,Epic / Domain,Games | |
| 476 | - | - RULE-SET,EA / Domain,Games | |
| 477 | - | - RULE-SET,Blizzard / Domain,Games | |
| 478 | - | - RULE-SET,UBI / Domain,Games | |
| 479 | - | - RULE-SET,PlayStation / Domain,Games | |
| 480 | - | - RULE-SET,Nintend / Domain,Games | |
| 481 | - | - RULE-SET,Google / Domain,Google | |
| 482 | - | - RULE-SET,Google / IP,Google,no-resolve | |
| 483 | - | - RULE-SET,Nvidia / Domain,Nvidia | |
| 484 | - | - RULE-SET,Telegram / IP,国外,no-resolve | |
| 485 | - | - RULE-SET,Telegram / Domain,国外 | |
| 486 | - | - RULE-SET,Proxy / Domain,国外 | |
| 487 | - | - RULE-SET,Globe / Domain,国外 | |
| 488 | - | #- RULE-SET,Direct / Domain,国内 | |
| 489 | - | #- RULE-SET,China / Domain,国内 | |
| 490 | - | #- RULE-SET,China / IP,国内,no-resolve | |
| 491 | - | - RULE-SET,Private / Domain,国内 | |
| 492 | - | - MATCH,其他 | |
| 493 | - | ||
| 494 | - | # ======================== | |
| 495 | - | # 规则集提供者 | |
| 496 | - | # ======================== | |
| 497 | - | rule-anchor: | |
| 498 | - | ip: &ip {type: http, interval: 86400, behavior: ipcidr, format: mrs} | |
| 499 | - | domain: &domain {type: http, interval: 86400, behavior: domain, format: mrs} | |
| 500 | - | class: &class {type: http, interval: 86400, behavior: classical, format: text} | |
| 501 | - | ||
| 502 | - | rule-providers: | |
| 503 | - | ProxyLite / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/ProxyLite.list"} | |
| 504 | - | 18comic1 / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/Singapore.list"} | |
| 505 | - | 18comic2 / Domain: {<<: *class, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/refs/heads/meta/geo/geosite/18comic.list"} | |
| 506 | - | MyDomain / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/mydomain.list"} | |
| 507 | - | GlobalDirect / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/Direct.list"} | |
| 508 | - | TEST / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Check.list"} | |
| 509 | - | ChatGPT / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/openai.mrs"} | |
| 510 | - | Claude / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Claude/Claude.list"} | |
| 511 | - | Meta AI / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/MetaAi.list"} | |
| 512 | - | Perplexity / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/perplexity.mrs"} | |
| 513 | - | Copilot / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Copilot.list"} | |
| 514 | - | Gemini / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Gemini.list"} | |
| 515 | - | GitHub / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/github.mrs"} | |
| 516 | - | Telegram / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/telegram.mrs"} | |
| 517 | - | Telegram / IP: {<<: *ip, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/telegram.mrs"} | |
| 518 | - | Twitter / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/x.mrs"} | |
| 519 | - | WhatsApp / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Whatsapp/Whatsapp.list"} | |
| 520 | - | Facebook / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/facebook.mrs"} | |
| 521 | - | Amazon / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/amazon.mrs"} | |
| 522 | - | Apple-CN / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/apple-cn.mrs"} | |
| 523 | - | Apple / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/apple.mrs"} | |
| 524 | - | Apple-Custome / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Apple.list"} | |
| 525 | - | Microsoft / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/microsoft.mrs"} | |
| 526 | - | OKX / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/okx.mrs"} | |
| 527 | - | Bybit / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/bybit.mrs"} | |
| 528 | - | Binance / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/binance.mrs"} | |
| 529 | - | TikTok / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/tiktok.mrs"} | |
| 530 | - | Netflix / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/netflix.mrs"} | |
| 531 | - | Netflix / IP: {<<: *ip, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/netflix.mrs"} | |
| 532 | - | Disney / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/disney.mrs"} | |
| 533 | - | HBO / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/hbo.mrs"} | |
| 534 | - | Spotify / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/spotify.mrs"} | |
| 535 | - | Steam / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/steam.mrs"} | |
| 536 | - | Epic / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Epic/Epic.list"} | |
| 537 | - | EA / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/EA/EA.list"} | |
| 538 | - | Blizzard / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Blizzard/Blizzard.list"} | |
| 539 | - | UBI / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/UBI/UBI.list"} | |
| 540 | - | PlayStation / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/PlayStation/PlayStation.list"} | |
| 541 | - | Nintend / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Nintendo/Nintendo.list"} | |
| 542 | - | Proxy / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Proxy.list"} | |
| 543 | - | Globe / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Global/Global.list"} | |
| 544 | - | Block / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Block.list"} | |
| 545 | - | Nvidia / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Nvidia/Nvidia.list"} | |
| 546 | - | Crunchyroll / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Crunchyroll.list"} | |
| 547 | - | Reddit / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/reddit.mrs"} | |
| 548 | - | Groq / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/groq.mrs"} | |
| 549 | - | Grok / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Grok.list"} | |
| 550 | - | #Popcorn / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Popcorn.list"} | |
| 551 | - | #Direct / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Direct.list"} | |
| 552 | - | Private / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/private.mrs"} | |
| 553 | - | #China / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/cn.mrs"} | |
| 554 | - | #China / IP: {<<: *ip, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/cn.mrs"} | |
| 555 | - | Youtube / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/youtube.mrs"} | |
| 556 | - | Google / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/google.mrs"} | |
| 557 | - | Google / IP: {<<: *ip, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/google.mrs"} | |
| 558 | - | BiliBili / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/bilibili.mrs"} | |
| 559 | - | ||
| 560 | - | ||
| 561 | - | # GateFireWall / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/gfw.mrs"} | |
| 562 | - | ||
| 563 | - | ||
| 564 | - | ||
| 565 | - | ||
| 566 | - | ||
| 1 | + | # ======================== | |
| 2 | + | # Clash-ALL 优化配置 | |
| 3 | + | # ======================== | |
| 4 | + | ||
| 5 | + | # 机场节点订阅 | |
| 6 | + | ||
| 7 | + | proxy-providers: | |
| 8 | + | ||
| 9 | + | 自建节点: | |
| 10 | + | url: "https://jpmsubstore.yjhup.com/substore/download/zijian" | |
| 11 | + | type: http | |
| 12 | + | interval: 86400 | |
| 13 | + | health-check: | |
| 14 | + | enable: true | |
| 15 | + | url: https://www.gstatic.com/generate_204 | |
| 16 | + | interval: 300 | |
| 17 | + | proxy: 直连 | |
| 18 | + | ||
| 19 | + | ||
| 20 | + | 良心云机场: | |
| 21 | + | url: "https://jpmsubstore.yjhup.com/substore/download/lxy" | |
| 22 | + | type: http | |
| 23 | + | interval: 86400 | |
| 24 | + | health-check: | |
| 25 | + | enable: true | |
| 26 | + | url: https://www.gstatic.com/generate_204 | |
| 27 | + | interval: 300 | |
| 28 | + | proxy: 直连 | |
| 29 | + | ||
| 30 | + | kitty机场: | |
| 31 | + | url: "https://jpmsubstore.yjhup.com/substore/download/kitty" | |
| 32 | + | type: http | |
| 33 | + | interval: 86400 | |
| 34 | + | health-check: | |
| 35 | + | enable: true | |
| 36 | + | url: https://www.gstatic.com/generate_204 | |
| 37 | + | interval: 300 | |
| 38 | + | proxy: 直连 | |
| 39 | + | ||
| 40 | + | Mitce机场: | |
| 41 | + | url: "https://jpmsubstore.yjhup.com/substore/download/mitce" | |
| 42 | + | type: http | |
| 43 | + | interval: 86400 | |
| 44 | + | health-check: | |
| 45 | + | enable: true | |
| 46 | + | url: https://www.gstatic.com/generate_204 | |
| 47 | + | interval: 300 | |
| 48 | + | proxy: 直连 | |
| 49 | + | ||
| 50 | + | FSCloud机场: | |
| 51 | + | url: "https://jpmsubstore.yjhup.com/substore/download/fscloud" | |
| 52 | + | type: http | |
| 53 | + | interval: 86400 | |
| 54 | + | health-check: | |
| 55 | + | enable: true | |
| 56 | + | url: https://www.gstatic.com/generate_204 | |
| 57 | + | interval: 300 | |
| 58 | + | proxy: 直连 | |
| 59 | + | ||
| 60 | + | 白嫖机场: | |
| 61 | + | url: "https://jpmsubstore.yjhup.com/substore/download/baipiao" | |
| 62 | + | type: http | |
| 63 | + | interval: 86400 | |
| 64 | + | health-check: | |
| 65 | + | enable: true | |
| 66 | + | url: https://www.gstatic.com/generate_204 | |
| 67 | + | interval: 300 | |
| 68 | + | proxy: 直连 | |
| 69 | + | ||
| 70 | + | 赔钱机场: | |
| 71 | + | url: "https://jpmsubstore.yjhup.com/substore/download/peiqian" | |
| 72 | + | type: http | |
| 73 | + | interval: 86400 | |
| 74 | + | health-check: | |
| 75 | + | enable: true | |
| 76 | + | url: https://www.gstatic.com/generate_204 | |
| 77 | + | interval: 300 | |
| 78 | + | proxy: 直连 | |
| 79 | + | ||
| 80 | + | 翻云机场: | |
| 81 | + | url: "https://jpmsubstore.yjhup.com/substore/download/fanyun" | |
| 82 | + | type: http | |
| 83 | + | interval: 86400 | |
| 84 | + | health-check: | |
| 85 | + | enable: true | |
| 86 | + | url: https://www.gstatic.com/generate_204 | |
| 87 | + | interval: 300 | |
| 88 | + | proxy: 直连 | |
| 89 | + | ||
| 90 | + | XLMCloud机场: | |
| 91 | + | url: "https://jpmsubstore.yjhup.com/substore/download/xlmcloud" | |
| 92 | + | type: http | |
| 93 | + | interval: 86400 | |
| 94 | + | health-check: | |
| 95 | + | enable: true | |
| 96 | + | url: https://www.gstatic.com/generate_204 | |
| 97 | + | interval: 300 | |
| 98 | + | proxy: 直连 | |
| 99 | + | ||
| 100 | + | 流量光机场: | |
| 101 | + | url: "https://jpmsubstore.yjhup.com/substore/download/liuliangguang" | |
| 102 | + | type: http | |
| 103 | + | interval: 86400 | |
| 104 | + | health-check: | |
| 105 | + | enable: true | |
| 106 | + | url: https://www.gstatic.com/generate_204 | |
| 107 | + | interval: 300 | |
| 108 | + | proxy: 直连 | |
| 109 | + | ||
| 110 | + | ||
| 111 | + | ||
| 112 | + | proxies: | |
| 113 | + | - {name: 直连, type: direct} | |
| 114 | + | - {name: 拒绝, type: reject} | |
| 115 | + | ||
| 116 | + | # ======================== | |
| 117 | + | # 主要端口设置 | |
| 118 | + | # ======================== | |
| 119 | + | port: 7890 | |
| 120 | + | socks-port: 7891 | |
| 121 | + | redir-port: 7892 | |
| 122 | + | mixed-port: 7893 | |
| 123 | + | tproxy-port: 7895 | |
| 124 | + | ||
| 125 | + | allow-lan: true | |
| 126 | + | mode: rule | |
| 127 | + | log-level: info | |
| 128 | + | ||
| 129 | + | external-controller: 0.0.0.0:9090 | |
| 130 | + | # external-ui: ui | |
| 131 | + | # external-ui-name: zashboard | |
| 132 | + | # external-ui-url: https://github.com/Zephyruso/zashboard/archive/refs/heads/gh-pages.zip | |
| 133 | + | secret: "yjh20050601" | |
| 134 | + | ||
| 135 | + | # ======================== | |
| 136 | + | # DNS 设置 | |
| 137 | + | # ======================== | |
| 138 | + | dns: | |
| 139 | + | enable: true | |
| 140 | + | listen: 0.0.0.0:7874 | |
| 141 | + | ipv6: true | |
| 142 | + | enhanced-mode: fake-ip | |
| 143 | + | fake-ip-range: 198.20.0.1/16 | |
| 144 | + | nameserver: | |
| 145 | + | - 202.115.64.33 | |
| 146 | + | - 202.115.64.34 | |
| 147 | + | - 233.5.5.5 | |
| 148 | + | fake-ip-filter-mode: blacklist | |
| 149 | + | fake-ip-filter: | |
| 150 | + | - +.lan | |
| 151 | + | - +.local | |
| 152 | + | - geosite:cn | |
| 153 | + | ||
| 154 | + | # 其他 | |
| 155 | + | - +.ynhtbank.com | |
| 156 | + | - +.qeayr.cn | |
| 157 | + | - +.saojc.xyz | |
| 158 | + | - +.sssyun.xyz | |
| 159 | + | - +.dler.cloud | |
| 160 | + | - +.0tk8a3a1q4t94dler.com | |
| 161 | + | - +.aerianas.top | |
| 162 | + | - +.gptacg.top | |
| 163 | + | - +.wxda.net | |
| 164 | + | ||
| 165 | + | ipv6: true | |
| 166 | + | ||
| 167 | + | # ======================== | |
| 168 | + | # TUN 模块 | |
| 169 | + | # ======================== | |
| 170 | + | tun: | |
| 171 | + | enable: true | |
| 172 | + | stack: gvisor | |
| 173 | + | device: utun | |
| 174 | + | endpoint-independent-nat: true | |
| 175 | + | auto-route: false | |
| 176 | + | auto-detect-interface: false | |
| 177 | + | auto-redirect: false | |
| 178 | + | strict-route: false | |
| 179 | + | ||
| 180 | + | profile: | |
| 181 | + | store-selected: true | |
| 182 | + | store-fake-ip: true | |
| 183 | + | ||
| 184 | + | ||
| 185 | + | # ======================== | |
| 186 | + | # 策略组定义 | |
| 187 | + | # ======================== | |
| 188 | + | default: &default | |
| 189 | + | type: select | |
| 190 | + | proxies: | |
| 191 | + | - 直连 | |
| 192 | + | - 所有-默认代理 | |
| 193 | + | - 所有-手动 | |
| 194 | + | - 所有-手动2 | |
| 195 | + | - 所有-自动 | |
| 196 | + | - 香港-故转 | |
| 197 | + | - 台湾-故转 | |
| 198 | + | - 日本-故转 | |
| 199 | + | - 新加坡-故转 | |
| 200 | + | - 韩国-故转 | |
| 201 | + | - 美国-故转 | |
| 202 | + | - 英国-故转 | |
| 203 | + | - 其他-故转 | |
| 204 | + | - 拒绝 | |
| 205 | + | ||
| 206 | + | proxy-groups: | |
| 207 | + | ||
| 208 | + | # 业务分流组 | |
| 209 | + | ||
| 210 | + | - {name: 我的域名, <<: *default} | |
| 211 | + | - {name: 18comic, <<: *default} | |
| 212 | + | - {name: 轻量代理, <<: *default} | |
| 213 | + | - {name: 全球直连, <<: *default} | |
| 214 | + | - {name: AI, <<: *default} | |
| 215 | + | #- {name: ChatGPT, <<: *default} | |
| 216 | + | #- {name: Gemini, <<: *default} | |
| 217 | + | #- {name: Copilot, <<: *default} | |
| 218 | + | #- {name: Perplexity, <<: *default} | |
| 219 | + | #- {name: Claude, <<: *default} | |
| 220 | + | #- {name: Meta AI, <<: *default} | |
| 221 | + | #- {name: Grok, <<: *default} | |
| 222 | + | #- {name: Groq, <<: *default} | |
| 223 | + | - {name: GitHub, <<: *default} | |
| 224 | + | - {name: 外国社媒, <<: *default} | |
| 225 | + | #- {name: Reddit, <<: *default} | |
| 226 | + | #- {name: Telegram, <<: *default} | |
| 227 | + | #- {name: WhatsApp, <<: *default} | |
| 228 | + | #- {name: Facebook, <<: *default} | |
| 229 | + | - {name: BiliBili, <<: *default} | |
| 230 | + | - {name: YouTube, <<: *default} | |
| 231 | + | - {name: TikTok, <<: *default} | |
| 232 | + | - {name: 外国影视, <<: *default} | |
| 233 | + | #- {name: Netflix, <<: *default} | |
| 234 | + | #- {name: HBO, <<: *default} | |
| 235 | + | #- {name: Disney, <<: *default} | |
| 236 | + | #- {name: Amazon, <<: *default} | |
| 237 | + | #- {name: Crunchyroll, <<: *default} | |
| 238 | + | #- {name: Popcorn, <<: *default} | |
| 239 | + | - {name: Spotify, <<: *default} | |
| 240 | + | - {name: Nvidia, <<: *default} | |
| 241 | + | - {name: Steam, <<: *default} | |
| 242 | + | - {name: Games, <<: *default} | |
| 243 | + | - {name: Crypto, <<: *default} | |
| 244 | + | - {name: Apple, <<: *default} | |
| 245 | + | - {name: Google, <<: *default} | |
| 246 | + | - {name: Microsoft, <<: *default} | |
| 247 | + | - {name: Test, <<: *default} | |
| 248 | + | - {name: Block, <<: *default} | |
| 249 | + | - {name: 国外, <<: *default} | |
| 250 | + | - {name: 国内, <<: *default} | |
| 251 | + | - {name: 其他, <<: *default} | |
| 252 | + | ||
| 253 | + | - name: 所有-默认代理 | |
| 254 | + | type: select | |
| 255 | + | include-all: true | |
| 256 | + | filter: "^((?!(直连|拒绝)).)*$" | |
| 257 | + | ||
| 258 | + | - name: 所有-手动 | |
| 259 | + | type: select | |
| 260 | + | include-all: true | |
| 261 | + | filter: "^((?!(直连|拒绝)).)*$" | |
| 262 | + | ||
| 263 | + | - name: 所有-手动2 | |
| 264 | + | type: select | |
| 265 | + | include-all: true | |
| 266 | + | filter: "^((?!(直连|拒绝)).)*$" | |
| 267 | + | ||
| 268 | + | - name: 所有-自动 | |
| 269 | + | type: url-test | |
| 270 | + | include-all: true | |
| 271 | + | tolerance: 50 | |
| 272 | + | interval: 300 | |
| 273 | + | filter: "^((?!(直连|拒绝)).)*$" | |
| 274 | + | ||
| 275 | + | ||
| 276 | + | # 香港组 | |
| 277 | + | - name: 香港-故转 | |
| 278 | + | type: fallback | |
| 279 | + | interval: 300 | |
| 280 | + | lazy: false | |
| 281 | + | proxies: | |
| 282 | + | - 香港-手动 | |
| 283 | + | - 香港-自动 | |
| 284 | + | ||
| 285 | + | - name: 香港-手动 | |
| 286 | + | type: select | |
| 287 | + | include-all: true | |
| 288 | + | filter: "(?=.*(广港|香港|HK|Hong Kong|🇭🇰|HongKong)).*$" | |
| 289 | + | ||
| 290 | + | - name: 香港-自动 | |
| 291 | + | type: url-test | |
| 292 | + | include-all: true | |
| 293 | + | tolerance: 50 | |
| 294 | + | interval: 300 | |
| 295 | + | filter: "(?=.*(广港|香港|HK|Hong Kong|🇭🇰|HongKong)).*$" | |
| 296 | + | ||
| 297 | + | # 台湾组 | |
| 298 | + | - name: 台湾-故转 | |
| 299 | + | type: fallback | |
| 300 | + | interval: 300 | |
| 301 | + | lazy: false | |
| 302 | + | proxies: | |
| 303 | + | - 台湾-手动 | |
| 304 | + | - 台湾-自动 | |
| 305 | + | - name: 台湾-手动 | |
| 306 | + | type: select | |
| 307 | + | include-all: true | |
| 308 | + | filter: "(?=.*(广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan)).*$" | |
| 309 | + | - name: 台湾-自动 | |
| 310 | + | type: url-test | |
| 311 | + | include-all: true | |
| 312 | + | tolerance: 50 | |
| 313 | + | interval: 300 | |
| 314 | + | filter: "(?=.*(广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan)).*$" | |
| 315 | + | ||
| 316 | + | # 日本组 | |
| 317 | + | - name: 日本-故转 | |
| 318 | + | type: fallback | |
| 319 | + | interval: 300 | |
| 320 | + | lazy: false | |
| 321 | + | proxies: | |
| 322 | + | - 日本-手动 | |
| 323 | + | - 日本-自动 | |
| 324 | + | - name: 日本-手动 | |
| 325 | + | type: select | |
| 326 | + | include-all: true | |
| 327 | + | filter: "(?=.*(广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan)).*$" | |
| 328 | + | - name: 日本-自动 | |
| 329 | + | type: url-test | |
| 330 | + | include-all: true | |
| 331 | + | tolerance: 50 | |
| 332 | + | interval: 300 | |
| 333 | + | filter: "(?=.*(广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan)).*$" | |
| 334 | + | ||
| 335 | + | # 新加坡组 | |
| 336 | + | - name: 新加坡-故转 | |
| 337 | + | type: fallback | |
| 338 | + | interval: 300 | |
| 339 | + | lazy: false | |
| 340 | + | proxies: | |
| 341 | + | - 新加坡-手动 | |
| 342 | + | - 新加坡-自动 | |
| 343 | + | - name: 新加坡-手动 | |
| 344 | + | type: select | |
| 345 | + | include-all: true | |
| 346 | + | filter: "(?=.*(广新|新加坡|SG|坡|狮城|🇸🇬|Singapore)).*$" | |
| 347 | + | - name: 新加坡-自动 | |
| 348 | + | type: url-test | |
| 349 | + | include-all: true | |
| 350 | + | tolerance: 50 | |
| 351 | + | interval: 300 | |
| 352 | + | filter: "(?=.*(广新|新加坡|SG|坡|狮城|🇸🇬|Singapore)).*$" | |
| 353 | + | ||
| 354 | + | # 韩国组 | |
| 355 | + | - name: 韩国-故转 | |
| 356 | + | type: fallback | |
| 357 | + | interval: 300 | |
| 358 | + | lazy: false | |
| 359 | + | proxies: | |
| 360 | + | - 韩国-手动 | |
| 361 | + | - 韩国-自动 | |
| 362 | + | - name: 韩国-手动 | |
| 363 | + | type: select | |
| 364 | + | include-all: true | |
| 365 | + | filter: "(?=.*(广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea)).*$" | |
| 366 | + | - name: 韩国-自动 | |
| 367 | + | type: url-test | |
| 368 | + | include-all: true | |
| 369 | + | tolerance: 50 | |
| 370 | + | interval: 300 | |
| 371 | + | filter: "(?=.*(广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea)).*$" | |
| 372 | + | ||
| 373 | + | # 美国组 | |
| 374 | + | - name: 美国-故转 | |
| 375 | + | type: fallback | |
| 376 | + | interval: 300 | |
| 377 | + | lazy: false | |
| 378 | + | proxies: | |
| 379 | + | - 美国-手动 | |
| 380 | + | - 美国-自动 | |
| 381 | + | - name: 美国-手动 | |
| 382 | + | type: select | |
| 383 | + | include-all: true | |
| 384 | + | filter: "(?=.*(广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States)).*$" | |
| 385 | + | - name: 美国-自动 | |
| 386 | + | type: url-test | |
| 387 | + | include-all: true | |
| 388 | + | tolerance: 50 | |
| 389 | + | interval: 300 | |
| 390 | + | filter: "(?=.*(广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States)).*$" | |
| 391 | + | ||
| 392 | + | # 英国组 | |
| 393 | + | - name: 英国-故转 | |
| 394 | + | type: fallback | |
| 395 | + | interval: 300 | |
| 396 | + | lazy: false | |
| 397 | + | proxies: | |
| 398 | + | - 英国-手动 | |
| 399 | + | - 英国-自动 | |
| 400 | + | - name: 英国-手动 | |
| 401 | + | type: select | |
| 402 | + | include-all: true | |
| 403 | + | filter: "(?=.*(英国|英|伦敦|UK|United Kingdom|🇬🇧|London)).*$" | |
| 404 | + | - name: 英国-自动 | |
| 405 | + | type: url-test | |
| 406 | + | include-all: true | |
| 407 | + | tolerance: 50 | |
| 408 | + | interval: 300 | |
| 409 | + | filter: "(?=.*(英国|英|伦敦|UK|United Kingdom|🇬🇧|London)).*$" | |
| 410 | + | ||
| 411 | + | # 其他组 | |
| 412 | + | - name: 其他-故转 | |
| 413 | + | type: fallback | |
| 414 | + | interval: 300 | |
| 415 | + | lazy: false | |
| 416 | + | proxies: | |
| 417 | + | - 其他-手动 | |
| 418 | + | - 其他-自动 | |
| 419 | + | - name: 其他-手动 | |
| 420 | + | type: select | |
| 421 | + | include-all: true | |
| 422 | + | filter: "^((?!(直连|拒绝|广港|香港|HK|Hong Kong|🇭🇰|HongKong|广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan|广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan|广新|新加坡|SG|坡|狮城|🇸🇬|Singapore|广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea|广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States|英国|UK|United Kingdom|伦敦|英|London|🇬🇧)).)*$" | |
| 423 | + | - name: 其他-自动 | |
| 424 | + | type: url-test | |
| 425 | + | include-all: true | |
| 426 | + | tolerance: 50 | |
| 427 | + | interval: 300 | |
| 428 | + | filter: "^((?!(直连|拒绝|广港|香港|HK|Hong Kong|🇭🇰|HongKong|广台|台湾|台灣|TW|Tai Wan|🇹🇼|🇨🇳|TaiWan|Taiwan|广日|日本|JP|川日|东京|大阪|泉日|埼玉|沪日|深日|🇯🇵|Japan|广新|新加坡|SG|坡|狮城|🇸🇬|Singapore|广韩|韩国|韓國|KR|首尔|春川|🇰🇷|Korea|广美|US|美国|纽约|波特兰|达拉斯|俄勒|凤凰城|费利蒙|洛杉|圣何塞|圣克拉|西雅|芝加|🇺🇸|United States|英国|UK|United Kingdom|伦敦|英|London|🇬🇧)).)*$" | |
| 429 | + | ||
| 430 | + | # ======================== | |
| 431 | + | # 规则引擎(rules) | |
| 432 | + | # ======================== | |
| 433 | + | rules: | |
| 434 | + | ||
| 435 | + | - RULE-SET,GlobalDirect / Domain,全球直连 | |
| 436 | + | - RULE-SET,MyDomain / Domain,我的域名 | |
| 437 | + | - RULE-SET,18comic1 / Domain,18comic | |
| 438 | + | - RULE-SET,18comic2 / Domain,18comic | |
| 439 | + | - RULE-SET,ProxyLite / Domain,轻量代理 | |
| 440 | + | - RULE-SET,TEST / Domain,Test | |
| 441 | + | - RULE-SET,Block / Domain,Block | |
| 442 | + | - RULE-SET,ChatGPT / Domain,AI | |
| 443 | + | - RULE-SET,Claude / Domain,AI | |
| 444 | + | - RULE-SET,Meta AI / Domain,AI | |
| 445 | + | - RULE-SET,Perplexity / Domain,AI | |
| 446 | + | - RULE-SET,Copilot / Domain,AI | |
| 447 | + | - RULE-SET,Gemini / Domain,AI | |
| 448 | + | - RULE-SET,Groq / Domain,AI | |
| 449 | + | - RULE-SET,Grok / Domain,AI | |
| 450 | + | - RULE-SET,Reddit / Domain,外国社媒 | |
| 451 | + | - RULE-SET,GitHub / Domain,GitHub | |
| 452 | + | - RULE-SET,Telegram / Domain,外国社媒 | |
| 453 | + | - RULE-SET,Telegram / IP,外国社媒,no-resolve | |
| 454 | + | - RULE-SET,WhatsApp / Domain,外国社媒 | |
| 455 | + | - RULE-SET,Facebook / Domain,外国社媒 | |
| 456 | + | - RULE-SET,Apple / Domain,Apple | |
| 457 | + | - RULE-SET,Apple-CN / Domain,Apple | |
| 458 | + | - RULE-SET,Apple-Custome / Domain,Apple | |
| 459 | + | - RULE-SET,Microsoft / Domain,Microsoft | |
| 460 | + | - RULE-SET,OKX / Domain,Crypto | |
| 461 | + | - RULE-SET,Bybit / Domain,Crypto | |
| 462 | + | - RULE-SET,Binance / Domain,Crypto | |
| 463 | + | - RULE-SET,BiliBili / Domain,BiliBili | |
| 464 | + | - RULE-SET,Youtube / Domain,YouTube | |
| 465 | + | - RULE-SET,TikTok / Domain,TikTok | |
| 466 | + | - RULE-SET,Netflix / Domain,外国影视 | |
| 467 | + | - RULE-SET,Netflix / IP,外国影视,no-resolve | |
| 468 | + | - RULE-SET,Disney / Domain,外国影视 | |
| 469 | + | - RULE-SET,Amazon / Domain,外国影视 | |
| 470 | + | - RULE-SET,Crunchyroll / Domain,外国影视 | |
| 471 | + | #- RULE-SET,Popcorn / Domain,Popcorn | |
| 472 | + | - RULE-SET,HBO / Domain,外国影视 | |
| 473 | + | - RULE-SET,Spotify / Domain,Spotify | |
| 474 | + | - RULE-SET,Steam / Domain,Steam | |
| 475 | + | - RULE-SET,Epic / Domain,Games | |
| 476 | + | - RULE-SET,EA / Domain,Games | |
| 477 | + | - RULE-SET,Blizzard / Domain,Games | |
| 478 | + | - RULE-SET,UBI / Domain,Games | |
| 479 | + | - RULE-SET,PlayStation / Domain,Games | |
| 480 | + | - RULE-SET,Nintend / Domain,Games | |
| 481 | + | - RULE-SET,Google / Domain,Google | |
| 482 | + | - RULE-SET,Google / IP,Google,no-resolve | |
| 483 | + | - RULE-SET,Nvidia / Domain,Nvidia | |
| 484 | + | - RULE-SET,Telegram / IP,国外,no-resolve | |
| 485 | + | - RULE-SET,Telegram / Domain,国外 | |
| 486 | + | - RULE-SET,Proxy / Domain,国外 | |
| 487 | + | - RULE-SET,Globe / Domain,国外 | |
| 488 | + | #- RULE-SET,Direct / Domain,国内 | |
| 489 | + | #- RULE-SET,China / Domain,国内 | |
| 490 | + | #- RULE-SET,China / IP,国内,no-resolve | |
| 491 | + | - RULE-SET,Private / Domain,国内 | |
| 492 | + | - MATCH,其他 | |
| 493 | + | ||
| 494 | + | # ======================== | |
| 495 | + | # 规则集提供者 | |
| 496 | + | # ======================== | |
| 497 | + | rule-anchor: | |
| 498 | + | ip: &ip {type: http, interval: 86400, behavior: ipcidr, format: mrs} | |
| 499 | + | domain: &domain {type: http, interval: 86400, behavior: domain, format: mrs} | |
| 500 | + | class: &class {type: http, interval: 86400, behavior: classical, format: text} | |
| 501 | + | ||
| 502 | + | rule-providers: | |
| 503 | + | ProxyLite / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/ProxyLite.list"} | |
| 504 | + | 18comic1 / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/Singapore.list"} | |
| 505 | + | 18comic2 / Domain: {<<: *class, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/refs/heads/meta/geo/geosite/18comic.list"} | |
| 506 | + | MyDomain / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/mydomain.list"} | |
| 507 | + | GlobalDirect / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/Direct.list"} | |
| 508 | + | TEST / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Check.list"} | |
| 509 | + | ChatGPT / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/openai.mrs"} | |
| 510 | + | Claude / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Claude/Claude.list"} | |
| 511 | + | Meta AI / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/MetaAi.list"} | |
| 512 | + | Perplexity / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/perplexity.mrs"} | |
| 513 | + | Copilot / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Copilot.list"} | |
| 514 | + | Gemini / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Gemini.list"} | |
| 515 | + | GitHub / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/github.mrs"} | |
| 516 | + | Telegram / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/telegram.mrs"} | |
| 517 | + | Telegram / IP: {<<: *ip, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/telegram.mrs"} | |
| 518 | + | Twitter / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/x.mrs"} | |
| 519 | + | WhatsApp / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Whatsapp/Whatsapp.list"} | |
| 520 | + | Facebook / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/facebook.mrs"} | |
| 521 | + | Amazon / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/amazon.mrs"} | |
| 522 | + | Apple-CN / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/apple-cn.mrs"} | |
| 523 | + | Apple / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/apple.mrs"} | |
| 524 | + | Apple-Custome / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Apple.list"} | |
| 525 | + | Microsoft / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/microsoft.mrs"} | |
| 526 | + | OKX / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/okx.mrs"} | |
| 527 | + | Bybit / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/bybit.mrs"} | |
| 528 | + | Binance / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/binance.mrs"} | |
| 529 | + | TikTok / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/tiktok.mrs"} | |
| 530 | + | Netflix / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/netflix.mrs"} | |
| 531 | + | Netflix / IP: {<<: *ip, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/netflix.mrs"} | |
| 532 | + | Disney / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/disney.mrs"} | |
| 533 | + | HBO / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/hbo.mrs"} | |
| 534 | + | Spotify / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/spotify.mrs"} | |
| 535 | + | Steam / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/steam.mrs"} | |
| 536 | + | Epic / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Epic/Epic.list"} | |
| 537 | + | EA / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/EA/EA.list"} | |
| 538 | + | Blizzard / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Blizzard/Blizzard.list"} | |
| 539 | + | UBI / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/UBI/UBI.list"} | |
| 540 | + | PlayStation / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/PlayStation/PlayStation.list"} | |
| 541 | + | Nintend / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Nintendo/Nintendo.list"} | |
| 542 | + | Proxy / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Proxy.list"} | |
| 543 | + | Globe / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Global/Global.list"} | |
| 544 | + | Block / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Block.list"} | |
| 545 | + | Nvidia / Domain: {<<: *class, url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Nvidia/Nvidia.list"} | |
| 546 | + | Crunchyroll / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Crunchyroll.list"} | |
| 547 | + | Reddit / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/reddit.mrs"} | |
| 548 | + | Groq / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/groq.mrs"} | |
| 549 | + | Grok / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Grok.list"} | |
| 550 | + | #Popcorn / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Popcorn.list"} | |
| 551 | + | #Direct / Domain: {<<: *class, url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Direct.list"} | |
| 552 | + | Private / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/private.mrs"} | |
| 553 | + | #China / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/cn.mrs"} | |
| 554 | + | #China / IP: {<<: *ip, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/cn.mrs"} | |
| 555 | + | Youtube / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/youtube.mrs"} | |
| 556 | + | Google / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/google.mrs"} | |
| 557 | + | Google / IP: {<<: *ip, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/google.mrs"} | |
| 558 | + | BiliBili / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/bilibili.mrs"} | |
| 559 | + | ||
| 560 | + | ||
| 561 | + | # GateFireWall / Domain: {<<: *domain, url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/gfw.mrs"} | |
| 562 | + | ||
| 563 | + | ||
| 564 | + | ||
| 565 | + | ||
| 566 | + | ||
lsdl-openclash.yaml
| @@ -1,679 +1,679 @@ | |||
| 1 | - | proxy-providers: | |
| 2 | - | 自建: | |
| 3 | - | url: "https://substore.hk.yjhup.com/substore/download/zijian" | |
| 4 | - | type: http | |
| 5 | - | interval: 86400 | |
| 6 | - | health-check: | |
| 7 | - | enable: true | |
| 8 | - | url: https://www.gstatic.com/generate_204 | |
| 9 | - | interval: 300 | |
| 10 | - | proxy: 直连 | |
| 11 | - | 落地节点: | |
| 12 | - | url: "https://github.hk.yjhup.com/https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/luodijiedian.yaml" | |
| 13 | - | type: http | |
| 14 | - | interval: 86400 | |
| 15 | - | health-check: | |
| 16 | - | enable: true | |
| 17 | - | url: https://www.gstatic.com/generate_204 | |
| 18 | - | interval: 300 | |
| 19 | - | proxy: 直连 | |
| 20 | - | 良心云机场: | |
| 21 | - | url: "https://substore.hk.yjhup.com/substore/download/lxy" | |
| 22 | - | type: http | |
| 23 | - | interval: 86400 | |
| 24 | - | health-check: | |
| 25 | - | enable: true | |
| 26 | - | url: https://www.gstatic.com/generate_204 | |
| 27 | - | interval: 300 | |
| 28 | - | proxy: 直连 | |
| 29 | - | kitty机场: | |
| 30 | - | url: "https://substore.hk.yjhup.com/substore/download/kitty" | |
| 31 | - | type: http | |
| 32 | - | interval: 86400 | |
| 33 | - | health-check: | |
| 34 | - | enable: true | |
| 35 | - | url: https://www.gstatic.com/generate_204 | |
| 36 | - | interval: 300 | |
| 37 | - | proxy: 直连 | |
| 38 | - | 一分机场: | |
| 39 | - | url: "https://www.yfjc.xyz/api/v1/client/subscribe?token=ea75b360835fc61ce91b71305d8e376a" | |
| 40 | - | type: http | |
| 41 | - | interval: 86400 | |
| 42 | - | health-check: | |
| 43 | - | enable: true | |
| 44 | - | url: https://www.gstatic.com/generate_204 | |
| 45 | - | interval: 300 | |
| 46 | - | proxy: 直连 | |
| 47 | - | Mitce机场: | |
| 48 | - | url: "https://substore.hk.yjhup.com/substore/download/mitce" | |
| 49 | - | type: http | |
| 50 | - | interval: 86400 | |
| 51 | - | health-check: | |
| 52 | - | enable: true | |
| 53 | - | url: https://www.gstatic.com/generate_204 | |
| 54 | - | interval: 300 | |
| 55 | - | proxy: 直连 | |
| 56 | - | FSCloud机场: | |
| 57 | - | url: "https://short.yjhup.com/jc-fscloud" | |
| 58 | - | type: http | |
| 59 | - | interval: 86400 | |
| 60 | - | health-check: | |
| 61 | - | enable: true | |
| 62 | - | url: https://www.gstatic.com/generate_204 | |
| 63 | - | interval: 300 | |
| 64 | - | proxy: 直连 | |
| 65 | - | 白嫖机场: | |
| 66 | - | url: "https://short.yjhup.com/jc-baipiao" | |
| 67 | - | type: http | |
| 68 | - | interval: 86400 | |
| 69 | - | health-check: | |
| 70 | - | enable: true | |
| 71 | - | url: https://www.gstatic.com/generate_204 | |
| 72 | - | interval: 300 | |
| 73 | - | proxy: 直连 | |
| 74 | - | 赔钱机场: | |
| 75 | - | url: "https://substore.hk.yjhup.com/substore/download/peiqian" | |
| 76 | - | type: http | |
| 77 | - | interval: 86400 | |
| 78 | - | health-check: | |
| 79 | - | enable: true | |
| 80 | - | url: https://www.gstatic.com/generate_204 | |
| 81 | - | interval: 300 | |
| 82 | - | proxy: 直连 | |
| 83 | - | 翻云机场: | |
| 84 | - | url: "https://short.yjhup.com/jc-fanyun" | |
| 85 | - | type: http | |
| 86 | - | interval: 86400 | |
| 87 | - | health-check: | |
| 88 | - | enable: true | |
| 89 | - | url: https://www.gstatic.com/generate_204 | |
| 90 | - | interval: 300 | |
| 91 | - | proxy: 直连 | |
| 92 | - | XLMCloud机场: | |
| 93 | - | url: "https://short.yjhup.com/jc-xlmcloud" | |
| 94 | - | type: http | |
| 95 | - | interval: 86400 | |
| 96 | - | health-check: | |
| 97 | - | enable: true | |
| 98 | - | url: https://www.gstatic.com/generate_204 | |
| 99 | - | interval: 300 | |
| 100 | - | proxy: 直连 | |
| 101 | - | 流量光机场: | |
| 102 | - | url: "https://substore.hk.yjhup.com/substore/download/liuliangguang" | |
| 103 | - | type: http | |
| 104 | - | interval: 86400 | |
| 105 | - | health-check: | |
| 106 | - | enable: true | |
| 107 | - | url: https://www.gstatic.com/generate_204 | |
| 108 | - | interval: 300 | |
| 109 | - | proxy: 直连 | |
| 110 | - | 牛逼机场: | |
| 111 | - | url: "https://substore.hk.yjhup.com/substore/download/nbjc" | |
| 112 | - | type: http | |
| 113 | - | interval: 86400 | |
| 114 | - | health-check: | |
| 115 | - | enable: true | |
| 116 | - | url: https://www.gstatic.com/generate_204 | |
| 117 | - | interval: 300 | |
| 118 | - | proxy: 直连 | |
| 119 | - | skylumo: | |
| 120 | - | url: "http://144.24.239.56/api/v1/client/subscribe?token=f4f4fc07e5c14893b7d7224d6d73bd44" | |
| 121 | - | type: http | |
| 122 | - | interval: 86400 | |
| 123 | - | health-check: | |
| 124 | - | enable: true | |
| 125 | - | url: https://www.gstatic.com/generate_204 | |
| 126 | - | interval: 300 | |
| 127 | - | proxy: 直连 | |
| 128 | - | ||
| 129 | - | ||
| 130 | - | proxies: | |
| 131 | - | - {name: 直连, type: direct} | |
| 132 | - | - {name: 拒绝, type: reject} | |
| 133 | - | ||
| 134 | - | ||
| 135 | - | proxy-groups: | |
| 136 | - | - {name: 🚀 默认代理, type: select, proxies: [直连, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 137 | - | - {name: 测试网站, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 138 | - | - {name: 我的域名, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 139 | - | - {name: 18comic, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 140 | - | - {name: AI, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 141 | - | - {name: 👨🏿💻 GitHub, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 142 | - | - {name: Telegram, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 143 | - | - {name: 📲 外国社媒, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 144 | - | - {name: BiliBili, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 145 | - | - {name: 📹 YouTube, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 146 | - | - {name: TikTok, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 147 | - | - {name: Microsoft, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 148 | - | - {name: 外国影视, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 149 | - | - {name: Spotify, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 150 | - | - {name: Nvidia, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 151 | - | - {name: Steam, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 152 | - | - {name: Games, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 153 | - | - {name: Crypto, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 154 | - | - {name: Apple, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 155 | - | - {name: 🍀 Google, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 156 | - | - {name: Block, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 157 | - | - {name: 国外, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 158 | - | - {name: 国内, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 159 | - | ||
| 160 | - | - {name: 全球直连, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 161 | - | - {name: 🐟 漏网之鱼, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 162 | - | ||
| 163 | - | ||
| 164 | - | ||
| 165 | - | - {name: 手动选择1, type: select, include-all: true} | |
| 166 | - | - {name: 手动选择2, type: select, include-all: true} | |
| 167 | - | - {name: 手动中转, type: select, include-all: true} | |
| 168 | - | ||
| 169 | - | ||
| 170 | - | - {name: 中转节点, type: select, proxies: [直连, 手动中转, 🚀 默认代理, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点]} | |
| 171 | - | - {name: 落地节点, type: select, include-all: true, filter: "(?i)落地"} | |
| 172 | - | ||
| 173 | - | ||
| 174 | - | - {name: 🇭🇰 香港节点, type: select, proxies: [🇭🇰 香港手动, ♻️ 香港自动]} | |
| 175 | - | - {name: 🇯🇵 日本节点, type: select, proxies: [🇯🇵 日本手动, ♻️ 日本自动]} | |
| 176 | - | - {name: 🇸🇬 加坡节点, type: select, proxies: [🇸🇬 加坡手动, ♻️ 加坡自动]} | |
| 177 | - | - {name: 🇺🇲 美国节点, type: select, proxies: [🇺🇲 美国手动, ♻️ 美国自动]} | |
| 178 | - | - {name: 自建节点, type: select, proxies: [自建手动, 自建自动]} | |
| 179 | - | ||
| 180 | - | - {name: 🇭🇰 香港手动, type: select, include-all: true, filter: "(?=.*(港|hk|hongkong|hong kong|(?i)Hong))^((?!(落地|台|日|韩|新|深|美)).)*$"} | |
| 181 | - | - {name: 🇯🇵 日本手动, type: select, include-all: true, filter: "(?=.*(日|JP|jp|(?i)Japan))^((?!(落地|港|台|韩|新|美)).)*$"} | |
| 182 | - | - {name: 🇸🇬 加坡手动, type: select, include-all: true, filter: "(?=.*(新加坡|坡|狮城|SG|Singapore))^((?!(落地|港|台|韩|日|美)).)*$"} | |
| 183 | - | - {name: 🇺🇲 美国手动, type: select, include-all: true, filter: "(?=.*(美|US|(?i)States|America))^((?!(落地|港|台|日|韩|新)).)*$"} | |
| 184 | - | - {name: 自建手动, type: select, include-all: true, filter: "(?=.*(自建))^((?!(落地)).)*$"} | |
| 185 | - | ||
| 186 | - | - {name: ♻️ 香港自动, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "(?=.*(港|HK|(?i)Hong))^((?!(落地|台|日|韩|新|深|美)).)*$"} | |
| 187 | - | - {name: ♻️ 日本自动, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "(?=.*(日|JP|jp|(?i)Japan))^((?!(落地|港|台|韩|新|美)).)*$" } | |
| 188 | - | - {name: ♻️ 加坡自动, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "(?=.*(新加坡|坡|狮城|SG|Singapore))^((?!(落地|港|台|韩|日|美)).)*$" } | |
| 189 | - | - {name: ♻️ 美国自动, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "(?=.*(美|US|(?i)States|America))^((?!(落地|港|台|日|韩|新)).)*$"} | |
| 190 | - | - {name: 自建自动, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "(?=.*(自建))^((?!(落地)).)*$"} | |
| 191 | - | - {name: ♻️ 自动选择, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "^((?!(直连)).)*$"} | |
| 192 | - | ||
| 193 | - | - {name: 🌐 全部节点, type: select, include-all: true} | |
| 194 | - | ||
| 195 | - | ||
| 196 | - | rules: | |
| 197 | - | - RULE-SET,GlobalDirect / Domain,全球直连 | |
| 198 | - | - RULE-SET,MyDomain / Domain,我的域名 | |
| 199 | - | - RULE-SET,18comic1 / Domain,18comic | |
| 200 | - | - RULE-SET,18comic2 / Domain,18comic | |
| 201 | - | - RULE-SET,ProxyLite / Domain,🚀 默认代理 | |
| 202 | - | - RULE-SET,TEST / Domain,测试网站 | |
| 203 | - | - RULE-SET,Block / Domain,Block | |
| 204 | - | - RULE-SET,ChatGPT / Domain,AI | |
| 205 | - | - RULE-SET,Claude / Domain,AI | |
| 206 | - | - RULE-SET,Meta AI / Domain,AI | |
| 207 | - | - RULE-SET,Perplexity / Domain,AI | |
| 208 | - | - RULE-SET,Copilot / Domain,AI | |
| 209 | - | - RULE-SET,Gemini / Domain,AI | |
| 210 | - | - RULE-SET,Groq / Domain,AI | |
| 211 | - | - RULE-SET,Grok / Domain,AI | |
| 212 | - | - RULE-SET,Reddit / Domain,📲 外国社媒 | |
| 213 | - | - RULE-SET,GitHub / Domain,👨🏿💻 GitHub | |
| 214 | - | - RULE-SET,Telegram / Domain,Telegram | |
| 215 | - | - RULE-SET,Telegram / IP,Telegram,no-resolve | |
| 216 | - | - RULE-SET,WhatsApp / Domain,📲 外国社媒 | |
| 217 | - | - RULE-SET,Facebook / Domain,📲 外国社媒 | |
| 218 | - | - RULE-SET,Twitter / Domain,📲 外国社媒 | |
| 219 | - | - RULE-SET,Apple / Domain,Apple | |
| 220 | - | - RULE-SET,Apple-CN / Domain,Apple | |
| 221 | - | - RULE-SET,Apple-Custome / Domain,Apple | |
| 222 | - | - RULE-SET,Microsoft / Domain,Microsoft | |
| 223 | - | - RULE-SET,OKX / Domain,Crypto | |
| 224 | - | - RULE-SET,Bybit / Domain,Crypto | |
| 225 | - | - RULE-SET,Binance / Domain,Crypto | |
| 226 | - | - RULE-SET,BiliBili / Domain,BiliBili | |
| 227 | - | - RULE-SET,Youtube / Domain,📹 YouTube | |
| 228 | - | - RULE-SET,TikTok / Domain,TikTok | |
| 229 | - | - RULE-SET,Netflix / Domain,外国影视 | |
| 230 | - | - RULE-SET,Netflix / IP,外国影视,no-resolve | |
| 231 | - | - RULE-SET,Disney / Domain,外国影视 | |
| 232 | - | - RULE-SET,Amazon / Domain,外国影视 | |
| 233 | - | - RULE-SET,Crunchyroll / Domain,外国影视 | |
| 234 | - | - RULE-SET,HBO / Domain,外国影视 | |
| 235 | - | - RULE-SET,Spotify / Domain,Spotify | |
| 236 | - | - RULE-SET,Steam / Domain,Steam | |
| 237 | - | - RULE-SET,Epic / Domain,Games | |
| 238 | - | - RULE-SET,EA / Domain,Games | |
| 239 | - | - RULE-SET,Blizzard / Domain,Games | |
| 240 | - | - RULE-SET,UBI / Domain,Games | |
| 241 | - | - RULE-SET,PlayStation / Domain,Games | |
| 242 | - | - RULE-SET,Nintend / Domain,Games | |
| 243 | - | - RULE-SET,Google / Domain,🍀 Google | |
| 244 | - | - RULE-SET,Google / IP,🍀 Google,no-resolve | |
| 245 | - | - RULE-SET,Nvidia / Domain,Nvidia | |
| 246 | - | - RULE-SET,Telegram / IP,国外,no-resolve | |
| 247 | - | - RULE-SET,Telegram / Domain,国外 | |
| 248 | - | - RULE-SET,Proxy / Domain,国外 | |
| 249 | - | - RULE-SET,Globe / Domain,国外 | |
| 250 | - | - RULE-SET,Private / Domain,国内 | |
| 251 | - | - RULE-SET,China / IP,国内 | |
| 252 | - | - MATCH,🐟 漏网之鱼 | |
| 253 | - | ||
| 254 | - | ||
| 255 | - | rule-anchor: | |
| 256 | - | ip: &ip | |
| 257 | - | type: http | |
| 258 | - | interval: 86400 | |
| 259 | - | behavior: ipcidr | |
| 260 | - | format: mrs | |
| 261 | - | domain: &domain | |
| 262 | - | type: http | |
| 263 | - | interval: 86400 | |
| 264 | - | behavior: domain | |
| 265 | - | format: mrs | |
| 266 | - | class: &class | |
| 267 | - | type: http | |
| 268 | - | interval: 86400 | |
| 269 | - | behavior: classical | |
| 270 | - | format: text | |
| 271 | - | ||
| 272 | - | ||
| 273 | - | rule-providers: | |
| 274 | - | ProxyLite / Domain: | |
| 275 | - | <<: *class | |
| 276 | - | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/ProxyLite.list" | |
| 277 | - | 18comic1 / Domain: | |
| 278 | - | <<: *class | |
| 279 | - | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/Singapore.list" | |
| 280 | - | 18comic2 / Domain: | |
| 281 | - | <<: *class | |
| 282 | - | url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/refs/heads/meta/geo/geosite/18comic.list" | |
| 283 | - | MyDomain / Domain: | |
| 284 | - | <<: *class | |
| 285 | - | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/mydomain.list" | |
| 286 | - | GlobalDirect / Domain: | |
| 287 | - | <<: *class | |
| 288 | - | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/Direct.list" | |
| 289 | - | TEST / Domain: | |
| 290 | - | <<: *class | |
| 291 | - | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Check.list" | |
| 292 | - | ChatGPT / Domain: | |
| 293 | - | <<: *domain | |
| 294 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/openai.mrs" | |
| 295 | - | Claude / Domain: | |
| 296 | - | <<: *class | |
| 297 | - | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Claude/Claude.list" | |
| 298 | - | Meta AI / Domain: | |
| 299 | - | <<: *class | |
| 300 | - | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/MetaAi.list" | |
| 301 | - | Perplexity / Domain: | |
| 302 | - | <<: *domain | |
| 303 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/perplexity.mrs" | |
| 304 | - | Copilot / Domain: | |
| 305 | - | <<: *class | |
| 306 | - | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Copilot.list" | |
| 307 | - | Gemini / Domain: | |
| 308 | - | <<: *class | |
| 309 | - | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Gemini.list" | |
| 310 | - | GitHub / Domain: | |
| 311 | - | <<: *domain | |
| 312 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/github.mrs" | |
| 313 | - | Telegram / Domain: | |
| 314 | - | <<: *domain | |
| 315 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/telegram.mrs" | |
| 316 | - | Telegram / IP: | |
| 317 | - | <<: *ip | |
| 318 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/telegram.mrs" | |
| 319 | - | Twitter / Domain: | |
| 320 | - | <<: *domain | |
| 321 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/x.mrs" | |
| 322 | - | WhatsApp / Domain: | |
| 323 | - | <<: *class | |
| 324 | - | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Whatsapp/Whatsapp.list" | |
| 325 | - | Facebook / Domain: | |
| 326 | - | <<: *domain | |
| 327 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/facebook.mrs" | |
| 328 | - | Amazon / Domain: | |
| 329 | - | <<: *domain | |
| 330 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/amazon.mrs" | |
| 331 | - | Apple-CN / Domain: | |
| 332 | - | <<: *domain | |
| 333 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/apple-cn.mrs" | |
| 334 | - | Apple / Domain: | |
| 335 | - | <<: *domain | |
| 336 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/apple.mrs" | |
| 337 | - | Apple-Custome / Domain: | |
| 338 | - | <<: *class | |
| 339 | - | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Apple.list" | |
| 340 | - | Microsoft / Domain: | |
| 341 | - | <<: *domain | |
| 342 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/microsoft.mrs" | |
| 343 | - | OKX / Domain: | |
| 344 | - | <<: *domain | |
| 345 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/okx.mrs" | |
| 346 | - | Bybit / Domain: | |
| 347 | - | <<: *domain | |
| 348 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/bybit.mrs" | |
| 349 | - | Binance / Domain: | |
| 350 | - | <<: *domain | |
| 351 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/binance.mrs" | |
| 352 | - | TikTok / Domain: | |
| 353 | - | <<: *domain | |
| 354 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/tiktok.mrs" | |
| 355 | - | Netflix / Domain: | |
| 356 | - | <<: *domain | |
| 357 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/netflix.mrs" | |
| 358 | - | Netflix / IP: | |
| 359 | - | <<: *ip | |
| 360 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/netflix.mrs" | |
| 361 | - | Disney / Domain: | |
| 362 | - | <<: *domain | |
| 363 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/disney.mrs" | |
| 364 | - | HBO / Domain: | |
| 365 | - | <<: *domain | |
| 366 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/hbo.mrs" | |
| 367 | - | Spotify / Domain: | |
| 368 | - | <<: *domain | |
| 369 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/spotify.mrs" | |
| 370 | - | Steam / Domain: | |
| 371 | - | <<: *domain | |
| 372 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/steam.mrs" | |
| 373 | - | Epic / Domain: | |
| 374 | - | <<: *class | |
| 375 | - | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Epic/Epic.list" | |
| 376 | - | EA / Domain: | |
| 377 | - | <<: *class | |
| 378 | - | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/EA/EA.list" | |
| 379 | - | Blizzard / Domain: | |
| 380 | - | <<: *class | |
| 381 | - | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Blizzard/Blizzard.list" | |
| 382 | - | UBI / Domain: | |
| 383 | - | <<: *class | |
| 384 | - | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/UBI/UBI.list" | |
| 385 | - | PlayStation / Domain: | |
| 386 | - | <<: *class | |
| 387 | - | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/PlayStation/PlayStation.list" | |
| 388 | - | Nintend / Domain: | |
| 389 | - | <<: *class | |
| 390 | - | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Nintendo/Nintendo.list" | |
| 391 | - | Proxy / Domain: | |
| 392 | - | <<: *class | |
| 393 | - | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Proxy.list" | |
| 394 | - | Globe / Domain: | |
| 395 | - | <<: *class | |
| 396 | - | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Global/Global.list" | |
| 397 | - | Block / Domain: | |
| 398 | - | <<: *class | |
| 399 | - | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Block.list" | |
| 400 | - | Nvidia / Domain: | |
| 401 | - | <<: *class | |
| 402 | - | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Nvidia/Nvidia.list" | |
| 403 | - | Crunchyroll / Domain: | |
| 404 | - | <<: *class | |
| 405 | - | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Crunchyroll.list" | |
| 406 | - | Reddit / Domain: | |
| 407 | - | <<: *domain | |
| 408 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/reddit.mrs" | |
| 409 | - | Groq / Domain: | |
| 410 | - | <<: *domain | |
| 411 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/groq.mrs" | |
| 412 | - | Grok / Domain: | |
| 413 | - | <<: *class | |
| 414 | - | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Grok.list" | |
| 415 | - | Private / Domain: | |
| 416 | - | <<: *domain | |
| 417 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/private.mrs" | |
| 418 | - | Youtube / Domain: | |
| 419 | - | <<: *domain | |
| 420 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/youtube.mrs" | |
| 421 | - | Google / Domain: | |
| 422 | - | <<: *domain | |
| 423 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/google.mrs" | |
| 424 | - | Google / IP: | |
| 425 | - | <<: *ip | |
| 426 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/google.mrs" | |
| 427 | - | BiliBili / Domain: | |
| 428 | - | <<: *domain | |
| 429 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/bilibili.mrs" | |
| 430 | - | China / IP: | |
| 431 | - | <<: *ip | |
| 432 | - | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/cn.mrs" | |
| 433 | - | ||
| 434 | - | port: 7890 | |
| 435 | - | socks-port: 7891 | |
| 436 | - | allow-lan: true | |
| 437 | - | mode: rule | |
| 438 | - | log-level: info | |
| 439 | - | external-controller: 0.0.0.0:9090 | |
| 440 | - | ||
| 441 | - | dns: | |
| 442 | - | enable: true | |
| 443 | - | ipv6: false | |
| 444 | - | enhanced-mode: fake-ip | |
| 445 | - | fake-ip-range: 198.18.0.1/16 | |
| 446 | - | listen: 0.0.0.0:7874 | |
| 447 | - | respect-rules: true | |
| 448 | - | fake-ip-filter-mode: blacklist | |
| 449 | - | nameserver: | |
| 450 | - | - 127.0.0.1:5533 | |
| 451 | - | proxy-server-nameserver: | |
| 452 | - | - 127.0.0.1:5533 | |
| 453 | - | fake-ip-filter: | |
| 454 | - | - "*.lan" | |
| 455 | - | - "*.localdomain" | |
| 456 | - | - "*.example" | |
| 457 | - | - "*.invalid" | |
| 458 | - | - "*.localhost" | |
| 459 | - | - "*.test" | |
| 460 | - | - "*.local" | |
| 461 | - | - "*.home.arpa" | |
| 462 | - | - "*.direct" | |
| 463 | - | - cable.auth.com | |
| 464 | - | - network-test.debian.org | |
| 465 | - | - detectportal.firefox.com | |
| 466 | - | - resolver1.opendns.com | |
| 467 | - | - global.turn.twilio.com | |
| 468 | - | - global.stun.twilio.com | |
| 469 | - | - app.yinxiang.com | |
| 470 | - | - injections.adguard.org | |
| 471 | - | - localhost.*.weixin.qq.com | |
| 472 | - | - "*.blzstatic.cn" | |
| 473 | - | - "*.cmpassport.com" | |
| 474 | - | - id6.me | |
| 475 | - | - open.e.189.cn | |
| 476 | - | - opencloud.wostore.cn | |
| 477 | - | - id.mail.wo.cn | |
| 478 | - | - mdn.open.wo.cn | |
| 479 | - | - hmrz.wo.cn | |
| 480 | - | - nishub1.10010.com | |
| 481 | - | - enrichgw.10010.com | |
| 482 | - | - "*.wosms.cn" | |
| 483 | - | - "*.jegotrip.com.cn" | |
| 484 | - | - "*.icitymobile.mobi" | |
| 485 | - | - "*.pingan.com.cn" | |
| 486 | - | - "*.cmbchina.com" | |
| 487 | - | - "*.10099.com.cn" | |
| 488 | - | - "*.microdone.cn" | |
| 489 | - | - PDC._msDCS.*.* | |
| 490 | - | - DC._msDCS.*.* | |
| 491 | - | - GC._msDCS.*.* | |
| 492 | - | - time.*.com | |
| 493 | - | - time.*.gov | |
| 494 | - | - time.*.edu.cn | |
| 495 | - | - time.*.apple.com | |
| 496 | - | - time-ios.apple.com | |
| 497 | - | - time1.*.com | |
| 498 | - | - time2.*.com | |
| 499 | - | - time3.*.com | |
| 500 | - | - time4.*.com | |
| 501 | - | - time5.*.com | |
| 502 | - | - time6.*.com | |
| 503 | - | - time7.*.com | |
| 504 | - | - ntp.*.com | |
| 505 | - | - ntp1.*.com | |
| 506 | - | - ntp2.*.com | |
| 507 | - | - ntp3.*.com | |
| 508 | - | - ntp4.*.com | |
| 509 | - | - ntp5.*.com | |
| 510 | - | - ntp6.*.com | |
| 511 | - | - ntp7.*.com | |
| 512 | - | - "*.time.edu.cn" | |
| 513 | - | - "*.ntp.org.cn" | |
| 514 | - | - "+.pool.ntp.org" | |
| 515 | - | - time1.cloud.tencent.com | |
| 516 | - | - music.163.com | |
| 517 | - | - "*.music.163.com" | |
| 518 | - | - "*.126.net" | |
| 519 | - | - musicapi.taihe.com | |
| 520 | - | - music.taihe.com | |
| 521 | - | - songsearch.kugou.com | |
| 522 | - | - trackercdn.kugou.com | |
| 523 | - | - "*.kuwo.cn" | |
| 524 | - | - api-jooxtt.sanook.com | |
| 525 | - | - api.joox.com | |
| 526 | - | - joox.com | |
| 527 | - | - y.qq.com | |
| 528 | - | - "*.y.qq.com" | |
| 529 | - | - streamoc.music.tc.qq.com | |
| 530 | - | - mobileoc.music.tc.qq.com | |
| 531 | - | - isure.stream.qqmusic.qq.com | |
| 532 | - | - dl.stream.qqmusic.qq.com | |
| 533 | - | - aqqmusic.tc.qq.com | |
| 534 | - | - amobile.music.tc.qq.com | |
| 535 | - | - "*.xiami.com" | |
| 536 | - | - "*.music.migu.cn" | |
| 537 | - | - music.migu.cn | |
| 538 | - | - "+.msftconnecttest.com" | |
| 539 | - | - "+.msftncsi.com" | |
| 540 | - | - localhost.ptlogin2.qq.com | |
| 541 | - | - localhost.sec.qq.com | |
| 542 | - | - "+.qq.com" | |
| 543 | - | - "+.tencent.com" | |
| 544 | - | - "+.srv.nintendo.net" | |
| 545 | - | - "*.n.n.srv.nintendo.net" | |
| 546 | - | - "+.cdn.nintendo.net" | |
| 547 | - | - "+.stun.playstation.net" | |
| 548 | - | - xbox.*.*.microsoft.com | |
| 549 | - | - "*.*.xboxlive.com" | |
| 550 | - | - xbox.*.microsoft.com | |
| 551 | - | - xnotify.xboxlive.com | |
| 552 | - | - "+.battle.net" | |
| 553 | - | - "+.battlenet.com.cn" | |
| 554 | - | - "+.wotgame.cn" | |
| 555 | - | - "+.wggames.cn" | |
| 556 | - | - "+.wowsgame.cn" | |
| 557 | - | - "+.wargaming.net" | |
| 558 | - | - proxy.golang.org | |
| 559 | - | - stun.*.* | |
| 560 | - | - stun.*.*.* | |
| 561 | - | - "+.stun.*.*" | |
| 562 | - | - "+.stun.*.*.*" | |
| 563 | - | - "+.stun.*.*.*.*" | |
| 564 | - | - "+.stun.*.*.*.*.*" | |
| 565 | - | - heartbeat.belkin.com | |
| 566 | - | - "*.linksys.com" | |
| 567 | - | - "*.linksyssmartwifi.com" | |
| 568 | - | - "*.router.asus.com" | |
| 569 | - | - mesu.apple.com | |
| 570 | - | - swscan.apple.com | |
| 571 | - | - swquery.apple.com | |
| 572 | - | - swdownload.apple.com | |
| 573 | - | - swcdn.apple.com | |
| 574 | - | - swdist.apple.com | |
| 575 | - | - lens.l.google.com | |
| 576 | - | - stun.l.google.com | |
| 577 | - | - na.b.g-tun.com | |
| 578 | - | - "+.nflxvideo.net" | |
| 579 | - | - "*.square-enix.com" | |
| 580 | - | - "*.finalfantasyxiv.com" | |
| 581 | - | - "*.ffxiv.com" | |
| 582 | - | - "*.ff14.sdo.com" | |
| 583 | - | - ff.dorado.sdo.com | |
| 584 | - | - "*.mcdn.bilivideo.cn" | |
| 585 | - | - "+.media.dssott.com" | |
| 586 | - | - shark007.net | |
| 587 | - | - Mijia Cloud | |
| 588 | - | - "+.cmbchina.com" | |
| 589 | - | - "+.cmbimg.com" | |
| 590 | - | - local.adguard.org | |
| 591 | - | - "+.sandai.net" | |
| 592 | - | - "+.n0808.com" | |
| 593 | - | - "+.uu.163.com" | |
| 594 | - | - ps.res.netease.com | |
| 595 | - | - "+.pub.3gppnetwork.org" | |
| 596 | - | - geosite:category-games | |
| 597 | - | - geosite:apple-cn | |
| 598 | - | - geosite:google-cn | |
| 599 | - | - geosite:cn | |
| 600 | - | ||
| 601 | - | use-hosts: true | |
| 602 | - | ||
| 603 | - | direct-nameserver: | |
| 604 | - | - 127.0.0.1:5533 | |
| 605 | - | ||
| 606 | - | redir-port: 7892 | |
| 607 | - | tproxy-port: 7895 | |
| 608 | - | mixed-port: 7893 | |
| 609 | - | secret: '' | |
| 610 | - | bind-address: "*" | |
| 611 | - | external-ui: "/etc/openclash/ui" | |
| 612 | - | external-ui-name: metacubexd | |
| 613 | - | keep-alive-interval: 15 | |
| 614 | - | keep-alive-idle: 600 | |
| 615 | - | ipv6: false | |
| 616 | - | ||
| 617 | - | geodata-loader: memconservative | |
| 618 | - | tcp-concurrent: true | |
| 619 | - | unified-delay: true | |
| 620 | - | geox-url: | |
| 621 | - | mmdb: https://testingcf.jsdelivr.net/gh/alecthw/mmdb_china_ip_list@release/lite/Country.mmdb | |
| 622 | - | geoip: https://testingcf.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat | |
| 623 | - | geosite: https://testingcf.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat | |
| 624 | - | asn: https://testingcf.jsdelivr.net/gh/xishang0128/geoip@release/GeoLite2-ASN.mmdb | |
| 625 | - | sniffer: | |
| 626 | - | enable: true | |
| 627 | - | override-destination: true | |
| 628 | - | sniff: | |
| 629 | - | QUIC: | |
| 630 | - | ports: | |
| 631 | - | - 443 | |
| 632 | - | TLS: | |
| 633 | - | ports: | |
| 634 | - | - 443 | |
| 635 | - | - 8443 | |
| 636 | - | HTTP: | |
| 637 | - | ports: | |
| 638 | - | - 80 | |
| 639 | - | - 8080-8880 | |
| 640 | - | override-destination: true | |
| 641 | - | force-domain: | |
| 642 | - | - "+.netflix.com" | |
| 643 | - | - "+.nflxvideo.net" | |
| 644 | - | - "+.amazonaws.com" | |
| 645 | - | - "+.media.dssott.com" | |
| 646 | - | skip-domain: | |
| 647 | - | - "+.apple.com" | |
| 648 | - | - Mijia Cloud | |
| 649 | - | - dlg.io.mi.com | |
| 650 | - | - "+.oray.com" | |
| 651 | - | - "+.sunlogin.net" | |
| 652 | - | - "+.push.apple.com" | |
| 653 | - | parse-pure-ip: true | |
| 654 | - | tun: | |
| 655 | - | enable: true | |
| 656 | - | stack: mixed | |
| 657 | - | device: utun | |
| 658 | - | dns-hijack: | |
| 659 | - | - 127.0.0.1:53 | |
| 660 | - | endpoint-independent-nat: true | |
| 661 | - | auto-route: false | |
| 662 | - | auto-detect-interface: false | |
| 663 | - | auto-redirect: false | |
| 664 | - | strict-route: false | |
| 665 | - | profile: | |
| 666 | - | store-selected: true | |
| 667 | - | store-fake-ip: true | |
| 668 | - | hosts: | |
| 669 | - | home.yjhup.com: 100.100.99.1 | |
| 670 | - | home.yjhup.vip: 100.100.99.1 | |
| 671 | - | authentication: | |
| 672 | - | - Clash:xVNx8LwB | |
| 673 | - | ||
| 674 | - | ||
| 675 | - | ||
| 676 | - | ||
| 677 | - | ||
| 678 | - | ||
| 679 | - | ||
| 1 | + | proxy-providers: | |
| 2 | + | 自建: | |
| 3 | + | url: "https://substore.hk.yjhup.com/substore/download/zijian" | |
| 4 | + | type: http | |
| 5 | + | interval: 86400 | |
| 6 | + | health-check: | |
| 7 | + | enable: true | |
| 8 | + | url: https://www.gstatic.com/generate_204 | |
| 9 | + | interval: 300 | |
| 10 | + | proxy: 直连 | |
| 11 | + | 落地节点: | |
| 12 | + | url: "https://github.hk.yjhup.com/https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/luodijiedian.yaml" | |
| 13 | + | type: http | |
| 14 | + | interval: 86400 | |
| 15 | + | health-check: | |
| 16 | + | enable: true | |
| 17 | + | url: https://www.gstatic.com/generate_204 | |
| 18 | + | interval: 300 | |
| 19 | + | proxy: 直连 | |
| 20 | + | 良心云机场: | |
| 21 | + | url: "https://substore.hk.yjhup.com/substore/download/lxy" | |
| 22 | + | type: http | |
| 23 | + | interval: 86400 | |
| 24 | + | health-check: | |
| 25 | + | enable: true | |
| 26 | + | url: https://www.gstatic.com/generate_204 | |
| 27 | + | interval: 300 | |
| 28 | + | proxy: 直连 | |
| 29 | + | kitty机场: | |
| 30 | + | url: "https://substore.hk.yjhup.com/substore/download/kitty" | |
| 31 | + | type: http | |
| 32 | + | interval: 86400 | |
| 33 | + | health-check: | |
| 34 | + | enable: true | |
| 35 | + | url: https://www.gstatic.com/generate_204 | |
| 36 | + | interval: 300 | |
| 37 | + | proxy: 直连 | |
| 38 | + | 一分机场: | |
| 39 | + | url: "https://www.yfjc.xyz/api/v1/client/subscribe?token=ea75b360835fc61ce91b71305d8e376a" | |
| 40 | + | type: http | |
| 41 | + | interval: 86400 | |
| 42 | + | health-check: | |
| 43 | + | enable: true | |
| 44 | + | url: https://www.gstatic.com/generate_204 | |
| 45 | + | interval: 300 | |
| 46 | + | proxy: 直连 | |
| 47 | + | Mitce机场: | |
| 48 | + | url: "https://substore.hk.yjhup.com/substore/download/mitce" | |
| 49 | + | type: http | |
| 50 | + | interval: 86400 | |
| 51 | + | health-check: | |
| 52 | + | enable: true | |
| 53 | + | url: https://www.gstatic.com/generate_204 | |
| 54 | + | interval: 300 | |
| 55 | + | proxy: 直连 | |
| 56 | + | FSCloud机场: | |
| 57 | + | url: "https://short.yjhup.com/jc-fscloud" | |
| 58 | + | type: http | |
| 59 | + | interval: 86400 | |
| 60 | + | health-check: | |
| 61 | + | enable: true | |
| 62 | + | url: https://www.gstatic.com/generate_204 | |
| 63 | + | interval: 300 | |
| 64 | + | proxy: 直连 | |
| 65 | + | 白嫖机场: | |
| 66 | + | url: "https://short.yjhup.com/jc-baipiao" | |
| 67 | + | type: http | |
| 68 | + | interval: 86400 | |
| 69 | + | health-check: | |
| 70 | + | enable: true | |
| 71 | + | url: https://www.gstatic.com/generate_204 | |
| 72 | + | interval: 300 | |
| 73 | + | proxy: 直连 | |
| 74 | + | 赔钱机场: | |
| 75 | + | url: "https://substore.hk.yjhup.com/substore/download/peiqian" | |
| 76 | + | type: http | |
| 77 | + | interval: 86400 | |
| 78 | + | health-check: | |
| 79 | + | enable: true | |
| 80 | + | url: https://www.gstatic.com/generate_204 | |
| 81 | + | interval: 300 | |
| 82 | + | proxy: 直连 | |
| 83 | + | 翻云机场: | |
| 84 | + | url: "https://short.yjhup.com/jc-fanyun" | |
| 85 | + | type: http | |
| 86 | + | interval: 86400 | |
| 87 | + | health-check: | |
| 88 | + | enable: true | |
| 89 | + | url: https://www.gstatic.com/generate_204 | |
| 90 | + | interval: 300 | |
| 91 | + | proxy: 直连 | |
| 92 | + | XLMCloud机场: | |
| 93 | + | url: "https://short.yjhup.com/jc-xlmcloud" | |
| 94 | + | type: http | |
| 95 | + | interval: 86400 | |
| 96 | + | health-check: | |
| 97 | + | enable: true | |
| 98 | + | url: https://www.gstatic.com/generate_204 | |
| 99 | + | interval: 300 | |
| 100 | + | proxy: 直连 | |
| 101 | + | 流量光机场: | |
| 102 | + | url: "https://substore.hk.yjhup.com/substore/download/liuliangguang" | |
| 103 | + | type: http | |
| 104 | + | interval: 86400 | |
| 105 | + | health-check: | |
| 106 | + | enable: true | |
| 107 | + | url: https://www.gstatic.com/generate_204 | |
| 108 | + | interval: 300 | |
| 109 | + | proxy: 直连 | |
| 110 | + | 牛逼机场: | |
| 111 | + | url: "https://substore.hk.yjhup.com/substore/download/nbjc" | |
| 112 | + | type: http | |
| 113 | + | interval: 86400 | |
| 114 | + | health-check: | |
| 115 | + | enable: true | |
| 116 | + | url: https://www.gstatic.com/generate_204 | |
| 117 | + | interval: 300 | |
| 118 | + | proxy: 直连 | |
| 119 | + | skylumo: | |
| 120 | + | url: "http://144.24.239.56/api/v1/client/subscribe?token=f4f4fc07e5c14893b7d7224d6d73bd44" | |
| 121 | + | type: http | |
| 122 | + | interval: 86400 | |
| 123 | + | health-check: | |
| 124 | + | enable: true | |
| 125 | + | url: https://www.gstatic.com/generate_204 | |
| 126 | + | interval: 300 | |
| 127 | + | proxy: 直连 | |
| 128 | + | ||
| 129 | + | ||
| 130 | + | proxies: | |
| 131 | + | - {name: 直连, type: direct} | |
| 132 | + | - {name: 拒绝, type: reject} | |
| 133 | + | ||
| 134 | + | ||
| 135 | + | proxy-groups: | |
| 136 | + | - {name: 🚀 默认代理, type: select, proxies: [直连, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 137 | + | - {name: 测试网站, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 138 | + | - {name: 我的域名, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 139 | + | - {name: 18comic, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 140 | + | - {name: AI, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 141 | + | - {name: 👨🏿💻 GitHub, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 142 | + | - {name: Telegram, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 143 | + | - {name: 📲 外国社媒, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 144 | + | - {name: BiliBili, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 145 | + | - {name: 📹 YouTube, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 146 | + | - {name: TikTok, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 147 | + | - {name: Microsoft, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 148 | + | - {name: 外国影视, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 149 | + | - {name: Spotify, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 150 | + | - {name: Nvidia, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 151 | + | - {name: Steam, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 152 | + | - {name: Games, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 153 | + | - {name: Crypto, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 154 | + | - {name: Apple, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 155 | + | - {name: 🍀 Google, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 156 | + | - {name: Block, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 157 | + | - {name: 国外, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 158 | + | - {name: 国内, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 159 | + | ||
| 160 | + | - {name: 全球直连, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 161 | + | - {name: 🐟 漏网之鱼, type: select, proxies: [直连, 🚀 默认代理, 落地节点, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点, 拒绝]} | |
| 162 | + | ||
| 163 | + | ||
| 164 | + | ||
| 165 | + | - {name: 手动选择1, type: select, include-all: true} | |
| 166 | + | - {name: 手动选择2, type: select, include-all: true} | |
| 167 | + | - {name: 手动中转, type: select, include-all: true} | |
| 168 | + | ||
| 169 | + | ||
| 170 | + | - {name: 中转节点, type: select, proxies: [直连, 手动中转, 🚀 默认代理, 手动选择1, 手动选择2, 自建节点, 🇭🇰 香港节点, 🇯🇵 日本节点, 🇸🇬 加坡节点, 🇺🇲 美国节点, 🌐 全部节点]} | |
| 171 | + | - {name: 落地节点, type: select, include-all: true, filter: "(?i)落地"} | |
| 172 | + | ||
| 173 | + | ||
| 174 | + | - {name: 🇭🇰 香港节点, type: select, proxies: [🇭🇰 香港手动, ♻️ 香港自动]} | |
| 175 | + | - {name: 🇯🇵 日本节点, type: select, proxies: [🇯🇵 日本手动, ♻️ 日本自动]} | |
| 176 | + | - {name: 🇸🇬 加坡节点, type: select, proxies: [🇸🇬 加坡手动, ♻️ 加坡自动]} | |
| 177 | + | - {name: 🇺🇲 美国节点, type: select, proxies: [🇺🇲 美国手动, ♻️ 美国自动]} | |
| 178 | + | - {name: 自建节点, type: select, proxies: [自建手动, 自建自动]} | |
| 179 | + | ||
| 180 | + | - {name: 🇭🇰 香港手动, type: select, include-all: true, filter: "(?=.*(港|hk|hongkong|hong kong|(?i)Hong))^((?!(落地|台|日|韩|新|深|美)).)*$"} | |
| 181 | + | - {name: 🇯🇵 日本手动, type: select, include-all: true, filter: "(?=.*(日|JP|jp|(?i)Japan))^((?!(落地|港|台|韩|新|美)).)*$"} | |
| 182 | + | - {name: 🇸🇬 加坡手动, type: select, include-all: true, filter: "(?=.*(新加坡|坡|狮城|SG|Singapore))^((?!(落地|港|台|韩|日|美)).)*$"} | |
| 183 | + | - {name: 🇺🇲 美国手动, type: select, include-all: true, filter: "(?=.*(美|US|(?i)States|America))^((?!(落地|港|台|日|韩|新)).)*$"} | |
| 184 | + | - {name: 自建手动, type: select, include-all: true, filter: "(?=.*(自建))^((?!(落地)).)*$"} | |
| 185 | + | ||
| 186 | + | - {name: ♻️ 香港自动, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "(?=.*(港|HK|(?i)Hong))^((?!(落地|台|日|韩|新|深|美)).)*$"} | |
| 187 | + | - {name: ♻️ 日本自动, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "(?=.*(日|JP|jp|(?i)Japan))^((?!(落地|港|台|韩|新|美)).)*$" } | |
| 188 | + | - {name: ♻️ 加坡自动, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "(?=.*(新加坡|坡|狮城|SG|Singapore))^((?!(落地|港|台|韩|日|美)).)*$" } | |
| 189 | + | - {name: ♻️ 美国自动, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "(?=.*(美|US|(?i)States|America))^((?!(落地|港|台|日|韩|新)).)*$"} | |
| 190 | + | - {name: 自建自动, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "(?=.*(自建))^((?!(落地)).)*$"} | |
| 191 | + | - {name: ♻️ 自动选择, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "^((?!(直连)).)*$"} | |
| 192 | + | ||
| 193 | + | - {name: 🌐 全部节点, type: select, include-all: true} | |
| 194 | + | ||
| 195 | + | ||
| 196 | + | rules: | |
| 197 | + | - RULE-SET,GlobalDirect / Domain,全球直连 | |
| 198 | + | - RULE-SET,MyDomain / Domain,我的域名 | |
| 199 | + | - RULE-SET,18comic1 / Domain,18comic | |
| 200 | + | - RULE-SET,18comic2 / Domain,18comic | |
| 201 | + | - RULE-SET,ProxyLite / Domain,🚀 默认代理 | |
| 202 | + | - RULE-SET,TEST / Domain,测试网站 | |
| 203 | + | - RULE-SET,Block / Domain,Block | |
| 204 | + | - RULE-SET,ChatGPT / Domain,AI | |
| 205 | + | - RULE-SET,Claude / Domain,AI | |
| 206 | + | - RULE-SET,Meta AI / Domain,AI | |
| 207 | + | - RULE-SET,Perplexity / Domain,AI | |
| 208 | + | - RULE-SET,Copilot / Domain,AI | |
| 209 | + | - RULE-SET,Gemini / Domain,AI | |
| 210 | + | - RULE-SET,Groq / Domain,AI | |
| 211 | + | - RULE-SET,Grok / Domain,AI | |
| 212 | + | - RULE-SET,Reddit / Domain,📲 外国社媒 | |
| 213 | + | - RULE-SET,GitHub / Domain,👨🏿💻 GitHub | |
| 214 | + | - RULE-SET,Telegram / Domain,Telegram | |
| 215 | + | - RULE-SET,Telegram / IP,Telegram,no-resolve | |
| 216 | + | - RULE-SET,WhatsApp / Domain,📲 外国社媒 | |
| 217 | + | - RULE-SET,Facebook / Domain,📲 外国社媒 | |
| 218 | + | - RULE-SET,Twitter / Domain,📲 外国社媒 | |
| 219 | + | - RULE-SET,Apple / Domain,Apple | |
| 220 | + | - RULE-SET,Apple-CN / Domain,Apple | |
| 221 | + | - RULE-SET,Apple-Custome / Domain,Apple | |
| 222 | + | - RULE-SET,Microsoft / Domain,Microsoft | |
| 223 | + | - RULE-SET,OKX / Domain,Crypto | |
| 224 | + | - RULE-SET,Bybit / Domain,Crypto | |
| 225 | + | - RULE-SET,Binance / Domain,Crypto | |
| 226 | + | - RULE-SET,BiliBili / Domain,BiliBili | |
| 227 | + | - RULE-SET,Youtube / Domain,📹 YouTube | |
| 228 | + | - RULE-SET,TikTok / Domain,TikTok | |
| 229 | + | - RULE-SET,Netflix / Domain,外国影视 | |
| 230 | + | - RULE-SET,Netflix / IP,外国影视,no-resolve | |
| 231 | + | - RULE-SET,Disney / Domain,外国影视 | |
| 232 | + | - RULE-SET,Amazon / Domain,外国影视 | |
| 233 | + | - RULE-SET,Crunchyroll / Domain,外国影视 | |
| 234 | + | - RULE-SET,HBO / Domain,外国影视 | |
| 235 | + | - RULE-SET,Spotify / Domain,Spotify | |
| 236 | + | - RULE-SET,Steam / Domain,Steam | |
| 237 | + | - RULE-SET,Epic / Domain,Games | |
| 238 | + | - RULE-SET,EA / Domain,Games | |
| 239 | + | - RULE-SET,Blizzard / Domain,Games | |
| 240 | + | - RULE-SET,UBI / Domain,Games | |
| 241 | + | - RULE-SET,PlayStation / Domain,Games | |
| 242 | + | - RULE-SET,Nintend / Domain,Games | |
| 243 | + | - RULE-SET,Google / Domain,🍀 Google | |
| 244 | + | - RULE-SET,Google / IP,🍀 Google,no-resolve | |
| 245 | + | - RULE-SET,Nvidia / Domain,Nvidia | |
| 246 | + | - RULE-SET,Telegram / IP,国外,no-resolve | |
| 247 | + | - RULE-SET,Telegram / Domain,国外 | |
| 248 | + | - RULE-SET,Proxy / Domain,国外 | |
| 249 | + | - RULE-SET,Globe / Domain,国外 | |
| 250 | + | - RULE-SET,Private / Domain,国内 | |
| 251 | + | - RULE-SET,China / IP,国内 | |
| 252 | + | - MATCH,🐟 漏网之鱼 | |
| 253 | + | ||
| 254 | + | ||
| 255 | + | rule-anchor: | |
| 256 | + | ip: &ip | |
| 257 | + | type: http | |
| 258 | + | interval: 86400 | |
| 259 | + | behavior: ipcidr | |
| 260 | + | format: mrs | |
| 261 | + | domain: &domain | |
| 262 | + | type: http | |
| 263 | + | interval: 86400 | |
| 264 | + | behavior: domain | |
| 265 | + | format: mrs | |
| 266 | + | class: &class | |
| 267 | + | type: http | |
| 268 | + | interval: 86400 | |
| 269 | + | behavior: classical | |
| 270 | + | format: text | |
| 271 | + | ||
| 272 | + | ||
| 273 | + | rule-providers: | |
| 274 | + | ProxyLite / Domain: | |
| 275 | + | <<: *class | |
| 276 | + | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/ProxyLite.list" | |
| 277 | + | 18comic1 / Domain: | |
| 278 | + | <<: *class | |
| 279 | + | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/Singapore.list" | |
| 280 | + | 18comic2 / Domain: | |
| 281 | + | <<: *class | |
| 282 | + | url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/refs/heads/meta/geo/geosite/18comic.list" | |
| 283 | + | MyDomain / Domain: | |
| 284 | + | <<: *class | |
| 285 | + | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/mydomain.list" | |
| 286 | + | GlobalDirect / Domain: | |
| 287 | + | <<: *class | |
| 288 | + | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/Direct.list" | |
| 289 | + | TEST / Domain: | |
| 290 | + | <<: *class | |
| 291 | + | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Check.list" | |
| 292 | + | ChatGPT / Domain: | |
| 293 | + | <<: *domain | |
| 294 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/openai.mrs" | |
| 295 | + | Claude / Domain: | |
| 296 | + | <<: *class | |
| 297 | + | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Claude/Claude.list" | |
| 298 | + | Meta AI / Domain: | |
| 299 | + | <<: *class | |
| 300 | + | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/MetaAi.list" | |
| 301 | + | Perplexity / Domain: | |
| 302 | + | <<: *domain | |
| 303 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/perplexity.mrs" | |
| 304 | + | Copilot / Domain: | |
| 305 | + | <<: *class | |
| 306 | + | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Copilot.list" | |
| 307 | + | Gemini / Domain: | |
| 308 | + | <<: *class | |
| 309 | + | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Gemini.list" | |
| 310 | + | GitHub / Domain: | |
| 311 | + | <<: *domain | |
| 312 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/github.mrs" | |
| 313 | + | Telegram / Domain: | |
| 314 | + | <<: *domain | |
| 315 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/telegram.mrs" | |
| 316 | + | Telegram / IP: | |
| 317 | + | <<: *ip | |
| 318 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/telegram.mrs" | |
| 319 | + | Twitter / Domain: | |
| 320 | + | <<: *domain | |
| 321 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/x.mrs" | |
| 322 | + | WhatsApp / Domain: | |
| 323 | + | <<: *class | |
| 324 | + | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Whatsapp/Whatsapp.list" | |
| 325 | + | Facebook / Domain: | |
| 326 | + | <<: *domain | |
| 327 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/facebook.mrs" | |
| 328 | + | Amazon / Domain: | |
| 329 | + | <<: *domain | |
| 330 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/amazon.mrs" | |
| 331 | + | Apple-CN / Domain: | |
| 332 | + | <<: *domain | |
| 333 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/apple-cn.mrs" | |
| 334 | + | Apple / Domain: | |
| 335 | + | <<: *domain | |
| 336 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/apple.mrs" | |
| 337 | + | Apple-Custome / Domain: | |
| 338 | + | <<: *class | |
| 339 | + | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Apple.list" | |
| 340 | + | Microsoft / Domain: | |
| 341 | + | <<: *domain | |
| 342 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/microsoft.mrs" | |
| 343 | + | OKX / Domain: | |
| 344 | + | <<: *domain | |
| 345 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/okx.mrs" | |
| 346 | + | Bybit / Domain: | |
| 347 | + | <<: *domain | |
| 348 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/bybit.mrs" | |
| 349 | + | Binance / Domain: | |
| 350 | + | <<: *domain | |
| 351 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/binance.mrs" | |
| 352 | + | TikTok / Domain: | |
| 353 | + | <<: *domain | |
| 354 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/tiktok.mrs" | |
| 355 | + | Netflix / Domain: | |
| 356 | + | <<: *domain | |
| 357 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/netflix.mrs" | |
| 358 | + | Netflix / IP: | |
| 359 | + | <<: *ip | |
| 360 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/netflix.mrs" | |
| 361 | + | Disney / Domain: | |
| 362 | + | <<: *domain | |
| 363 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/disney.mrs" | |
| 364 | + | HBO / Domain: | |
| 365 | + | <<: *domain | |
| 366 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/hbo.mrs" | |
| 367 | + | Spotify / Domain: | |
| 368 | + | <<: *domain | |
| 369 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/spotify.mrs" | |
| 370 | + | Steam / Domain: | |
| 371 | + | <<: *domain | |
| 372 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/steam.mrs" | |
| 373 | + | Epic / Domain: | |
| 374 | + | <<: *class | |
| 375 | + | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Epic/Epic.list" | |
| 376 | + | EA / Domain: | |
| 377 | + | <<: *class | |
| 378 | + | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/EA/EA.list" | |
| 379 | + | Blizzard / Domain: | |
| 380 | + | <<: *class | |
| 381 | + | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Blizzard/Blizzard.list" | |
| 382 | + | UBI / Domain: | |
| 383 | + | <<: *class | |
| 384 | + | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/UBI/UBI.list" | |
| 385 | + | PlayStation / Domain: | |
| 386 | + | <<: *class | |
| 387 | + | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/PlayStation/PlayStation.list" | |
| 388 | + | Nintend / Domain: | |
| 389 | + | <<: *class | |
| 390 | + | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Nintendo/Nintendo.list" | |
| 391 | + | Proxy / Domain: | |
| 392 | + | <<: *class | |
| 393 | + | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Proxy.list" | |
| 394 | + | Globe / Domain: | |
| 395 | + | <<: *class | |
| 396 | + | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Global/Global.list" | |
| 397 | + | Block / Domain: | |
| 398 | + | <<: *class | |
| 399 | + | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Block.list" | |
| 400 | + | Nvidia / Domain: | |
| 401 | + | <<: *class | |
| 402 | + | url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/Nvidia/Nvidia.list" | |
| 403 | + | Crunchyroll / Domain: | |
| 404 | + | <<: *class | |
| 405 | + | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Crunchyroll.list" | |
| 406 | + | Reddit / Domain: | |
| 407 | + | <<: *domain | |
| 408 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/reddit.mrs" | |
| 409 | + | Groq / Domain: | |
| 410 | + | <<: *domain | |
| 411 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/groq.mrs" | |
| 412 | + | Grok / Domain: | |
| 413 | + | <<: *class | |
| 414 | + | url: "https://raw.githubusercontent.com/YJHxx2561/rules-for-clash/refs/heads/main/clash-main/list/Grok.list" | |
| 415 | + | Private / Domain: | |
| 416 | + | <<: *domain | |
| 417 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/private.mrs" | |
| 418 | + | Youtube / Domain: | |
| 419 | + | <<: *domain | |
| 420 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/youtube.mrs" | |
| 421 | + | Google / Domain: | |
| 422 | + | <<: *domain | |
| 423 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/google.mrs" | |
| 424 | + | Google / IP: | |
| 425 | + | <<: *ip | |
| 426 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/google.mrs" | |
| 427 | + | BiliBili / Domain: | |
| 428 | + | <<: *domain | |
| 429 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geosite/bilibili.mrs" | |
| 430 | + | China / IP: | |
| 431 | + | <<: *ip | |
| 432 | + | url: "https://github.com/metacubex/meta-rules-dat/raw/refs/heads/meta/geo/geoip/cn.mrs" | |
| 433 | + | ||
| 434 | + | port: 7890 | |
| 435 | + | socks-port: 7891 | |
| 436 | + | allow-lan: true | |
| 437 | + | mode: rule | |
| 438 | + | log-level: info | |
| 439 | + | external-controller: 0.0.0.0:9090 | |
| 440 | + | ||
| 441 | + | dns: | |
| 442 | + | enable: true | |
| 443 | + | ipv6: false | |
| 444 | + | enhanced-mode: fake-ip | |
| 445 | + | fake-ip-range: 198.18.0.1/16 | |
| 446 | + | listen: 0.0.0.0:7874 | |
| 447 | + | respect-rules: true | |
| 448 | + | fake-ip-filter-mode: blacklist | |
| 449 | + | nameserver: | |
| 450 | + | - 127.0.0.1:5533 | |
| 451 | + | proxy-server-nameserver: | |
| 452 | + | - 127.0.0.1:5533 | |
| 453 | + | fake-ip-filter: | |
| 454 | + | - "*.lan" | |
| 455 | + | - "*.localdomain" | |
| 456 | + | - "*.example" | |
| 457 | + | - "*.invalid" | |
| 458 | + | - "*.localhost" | |
| 459 | + | - "*.test" | |
| 460 | + | - "*.local" | |
| 461 | + | - "*.home.arpa" | |
| 462 | + | - "*.direct" | |
| 463 | + | - cable.auth.com | |
| 464 | + | - network-test.debian.org | |
| 465 | + | - detectportal.firefox.com | |
| 466 | + | - resolver1.opendns.com | |
| 467 | + | - global.turn.twilio.com | |
| 468 | + | - global.stun.twilio.com | |
| 469 | + | - app.yinxiang.com | |
| 470 | + | - injections.adguard.org | |
| 471 | + | - localhost.*.weixin.qq.com | |
| 472 | + | - "*.blzstatic.cn" | |
| 473 | + | - "*.cmpassport.com" | |
| 474 | + | - id6.me | |
| 475 | + | - open.e.189.cn | |
| 476 | + | - opencloud.wostore.cn | |
| 477 | + | - id.mail.wo.cn | |
| 478 | + | - mdn.open.wo.cn | |
| 479 | + | - hmrz.wo.cn | |
| 480 | + | - nishub1.10010.com | |
| 481 | + | - enrichgw.10010.com | |
| 482 | + | - "*.wosms.cn" | |
| 483 | + | - "*.jegotrip.com.cn" | |
| 484 | + | - "*.icitymobile.mobi" | |
| 485 | + | - "*.pingan.com.cn" | |
| 486 | + | - "*.cmbchina.com" | |
| 487 | + | - "*.10099.com.cn" | |
| 488 | + | - "*.microdone.cn" | |
| 489 | + | - PDC._msDCS.*.* | |
| 490 | + | - DC._msDCS.*.* | |
| 491 | + | - GC._msDCS.*.* | |
| 492 | + | - time.*.com | |
| 493 | + | - time.*.gov | |
| 494 | + | - time.*.edu.cn | |
| 495 | + | - time.*.apple.com | |
| 496 | + | - time-ios.apple.com | |
| 497 | + | - time1.*.com | |
| 498 | + | - time2.*.com | |
| 499 | + | - time3.*.com | |
| 500 | + | - time4.*.com | |
| 501 | + | - time5.*.com | |
| 502 | + | - time6.*.com | |
| 503 | + | - time7.*.com | |
| 504 | + | - ntp.*.com | |
| 505 | + | - ntp1.*.com | |
| 506 | + | - ntp2.*.com | |
| 507 | + | - ntp3.*.com | |
| 508 | + | - ntp4.*.com | |
| 509 | + | - ntp5.*.com | |
| 510 | + | - ntp6.*.com | |
| 511 | + | - ntp7.*.com | |
| 512 | + | - "*.time.edu.cn" | |
| 513 | + | - "*.ntp.org.cn" | |
| 514 | + | - "+.pool.ntp.org" | |
| 515 | + | - time1.cloud.tencent.com | |
| 516 | + | - music.163.com | |
| 517 | + | - "*.music.163.com" | |
| 518 | + | - "*.126.net" | |
| 519 | + | - musicapi.taihe.com | |
| 520 | + | - music.taihe.com | |
| 521 | + | - songsearch.kugou.com | |
| 522 | + | - trackercdn.kugou.com | |
| 523 | + | - "*.kuwo.cn" | |
| 524 | + | - api-jooxtt.sanook.com | |
| 525 | + | - api.joox.com | |
| 526 | + | - joox.com | |
| 527 | + | - y.qq.com | |
| 528 | + | - "*.y.qq.com" | |
| 529 | + | - streamoc.music.tc.qq.com | |
| 530 | + | - mobileoc.music.tc.qq.com | |
| 531 | + | - isure.stream.qqmusic.qq.com | |
| 532 | + | - dl.stream.qqmusic.qq.com | |
| 533 | + | - aqqmusic.tc.qq.com | |
| 534 | + | - amobile.music.tc.qq.com | |
| 535 | + | - "*.xiami.com" | |
| 536 | + | - "*.music.migu.cn" | |
| 537 | + | - music.migu.cn | |
| 538 | + | - "+.msftconnecttest.com" | |
| 539 | + | - "+.msftncsi.com" | |
| 540 | + | - localhost.ptlogin2.qq.com | |
| 541 | + | - localhost.sec.qq.com | |
| 542 | + | - "+.qq.com" | |
| 543 | + | - "+.tencent.com" | |
| 544 | + | - "+.srv.nintendo.net" | |
| 545 | + | - "*.n.n.srv.nintendo.net" | |
| 546 | + | - "+.cdn.nintendo.net" | |
| 547 | + | - "+.stun.playstation.net" | |
| 548 | + | - xbox.*.*.microsoft.com | |
| 549 | + | - "*.*.xboxlive.com" | |
| 550 | + | - xbox.*.microsoft.com | |
| 551 | + | - xnotify.xboxlive.com | |
| 552 | + | - "+.battle.net" | |
| 553 | + | - "+.battlenet.com.cn" | |
| 554 | + | - "+.wotgame.cn" | |
| 555 | + | - "+.wggames.cn" | |
| 556 | + | - "+.wowsgame.cn" | |
| 557 | + | - "+.wargaming.net" | |
| 558 | + | - proxy.golang.org | |
| 559 | + | - stun.*.* | |
| 560 | + | - stun.*.*.* | |
| 561 | + | - "+.stun.*.*" | |
| 562 | + | - "+.stun.*.*.*" | |
| 563 | + | - "+.stun.*.*.*.*" | |
| 564 | + | - "+.stun.*.*.*.*.*" | |
| 565 | + | - heartbeat.belkin.com | |
| 566 | + | - "*.linksys.com" | |
| 567 | + | - "*.linksyssmartwifi.com" | |
| 568 | + | - "*.router.asus.com" | |
| 569 | + | - mesu.apple.com | |
| 570 | + | - swscan.apple.com | |
| 571 | + | - swquery.apple.com | |
| 572 | + | - swdownload.apple.com | |
| 573 | + | - swcdn.apple.com | |
| 574 | + | - swdist.apple.com | |
| 575 | + | - lens.l.google.com | |
| 576 | + | - stun.l.google.com | |
| 577 | + | - na.b.g-tun.com | |
| 578 | + | - "+.nflxvideo.net" | |
| 579 | + | - "*.square-enix.com" | |
| 580 | + | - "*.finalfantasyxiv.com" | |
| 581 | + | - "*.ffxiv.com" | |
| 582 | + | - "*.ff14.sdo.com" | |
| 583 | + | - ff.dorado.sdo.com | |
| 584 | + | - "*.mcdn.bilivideo.cn" | |
| 585 | + | - "+.media.dssott.com" | |
| 586 | + | - shark007.net | |
| 587 | + | - Mijia Cloud | |
| 588 | + | - "+.cmbchina.com" | |
| 589 | + | - "+.cmbimg.com" | |
| 590 | + | - local.adguard.org | |
| 591 | + | - "+.sandai.net" | |
| 592 | + | - "+.n0808.com" | |
| 593 | + | - "+.uu.163.com" | |
| 594 | + | - ps.res.netease.com | |
| 595 | + | - "+.pub.3gppnetwork.org" | |
| 596 | + | - geosite:category-games | |
| 597 | + | - geosite:apple-cn | |
| 598 | + | - geosite:google-cn | |
| 599 | + | - geosite:cn | |
| 600 | + | ||
| 601 | + | use-hosts: true | |
| 602 | + | ||
| 603 | + | direct-nameserver: | |
| 604 | + | - 127.0.0.1:5533 | |
| 605 | + | ||
| 606 | + | redir-port: 7892 | |
| 607 | + | tproxy-port: 7895 | |
| 608 | + | mixed-port: 7893 | |
| 609 | + | secret: '' | |
| 610 | + | bind-address: "*" | |
| 611 | + | external-ui: "/etc/openclash/ui" | |
| 612 | + | external-ui-name: metacubexd | |
| 613 | + | keep-alive-interval: 15 | |
| 614 | + | keep-alive-idle: 600 | |
| 615 | + | ipv6: false | |
| 616 | + | ||
| 617 | + | geodata-loader: memconservative | |
| 618 | + | tcp-concurrent: true | |
| 619 | + | unified-delay: true | |
| 620 | + | geox-url: | |
| 621 | + | mmdb: https://testingcf.jsdelivr.net/gh/alecthw/mmdb_china_ip_list@release/lite/Country.mmdb | |
| 622 | + | geoip: https://testingcf.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat | |
| 623 | + | geosite: https://testingcf.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat | |
| 624 | + | asn: https://testingcf.jsdelivr.net/gh/xishang0128/geoip@release/GeoLite2-ASN.mmdb | |
| 625 | + | sniffer: | |
| 626 | + | enable: true | |
| 627 | + | override-destination: true | |
| 628 | + | sniff: | |
| 629 | + | QUIC: | |
| 630 | + | ports: | |
| 631 | + | - 443 | |
| 632 | + | TLS: | |
| 633 | + | ports: | |
| 634 | + | - 443 | |
| 635 | + | - 8443 | |
| 636 | + | HTTP: | |
| 637 | + | ports: | |
| 638 | + | - 80 | |
| 639 | + | - 8080-8880 | |
| 640 | + | override-destination: true | |
| 641 | + | force-domain: | |
| 642 | + | - "+.netflix.com" | |
| 643 | + | - "+.nflxvideo.net" | |
| 644 | + | - "+.amazonaws.com" | |
| 645 | + | - "+.media.dssott.com" | |
| 646 | + | skip-domain: | |
| 647 | + | - "+.apple.com" | |
| 648 | + | - Mijia Cloud | |
| 649 | + | - dlg.io.mi.com | |
| 650 | + | - "+.oray.com" | |
| 651 | + | - "+.sunlogin.net" | |
| 652 | + | - "+.push.apple.com" | |
| 653 | + | parse-pure-ip: true | |
| 654 | + | tun: | |
| 655 | + | enable: true | |
| 656 | + | stack: mixed | |
| 657 | + | device: utun | |
| 658 | + | dns-hijack: | |
| 659 | + | - 127.0.0.1:53 | |
| 660 | + | endpoint-independent-nat: true | |
| 661 | + | auto-route: false | |
| 662 | + | auto-detect-interface: false | |
| 663 | + | auto-redirect: false | |
| 664 | + | strict-route: false | |
| 665 | + | profile: | |
| 666 | + | store-selected: true | |
| 667 | + | store-fake-ip: true | |
| 668 | + | hosts: | |
| 669 | + | home.yjhup.com: 100.100.99.1 | |
| 670 | + | home.yjhup.vip: 100.100.99.1 | |
| 671 | + | authentication: | |
| 672 | + | - Clash:xVNx8LwB | |
| 673 | + | ||
| 674 | + | ||
| 675 | + | ||
| 676 | + | ||
| 677 | + | ||
| 678 | + | ||
| 679 | + | ||