├── icons ├── Google.png ├── PikPak.png ├── Sougou.png ├── Ehentai.png ├── chatgpt.png ├── TruthSocial.png └── chatgpt.svg ├── ruleset ├── TruthSocial.list ├── Weibo.list ├── AdditionalFilter.list ├── SteamFix.list ├── EHentai.list ├── AdditionalCDNResources.list ├── TikTok.list ├── FirebaseCloudMessaging.list └── Crypto.list ├── .gitignore ├── package.json ├── yaml_generator ├── fake_proxies.json └── generator.js ├── LICENSE ├── .github └── workflows │ └── auto-generate.yaml ├── auto_update.sh ├── README.md └── yamls ├── config_lb-1_landing-0_ipv6-1_full-0_keepalive-0_fakeip-0.yaml ├── config_lb-1_landing-0_ipv6-1_full-0_keepalive-1_fakeip-0.yaml ├── config_lb-1_landing-0_ipv6-0_full-0_keepalive-0_fakeip-0.yaml ├── config_lb-1_landing-0_ipv6-0_full-0_keepalive-1_fakeip-0.yaml ├── config_lb-1_landing-0_ipv6-0_full-0_keepalive-0_fakeip-1.yaml ├── config_lb-1_landing-0_ipv6-0_full-0_keepalive-1_fakeip-1.yaml ├── config_lb-1_landing-0_ipv6-1_full-0_keepalive-0_fakeip-1.yaml ├── config_lb-1_landing-0_ipv6-1_full-0_keepalive-1_fakeip-1.yaml ├── config_lb-1_landing-0_ipv6-1_full-1_keepalive-0_fakeip-0.yaml ├── config_lb-1_landing-0_ipv6-1_full-1_keepalive-1_fakeip-0.yaml ├── config_lb-1_landing-0_ipv6-0_full-1_keepalive-0_fakeip-0.yaml ├── config_lb-1_landing-0_ipv6-0_full-1_keepalive-1_fakeip-0.yaml ├── config_lb-0_landing-0_ipv6-1_full-0_keepalive-0_fakeip-0.yaml ├── config_lb-0_landing-0_ipv6-1_full-0_keepalive-1_fakeip-0.yaml ├── config_lb-0_landing-0_ipv6-0_full-0_keepalive-0_fakeip-0.yaml └── config_lb-0_landing-0_ipv6-0_full-0_keepalive-1_fakeip-0.yaml /icons/Google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerfullz/override-rules/HEAD/icons/Google.png -------------------------------------------------------------------------------- /icons/PikPak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerfullz/override-rules/HEAD/icons/PikPak.png -------------------------------------------------------------------------------- /icons/Sougou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerfullz/override-rules/HEAD/icons/Sougou.png -------------------------------------------------------------------------------- /ruleset/TruthSocial.list: -------------------------------------------------------------------------------- 1 | DOMAIN-KEYWORD,truthsocial 2 | DOMAIN-SUFFIX,truthsocial.com 3 | -------------------------------------------------------------------------------- /icons/Ehentai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerfullz/override-rules/HEAD/icons/Ehentai.png -------------------------------------------------------------------------------- /icons/chatgpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerfullz/override-rules/HEAD/icons/chatgpt.png -------------------------------------------------------------------------------- /icons/TruthSocial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerfullz/override-rules/HEAD/icons/TruthSocial.png -------------------------------------------------------------------------------- /ruleset/Weibo.list: -------------------------------------------------------------------------------- 1 | DOMAIN-SUFFIX,weibo.cn 2 | DOMAIN-SUFFIX,weibo.com 3 | DOMAIN-SUFFIX,weibo.com.cn -------------------------------------------------------------------------------- /ruleset/AdditionalFilter.list: -------------------------------------------------------------------------------- 1 | # 屏蔽 TikTok Mod 烦人的更新提示 2 | DOMAIN,tigr1234566.github.io 3 | DOMAIN,rezvorck.github.io -------------------------------------------------------------------------------- /ruleset/SteamFix.list: -------------------------------------------------------------------------------- 1 | DOMAIN,steamcdn-a.akamaihd.net 2 | DOMAIN-SUFFIX,cm.steampowered.com 3 | DOMAIN-SUFFIX,steamserver.net -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Dependencies 2 | node_modules/ 3 | 4 | # Logs 5 | npm-debug.log* 6 | yarn-debug.log* 7 | yarn-error.log* 8 | 9 | # OS files 10 | .DS_Store 11 | Thumbs.db 12 | 13 | # Editor 14 | .vscode/ 15 | -------------------------------------------------------------------------------- /ruleset/EHentai.list: -------------------------------------------------------------------------------- 1 | DOMAIN-SUFFIX,e-hentai.org 2 | DOMAIN-SUFFIX,ehgt.org 3 | DOMAIN-SUFFIX,ehwiki.org 4 | DOMAIN-SUFFIX,exhentai.org 5 | DOMAIN-SUFFIX,hath.network 6 | DOMAIN-SUFFIX,hentaiverse.org 7 | IP-CIDR,178.175.128.0/21,no-resolve -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "override-rules", 3 | "private": true, 4 | "version": "0.1.0", 5 | "description": "Override rules YAML generator", 6 | "license": "MIT", 7 | "type": "commonjs", 8 | "scripts": { 9 | "generate": "node yaml_generator/generator.js" 10 | }, 11 | "dependencies": { 12 | "yaml": "^2.5.0" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /ruleset/AdditionalCDNResources.list: -------------------------------------------------------------------------------- 1 | # 一些我个人收集的,符合「静态资源」代理组用途的域名 2 | 3 | DOMAIN,production.cloudflare.docker.com 4 | DOMAIN,dl.flathub.org 5 | DOMAIN-SUFFIX,gvt1.com 6 | DOMAIN,assets.ppy.sh 7 | DOMAIN,autoupdate.termius.com 8 | DOMAIN-REGEX,downloads[1-9].broadcom.com 9 | DOMAIN,update.ayugram.one 10 | DOMAIN,sh.nfs.pub 11 | DOMAIN,download.calibre-ebook.com 12 | DOMAIN,dl.google.com 13 | DOMAIN,builds.dotnet.microsoft.com 14 | DOMAIN,downloadmirror.intel.com 15 | DOMAIN,pkgs.tailscale.com 16 | 17 | # Brave 18 | DOMAIN,updates-cdn.bravesoftware.com 19 | DOMAIN,updates.bravesoftware.com 20 | DOMAIN,dl.brave.com 21 | DOMAIN,referrals.brave.com 22 | 23 | # Spotify 24 | DOMAIN-SUFFIX,scdn.co 25 | DOMAIN-SUFFIX,spotifycdn.com 26 | DOMAIN-SUFFIX,spotifycdn.net 27 | DOMAIN-SUFFIX,pscdn.co 28 | 29 | # Geekbench 30 | DOMAIN,cdn.geekbench.com 31 | -------------------------------------------------------------------------------- /ruleset/TikTok.list: -------------------------------------------------------------------------------- 1 | DOMAIN,lf16-effectcdn.byteeffecttos-g.com 2 | DOMAIN,lf16-pkgcdn.pitaya-clientai.com 3 | DOMAIN,p16-tiktokcdn-com.akamaized.net 4 | DOMAIN-SUFFIX,bytedapm.com 5 | DOMAIN-SUFFIX,bytegecko-i18n.com 6 | DOMAIN-SUFFIX,byteoversea.com 7 | DOMAIN-SUFFIX,capcut.com 8 | DOMAIN-SUFFIX,ibytedtos.com 9 | DOMAIN-SUFFIX,ibyteimg.com 10 | DOMAIN-SUFFIX,ipstatp.com 11 | DOMAIN-SUFFIX,isnssdk.com 12 | DOMAIN-SUFFIX,muscdn.com 13 | DOMAIN-SUFFIX,musical.ly 14 | DOMAIN-SUFFIX,sgpstatp.com 15 | DOMAIN-SUFFIX,snssdk.com 16 | DOMAIN-SUFFIX,tik-tokapi.com 17 | DOMAIN-SUFFIX,tiktok.com 18 | DOMAIN-SUFFIX,tiktokcdn-us.com 19 | DOMAIN-SUFFIX,tiktokcdn.com 20 | DOMAIN-SUFFIX,tiktokd.net 21 | DOMAIN-SUFFIX,tiktokd.org 22 | DOMAIN-SUFFIX,tiktokmusic.app 23 | DOMAIN-SUFFIX,tiktokv.com 24 | DOMAIN-SUFFIX,tiktokv.us 25 | DOMAIN-SUFFIX,ttwebview.com 26 | DOMAIN-KEYWORD,musical.ly 27 | DOMAIN-KEYWORD,tiktok 28 | PROCESS-NAME,com.zhiliaoapp.musically -------------------------------------------------------------------------------- /yaml_generator/fake_proxies.json: -------------------------------------------------------------------------------- 1 | { 2 | "proxies": [ 3 | { 4 | "name": "香港实验性" 5 | }, 6 | { 7 | "name": "香港" 8 | }, 9 | { 10 | "name": "香港" 11 | }, 12 | { 13 | "name": "香港" 14 | }, 15 | { 16 | "name": "台湾" 17 | }, 18 | { 19 | "name": "台湾" 20 | }, 21 | { 22 | "name": "台湾" 23 | }, 24 | { 25 | "name": "新加坡" 26 | }, 27 | { 28 | "name": "新加坡" 29 | }, 30 | { 31 | "name": "新加坡" 32 | }, 33 | { 34 | "name": "日本" 35 | }, 36 | { 37 | "name": "日本" 38 | }, 39 | { 40 | "name": "日本" 41 | }, 42 | { 43 | "name": "美国" 44 | }, 45 | { 46 | "name": "美国" 47 | }, 48 | { 49 | "name": "美国" 50 | } 51 | ] 52 | } -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2025 powerfullz 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /ruleset/FirebaseCloudMessaging.list: -------------------------------------------------------------------------------- 1 | DOMAIN,alt1-mtalk.google.com 2 | DOMAIN,alt2-mtalk.google.com 3 | DOMAIN,alt3-mtalk.google.com 4 | DOMAIN,alt4-mtalk.google.com 5 | DOMAIN,alt5-mtalk.google.com 6 | DOMAIN,alt6-mtalk.google.com 7 | DOMAIN,alt7-mtalk.google.com 8 | DOMAIN,alt8-mtalk.google.com 9 | DOMAIN,mtalk.google.com 10 | IP-CIDR,64.233.177.188/32,no-resolve 11 | IP-CIDR,64.233.186.188/32,no-resolve 12 | IP-CIDR,64.233.187.188/32,no-resolve 13 | IP-CIDR,64.233.188.188/32,no-resolve 14 | IP-CIDR,64.233.189.188/32,no-resolve 15 | IP-CIDR,74.125.23.188/32,no-resolve 16 | IP-CIDR,74.125.24.188/32,no-resolve 17 | IP-CIDR,74.125.28.188/32,no-resolve 18 | IP-CIDR,74.125.127.188/32,no-resolve 19 | IP-CIDR,74.125.137.188/32,no-resolve 20 | IP-CIDR,74.125.203.188/32,no-resolve 21 | IP-CIDR,74.125.204.188/32,no-resolve 22 | IP-CIDR,74.125.206.188/32,no-resolve 23 | IP-CIDR,108.177.125.188/32,no-resolve 24 | IP-CIDR,142.250.4.188/32,no-resolve 25 | IP-CIDR,142.250.10.188/32,no-resolve 26 | IP-CIDR,142.250.31.188/32,no-resolve 27 | IP-CIDR,142.250.96.188/32,no-resolve 28 | IP-CIDR,172.217.194.188/32,no-resolve 29 | IP-CIDR,172.217.218.188/32,no-resolve 30 | IP-CIDR,172.217.219.188/32,no-resolve 31 | IP-CIDR,172.253.63.188/32,no-resolve 32 | IP-CIDR,172.253.122.188/32,no-resolve 33 | IP-CIDR,173.194.175.188/32,no-resolve 34 | IP-CIDR,173.194.218.188/32,no-resolve 35 | IP-CIDR,209.85.233.188/32,no-resolve -------------------------------------------------------------------------------- /.github/workflows/auto-generate.yaml: -------------------------------------------------------------------------------- 1 | name: Generate Everything We Need And Push to Forgejo 2 | 3 | on: 4 | push: 5 | branches: [ "main" ] 6 | workflow_dispatch: {} 7 | 8 | permissions: 9 | contents: write 10 | 11 | jobs: 12 | build-and-generate: 13 | if: github.actor != 'github-actions[bot]' 14 | runs-on: ubuntu-latest 15 | steps: 16 | - name: Checkout 17 | uses: actions/checkout@v4 18 | with: 19 | fetch-depth: 0 20 | 21 | - name: Setup Node.js 22 | uses: actions/setup-node@v4 23 | with: 24 | node-version: 20 25 | cache: 'npm' 26 | 27 | - name: Install dependencies 28 | run: npm ci || npm install --no-audit --no-fund 29 | 30 | - name: Generate YAML files 31 | run: npm run generate 32 | 33 | - name: Minify convert.js 34 | run: npx --yes terser convert.js -o convert.min.js -c -m 35 | 36 | - name: Commit changes 37 | id: auto-commit 38 | uses: stefanzweifel/git-auto-commit-action@v4 39 | with: 40 | commit_message: "CI: Auto Generate Files" 41 | 42 | - name: Push to Forgejo Mirror 43 | env: 44 | FORGEJO_PAT: ${{ secrets.FORGEJO_PAT }} 45 | FORGEJO_REPO_URL: ${{ secrets.FORGEJO_REPO_URL }} 46 | run: | 47 | echo "Syncing to Forgejo..." 48 | 49 | # 格式: https://@your-forgejo-domain.com/user/repo.git 50 | SYNC_URL=$(echo "$FORGEJO_REPO_URL" | sed "s|://|://$FORGEJO_PAT@|") 51 | 52 | # 移除本地的 origin/HEAD 引用,防止推送到远程的 refs/heads/HEAD 53 | git update-ref -d refs/remotes/origin/HEAD 54 | 55 | # 使用 + 强制推送,解决 non-fast-forward 问题 56 | git push --prune "$SYNC_URL" "+refs/remotes/origin/*:refs/heads/*" "+refs/tags/*:refs/tags/*" 57 | echo "Sync completed." -------------------------------------------------------------------------------- /icons/chatgpt.svg: -------------------------------------------------------------------------------- 1 | 3 | 7 | 8 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /auto_update.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # === 配置信息 === 4 | CONFIG_URL="" 5 | CONFIG_PATH="/etc/mihomo/config.yaml" 6 | BACKUP_DIR="/etc/mihomo" 7 | BACKUP_PREFIX="config.yaml" 8 | MAX_BACKUPS=7 9 | TMP_PATH="/tmp/config.yaml.tmp" 10 | LOG_FILE="/var/log/mihomo_update.log" 11 | RETRY_MAX=3 12 | RETRY_DELAY=5 13 | RETRY_BACKOFF=2 14 | 15 | # === 日志 === 16 | log() { 17 | echo "$(date '+%F %T') $1" | tee -a "$LOG_FILE" 18 | } 19 | 20 | # === 备份现有配置,并自动清理旧备份 === 21 | backup_config() { 22 | if [ -f "$CONFIG_PATH" ]; then 23 | backup_file="$BACKUP_DIR/${BACKUP_PREFIX}.$(date '+%Y%m%d_%H%M%S').bak" 24 | cp "$CONFIG_PATH" "$backup_file" 25 | log "配置文件已备份到 $backup_file" 26 | # 清理多余的备份,只保留最新的 $MAX_BACKUPS 个 27 | old_backups=$(ls -1t $BACKUP_DIR/${BACKUP_PREFIX}.*.bak 2>/dev/null | tail -n +$(($MAX_BACKUPS+1))) 28 | for f in $old_backups; do 29 | rm -f "$f" && log "已删除旧备份 $f" 30 | done 31 | else 32 | log "未找到现有配置文件,无需备份" 33 | fi 34 | } 35 | 36 | # === 下载新配置 === 37 | download_config() { 38 | log "开始下载新配置..." 39 | 40 | local attempt=1 41 | local delay="$RETRY_DELAY" 42 | while [ "$attempt" -le "$RETRY_MAX" ]; do 43 | curl -fsSL -o "$TMP_PATH" "$CONFIG_URL" 44 | local rc=$? 45 | 46 | if [ $rc -eq 0 ] && [ -s "$TMP_PATH" ]; then 47 | log "配置下载完成(第 $attempt 次尝试)" 48 | return 0 49 | fi 50 | 51 | # 失败原因与日志 52 | if [ $rc -ne 0 ]; then 53 | log "下载失败(第 $attempt/$RETRY_MAX 次):curl 返回码 $rc" 54 | elif [ ! -s "$TMP_PATH" ]; then 55 | log "下载失败(第 $attempt/$RETRY_MAX 次):文件为空或校验未通过" 56 | fi 57 | 58 | # 若还有机会,等待后重试 59 | if [ "$attempt" -lt "$RETRY_MAX" ]; then 60 | log "将在 ${delay}s 后重试下载" 61 | sleep "$delay" 62 | delay=$((delay * RETRY_BACKOFF)) 63 | fi 64 | attempt=$((attempt + 1)) 65 | done 66 | 67 | # 清理无效临时文件 68 | [ -f "$TMP_PATH" ] && [ ! -s "$TMP_PATH" ] && rm -f "$TMP_PATH" 69 | log "下载配置多次失败,放弃更新" 70 | return 1 71 | } 72 | 73 | # === 更新配置文件 === 74 | replace_config() { 75 | mv "$TMP_PATH" "$CONFIG_PATH" 76 | log "配置文件已更新" 77 | } 78 | 79 | # === 重启 mihomo 服务 === 80 | restart_service() { 81 | local attempt=1 82 | local delay="$RETRY_DELAY" 83 | while [ "$attempt" -le "$RETRY_MAX" ]; do 84 | systemctl restart mihomo 85 | local rc=$? 86 | if [ $rc -eq 0 ]; then 87 | log "mihomo 服务已重启(第 $attempt 次尝试)" 88 | return 0 89 | fi 90 | log "mihomo 服务重启失败(第 $attempt/$RETRY_MAX 次),返回码 $rc" 91 | if [ "$attempt" -lt "$RETRY_MAX" ]; then 92 | log "将在 ${delay}s 后重试重启" 93 | sleep "$delay" 94 | delay=$((delay * RETRY_BACKOFF)) 95 | fi 96 | attempt=$((attempt + 1)) 97 | done 98 | log "mihomo 服务多次重启失败,请手动检查" 99 | return 1 100 | } 101 | 102 | main() { 103 | backup_config 104 | 105 | download_config 106 | DL_STATUS=$? 107 | if [ "$DL_STATUS" -ne 0 ]; then 108 | log "操作终止:配置文件未更新,保留原有配置" 109 | exit 1 110 | fi 111 | 112 | replace_config 113 | 114 | restart_service 115 | 116 | log "=== 更新流程完成 ===" 117 | } 118 | 119 | main "$@" 120 | -------------------------------------------------------------------------------- /yaml_generator/generator.js: -------------------------------------------------------------------------------- 1 | /** 2 | * YAML 生成器 3 | * 使用 fake_proxies.json 中的假代理列表,载入 convert.js, 4 | * 组合不同参数调用其 main(config) 生成 Clash/Stash 配置,并输出为 YAML 文件。 5 | * 6 | * 支持的布尔参数在下面的 FLAGS 数组中定义,与 convert.js 内保持一致。 7 | * 生成所有可能的参数组合,文件名基于参数动态生成。 8 | * 9 | * 可通过环境变量 LIMIT_COMBOS(整数)限制生成前 N 个组合。 10 | */ 11 | 12 | const fs = require('fs'); 13 | const path = require('path'); 14 | const vm = require('vm'); 15 | const YAML = require('yaml'); 16 | 17 | // 路径常量 18 | const BASE_DIR = path.resolve(__dirname, '..'); 19 | const GENERATOR_DIR = __dirname; 20 | const CONVERT_FILE = path.join(BASE_DIR, 'convert.js'); 21 | const FAKE_PROXIES_FILE = path.join(GENERATOR_DIR, 'fake_proxies.json'); 22 | const OUTPUT_DIR = path.join(BASE_DIR, 'yamls'); 23 | const FLAGS = ['loadbalance', 'landing', 'ipv6', 'full', 'keepalive', 'fakeip']; 24 | 25 | // 读取 fake proxies 26 | function loadFakeConfig() { 27 | const raw = fs.readFileSync(FAKE_PROXIES_FILE, 'utf-8'); 28 | const json = JSON.parse(raw); 29 | if (!json.proxies || !Array.isArray(json.proxies)) { 30 | throw new Error('fake_proxies.json 缺少 proxies 数组'); 31 | } 32 | return json; // 直接作为基础 config 传入 main 33 | } 34 | 35 | // 使用 yaml 库序列化 36 | function toYAML(obj) { 37 | return YAML.stringify(obj, { indent: 2, simpleKeys: false }); 38 | } 39 | 40 | // 生成参数组合 41 | function generateArgCombos() { 42 | const combos = []; 43 | for (let mask = 0; mask < (1 << FLAGS.length); mask++) { 44 | const combo = {}; 45 | FLAGS.forEach((flag, i) => { 46 | combo[flag] = Boolean(mask & (1 << i)); 47 | }); 48 | combos.push(combo); 49 | } 50 | return combos; 51 | } 52 | 53 | // 执行 convert.js 并调用 main 54 | function runConvert(baseConfig, args) { 55 | const code = fs.readFileSync(CONVERT_FILE, 'utf-8'); 56 | const sandbox = { 57 | $arguments: { ...args }, 58 | console, 59 | // 为安全不提供 require / module 60 | }; 61 | vm.createContext(sandbox); 62 | vm.runInContext(code, sandbox, { filename: 'convert.js' }); 63 | if (typeof sandbox.main !== 'function') { 64 | throw new Error('convert.js 未暴露 main 函数 (未在顶层定义?)'); 65 | } 66 | // 深拷贝基础配置,避免污染 67 | const configCopy = JSON.parse(JSON.stringify(baseConfig)); 68 | return sandbox.main(configCopy); 69 | } 70 | 71 | function fileNameFromArgs(args) { 72 | // 根据 FLAGS 数组动态生成文件名 73 | const parts = FLAGS.map(flag => { 74 | const shortName = getShortName(flag); 75 | return `${shortName}-${+args[flag]}`; 76 | }); 77 | return `config_${parts.join('_')}.yaml`; 78 | } 79 | 80 | // 获取参数的简短名称用于文件名 81 | function getShortName(flag) { 82 | const shortNames = { 83 | 'loadbalance': 'lb', 84 | 'landing': 'landing', 85 | 'ipv6': 'ipv6', 86 | 'full': 'full', 87 | 'keepalive': 'keepalive', 88 | 'fakeip': 'fakeip' 89 | }; 90 | return shortNames[flag] || flag; 91 | } 92 | 93 | function ensureDir(dir) { 94 | if (!fs.existsSync(dir)) fs.mkdirSync(dir, { recursive: true }); 95 | } 96 | 97 | function main() { 98 | const baseConfig = loadFakeConfig(); 99 | ensureDir(OUTPUT_DIR); 100 | // 清理旧文件,避免残留无效组合 101 | // 根据 FLAGS 数组动态生成正则表达式 102 | const flagPatterns = FLAGS.map(flag => `${getShortName(flag)}-\\d`); 103 | const cleanupRegex = new RegExp(`^config_${flagPatterns.join('_')}\\.yaml$`); 104 | 105 | for (const f of fs.readdirSync(OUTPUT_DIR)) { 106 | if (cleanupRegex.test(f)) { 107 | try { fs.unlinkSync(path.join(OUTPUT_DIR, f)); } catch (_) {} 108 | } 109 | } 110 | const combos = generateArgCombos(); 111 | const limit = process.env.LIMIT_COMBOS ? parseInt(process.env.LIMIT_COMBOS, 10) : combos.length; 112 | let count = 0; 113 | console.log(`将生成 ${Math.min(limit, combos.length)} 个 YAML 文件 (共 ${combos.length} 种组合)`); 114 | for (const args of combos) { 115 | if (count >= limit) break; 116 | const config = runConvert(baseConfig, args); 117 | // 输出前移除假 proxies 列表 118 | delete config.proxies; 119 | const yaml = toYAML(config); 120 | const filePath = path.join(OUTPUT_DIR, fileNameFromArgs(args)); 121 | fs.writeFileSync(filePath, yaml + '\n', 'utf-8'); 122 | console.log(`[生成] ${path.relative(process.cwd(), filePath)}`); 123 | count++; 124 | } 125 | console.log(`完成:输出 ${count} 个 YAML 文件到 ${path.relative(process.cwd(), OUTPUT_DIR)}`); 126 | } 127 | 128 | if (require.main === module) { 129 | try { 130 | main(); 131 | } catch (e) { 132 | console.error('生成失败:', e); 133 | process.exit(1); 134 | } 135 | } 136 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## powerfullz 的覆写规则仓库 2 | 3 | 此处存放我用于 Mihomo/Substore 的覆写规则(**不建议用于 Stash**),Inspired by [mihomo-party-org/override-hub](https://github.com/mihomo-party-org/override-hub) 内的 ACL4SSR,具有以下优点: 4 | 5 | * 集成 [SukkaW/Surge](https://github.com/SukkaW/Surge) 和 [Cats-Team/AdRules](https://github.com/Cats-Team/AdRules) 规则 6 | * 新增 Truth Social、E-Hentai、TikTok、加密货币等分流规则 7 | * 移除冗余规则集 8 | * 引入 [Loyalsoldier/v2ray-rules-dat](https://github.com/Loyalsoldier/v2ray-rules-dat) GeoSite/GeoIP 9 | * 针对 IP 规则添加 `no-resolve` 参数,避免不必要的本地 DNS 解析,提升上网速度 10 | * JS 格式覆写现已实现节点国家动态识别与分组,自动为实际存在的各国家/地区节点生成对应代理组,节点变动时分组自动变化,省心省力。例如:你的订阅没有韩国的节点,则最终生成的配置中「韩国节点」这个代理组就不会出现。 11 | 12 | 谨此声明:本覆写规则为本人自用,现特此公开分享于公共平台。在未有回馈意见的情况下,自然优先满足个人需求及修正自己发现的问题。如有高见,欢迎 Issue、PR。 13 | 14 | [点击访问 Forgejo 上的镜像](https://git.l3zc.com/powerfullz/override-rules) 15 | 16 | ### AFF 17 | 18 | #### FlowerCloud 19 | 20 | [注册链接](https://api-flowercloud.com/aff.php?aff=4352) 21 | 22 | 目前我的主力机场,也是一家老牌一线机场了,线路扎实,冗余足够,实验性节点0.2倍率,部分地区的高级节点是家宽落地,用起来还是很舒服的。 23 | 24 | #### 星岛梦 25 | 26 | [注册链接](https://a01.sdmvipaff.cc/#/?code=MMB4xSlc) 27 | 28 | 星岛梦是一家 2025 年 12 月刚开业的机场,机场主在测试的时候就来找我了,我因此有幸从早期测试阶段便开始关注,见证了它如何从最初的摸索,经过机场主熬夜修线路换落地,现在已经达到了很不错的水准,希望机场主继续进步。性价比算上日常的打折还是挺划算的,大家可以去月付试试。 29 | 30 | ### 使用方法 31 | 32 | **Clash Party/Sparkle** 33 | 34 | 1. 推荐直接使用 JS 动态覆写:`https://gcore.jsdelivr.net/gh/powerfullz/override-rules@refs/heads/main/convert.min.js` 35 | 2. 打开 Clash Party → 左侧「覆写」→ 粘贴上述链接导入。 36 | 3. 打开「订阅管理」→ 目标订阅右上角三个点 → 「编辑信息」→ 选择该覆写脚本 → 保存。 37 | 4. Clash Party 不支持给脚本传入参数,如果需要传入参数,请使用集成的 Substore。 38 | 39 | 需要注意,Clash Party 在默认设置下还会接管 DNS 和 SNI(域名嗅探),需要手动在设置中关闭「控制 DNS 设置」和「控制域名嗅探」两个选项。 40 | 41 | **SubStore** 42 | 43 | 参考[最速 Substore 订阅管理指南](https://blog.l3zc.com/2025/03/clash-subscription-convert/)。 44 | 45 | 2025/06/17 更新:新增 JavaScript 格式覆写,支持传入参数,更易于维护,已经成为首选方式。例如,有链式代理需求,使用如下覆写脚本链接即可: 46 | 47 | ``` 48 | https://gcore.jsdelivr.net/gh/powerfullz/override-rules@refs/heads/main/convert.min.js#landing=true 49 | ``` 50 | 51 | 或者直接使用`raw.githubusercontent.com`原始链接: 52 | 53 | ``` 54 | https://raw.githubusercontent.com/powerfullz/override-rules/refs/heads/main/convert.min.js 55 | ``` 56 | 57 | 传入多个参数时,用`&`分隔,例如`landing=true&loadbalance=true`。 58 | 59 | 目前支持的参数: 60 | 61 | * `loadbalance`:启用负载均衡(url-test/load-balance,默认 false) 62 | * `landing`:启用落地节点功能(如机场家宽/星链/落地分组,默认 false) 63 | * `ipv6`:启用 IPv6 支持(默认 false) 64 | * `full`:生成完整配置(适合纯内核启动,默认 false) 65 | * `keepalive`:启用 TCP Keep Alive(默认 false)[^fn2] 66 | * `fakeip`:DNS 增强模式使用 `fake-ip` 而不是 `redir-host`(默认 false) 67 | * `quic`:允许 QUIC 流量(UDP 443,默认 false) 68 | * `threshold`:国家节点数量小于该值时不显示分组 (默认 0) 69 | 70 | 说明:支持字符串 true/false 或 1/0。 71 | 72 | [^fn2]: 无特殊需求不要启用,否则会造成[移动设备异常耗电问题](https://github.com/vernesong/OpenClash/issues/2614)。 73 | 74 | **Clash Verge 系** 75 | 76 | 直接复制需要的 YAML 格式覆写粘贴到覆写规则部分(无法自动更新)。 77 | 78 | ### 关于各 Mihomo 客户端覆盖 GeoIP/GeoSite 下载地址的说明 79 | 80 | 这覆写规则大量引用了 Loyalsoldier/v2ray-rules-dat,大多数 Mihomo 客户端都会覆写 GeoIP/GeoSite 数据库资源链接,为了获得更好的分流体验,建议手动修改客户端内的覆写设置。以 Mihomo Party 为例,点击侧栏中的「外部资源」,分别将资源链接替换为以下值: 81 | 82 | | 项目 | 链接 | 83 | | :--- | :--- | 84 | | GeoIP 数据库 | `https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat` | 85 | | GeoSite 数据库 | `https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat` | 86 | | MMDB 数据库 | `https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb` | 87 | | ASN 数据库 | `https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb` | 88 | 89 | ### 关于部分特殊代理组的说明 90 | 91 | **静态资源**:这代理组包含所有常见静态资源 CDN 域名、对象存储域名。大部分网站的静态资源(如图片、视频、音频、字体、JS、CSS)都有独立域名、不设置风控措施、不设置鉴权,这些静态资源可以使用 IP 不一定干净(例如 IDC 类 IP)、但是带宽更大、延时更低、而且有和大部分主流 CDN(如 Cloudflare、Akamai、Fastly、EdgeCast)在 IXP 有互联的网络出口。一般就实践经验来看,在正常上网中这部分域名产生的流量占据约 70% 左右。如果你在使用商业性质的远端策略服务提供商、且该服务上提供了低倍率节点,你可以将这部分域名分流至低倍率节点以节省流量。[^fn1] 92 | 93 | [^fn1]: 来源:[我有特别的 Surge 配置和使用技巧](https://blog.skk.moe/post/i-have-my-unique-surge-setup/) 94 | 95 | **搜狗输入**:这代理组默认放行,作用是避免搜狗输入法将你输入的每一个字符自动收集并通过`get.sogou.com/q`等域名回传。隐私担忧者可以将其设置为`REJECT`,开启后会影响搜狗输入法账号同步、词库更新、问题反馈,但语音输入等其他功能可以正常使用。 96 | 97 | ~~**Play 商店修复**:这代理组用于修复国行设备因使用`services.googleapis.cn`域名导致的 Google Play 下载应用时的「等待中…」问题,如果使用默认的「全球直连」问题依旧,则将其切换到「节点选择」即可。使用「全球直连」代理组时,Play 商店会从国内的 CDN 下载内容。详见:[「Google Play 商店的国内 CDN:从密码学入门到分流策略优化」](https://blog.l3zc.com/2025/03/chinese-cdn-used-by-playstore/)。~~ 98 | 99 | ~~**Steam 修复**: 这代理组用于让 Steam 客户端调用国内 CDN 及 P2P 网络下载,节省大量流量。如果需要代理 Steam 所有的下载请求,将其设置为「节点选择」即可。~~ 100 | 101 | ~~Play 商店修复和 Steam 修复代理组已经默认直连,又省流量又快,Why not?~~ 102 | 103 | Google Play 的国内 CDN 似乎已经失效,目前已经直接代理`services.googleapis.cn`,Steam 依然可以使用国内 CDN 和 P2P 下载。 104 | 105 | ### 关于链式代理的说明 106 | 107 | 若有链式代理需求,直接在 JS 链接后加 `landing=true` 参数即可(例如:`convert.js#landing=true`)。这样会新增「落地节点」和「前置代理」两个代理组,其中「落地节点」会自动匹配名称包含「家宽」「家庭」「商宽」「落地」「Starlink/星链」等关键词的节点,其他诸如「香港节点」等国家分组会自动剔除这些落地节点。需要被链式代理的落地节点请在你的订阅里为该节点配置 `dialer-proxy: "前置代理"`,示例: 108 | 109 | ```yaml 110 | proxies: 111 | - name: '香港 HGC NAT 商宽落地' 112 | type: ss 113 | server: example.com 114 | port: 6666 115 | cipher: aes-256-gcm 116 | password: goodpassword 117 | dialer-proxy: "前置代理" 118 | ``` 119 | 120 | ### 关于自动生成的 YAML 格式覆写 121 | 122 | 除了直接引用 convert.js 动态覆写,你也可以使用仓库中预先生成好的 YAML 格式覆写——它们都放在 yamls/ 目录里,由 GitHub Actions 在每次推送后自动重新生成、覆盖。适用于诸如 Clash Verge 等不支持 JS 覆写的客户端和转换服务。 123 | 124 | 文件命名规则: 125 | 126 | ``` 127 | config_lb-{0|1}_landing-{0|1}_ipv6-{0|1}_full-{0|1}_keepalive-{0|1}_fakeip{0|1}.yaml 128 | ``` 129 | 130 | 示例(开启 full,其余关闭): 131 | 132 | ``` 133 | https://raw.githubusercontent.com/powerfullz/override-rules/refs/heads/main/yamls/config_lb-0_landing-0_ipv6-0_full-1_keepalive-0_fakeip-0.yaml 134 | ``` 135 | 136 | 如果使用镜像: 137 | 138 | ``` 139 | https://git.l3zc.com/powerfullz/override-rules/raw/branch/main/yamls/config_lb-0_landing-0_ipv6-0_full-1_keepalive-0_fakeip-0.yaml 140 | ``` 141 | 142 | CI 只是套用一份假的`fake_proxies.json`来生成覆写,所以不可能实现 JS 覆写自动根据节点匹配生成对应代理组的功能,只能做出取舍放入常用地区的节点。如果你有条件使用 Substore,并且想要动态识别国家和传参的灵活性,还是推荐使用 JS 覆写。 143 | 144 | ### 本地生成 YAML 文件 145 | 146 | ```shell 147 | npm install 148 | npm run generate 149 | ``` -------------------------------------------------------------------------------- /ruleset/Crypto.list: -------------------------------------------------------------------------------- 1 | # Forum 2 | DOMAIN-SUFFIX,bitcointalk.org 3 | 4 | # Exchange 5 | DOMAIN-SUFFIX,aex.com 6 | DOMAIN-SUFFIX,bibox.com 7 | DOMAIN-SUFFIX,bitfinex.com 8 | DOMAIN-SUFFIX,bithumb.com 9 | DOMAIN-SUFFIX,bitmex.com 10 | DOMAIN-SUFFIX,bitstamp.net 11 | DOMAIN-SUFFIX,bittrex.com 12 | DOMAIN-SUFFIX,bybit.com 13 | DOMAIN-SUFFIX,coinbase.com 14 | DOMAIN-SUFFIX,coincheck.com 15 | DOMAIN-SUFFIX,coinone.co.kr 16 | DOMAIN-SUFFIX,gemini.com 17 | DOMAIN-SUFFIX,korbit.co.kr 18 | DOMAIN-SUFFIX,kraken.com 19 | DOMAIN-SUFFIX,kucoin.com 20 | DOMAIN-SUFFIX,liquid.com 21 | DOMAIN-SUFFIX,poloniex.com 22 | DOMAIN-SUFFIX,bitbank.cc 23 | DOMAIN-SUFFIX,bitcoin.org 24 | DOMAIN-SUFFIX,bitquick.co 25 | DOMAIN-SUFFIX,btcbox.co.jp 26 | DOMAIN-SUFFIX,cex.io 27 | DOMAIN-SUFFIX,dogecoin.com 28 | DOMAIN-SUFFIX,paxful.com 29 | DOMAIN-SUFFIX,tether.to 30 | DOMAIN-SUFFIX,dydx.exchange 31 | DOMAIN-SUFFIX,solana.com 32 | DOMAIN-SUFFIX,avax.network 33 | DOMAIN-SUFFIX,optimism.io 34 | DOMAIN-SUFFIX,arbitrum.io 35 | DOMAIN-SUFFIX,poly.network 36 | DOMAIN-SUFFIX,zkscan.io 37 | DOMAIN-SUFFIX,zksync.io 38 | DOMAIN-SUFFIX,boba.network 39 | 40 | # Binance 41 | DOMAIN-SUFFIX,binance.cc 42 | DOMAIN-SUFFIX,binance.cloud 43 | DOMAIN-SUFFIX,binance.com 44 | DOMAIN-SUFFIX,binance.im 45 | DOMAIN-SUFFIX,binance.me 46 | DOMAIN-SUFFIX,binance.us 47 | DOMAIN-SUFFIX,bnappzh.co 48 | DOMAIN-SUFFIX,bnappzh.com 49 | DOMAIN-SUFFIX,bnbstatic.com 50 | DOMAIN-SUFFIX,bntrace.com 51 | DOMAIN-SUFFIX,binance.charity 52 | DOMAIN-SUFFIX,binance.co 53 | DOMAIN-SUFFIX,binance.info 54 | DOMAIN-SUFFIX,binance.net 55 | DOMAIN-SUFFIX,binance.org 56 | DOMAIN-SUFFIX,binance.vision 57 | DOMAIN-SUFFIX,binanceapi.com 58 | DOMAIN-SUFFIX,binancezh.be 59 | DOMAIN-SUFFIX,binancezh.biz 60 | DOMAIN-SUFFIX,binancezh.cc 61 | DOMAIN-SUFFIX,binancezh.co 62 | DOMAIN-SUFFIX,binancezh.com 63 | DOMAIN-SUFFIX,binancezh.info 64 | DOMAIN-SUFFIX,binancezh.ink 65 | DOMAIN-SUFFIX,binancezh.kim 66 | DOMAIN-SUFFIX,binancezh.link 67 | DOMAIN-SUFFIX,binancezh.live 68 | DOMAIN-SUFFIX,binancezh.mobi 69 | DOMAIN-SUFFIX,binancezh.net 70 | DOMAIN-SUFFIX,binancezh.pro 71 | DOMAIN-SUFFIX,binancezh.sh 72 | DOMAIN-SUFFIX,binancezh.top 73 | DOMAIN-SUFFIX,bnappzh.mobi 74 | DOMAIN-SUFFIX,bsc.getblock.io 75 | DOMAIN-SUFFIX,bscscan.com 76 | DOMAIN-SUFFIX,binancecnt.com 77 | # PROCESS-NAME,Binance.exe 78 | DOMAIN-KEYWORD,binance 79 | 80 | # Binance API 81 | DOMAIN-SUFFIX,binanceapi.com 82 | DOMAIN-SUFFIX,bnbstatic.com 83 | 84 | # Huobi 85 | DOMAIN-SUFFIX,hbabit.com 86 | DOMAIN-SUFFIX,hbfile.net 87 | DOMAIN-SUFFIX,huobi.com 88 | DOMAIN-SUFFIX,huobi.me 89 | DOMAIN-SUFFIX,huobi.pro 90 | DOMAIN-SUFFIX,huobi.sc 91 | DOMAIN-SUFFIX,huobiasia.vip 92 | DOMAIN-SUFFIX,huobigroup.com 93 | DOMAIN-SUFFIX,huobitoken.com 94 | DOMAIN-SUFFIX,heco-scan.com 95 | DOMAIN-SUFFIX,hecoview.com 96 | DOMAIN-SUFFIX,hbfile.net 97 | DOMAIN-SUFFIX,huobi.br.com 98 | DOMAIN-SUFFIX,bitderiv.com 99 | DOMAIN-SUFFIX,hecochain.com 100 | DOMAIN-SUFFIX,huobi.ws 101 | DOMAIN-SUFFIX,huobi.ug 102 | DOMAIN-SUFFIX,huobi.co.ma 103 | DOMAIN-SUFFIX,huobi.br.com 104 | # PROCESS-NAME,Huobi.exe 105 | DOMAIN-KEYWORD,huobi 106 | 107 | # OKX 108 | DOMAIN-SUFFIX,okex.com 109 | DOMAIN-SUFFIX,okx.com 110 | DOMAIN-SUFFIX,okx-dns.com 111 | DOMAIN-SUFFIX,okx-dns1.com 112 | DOMAIN-SUFFIX,okx-dns2.com 113 | # PROCESS-NAME,OKX.exe 114 | DOMAIN-KEYWORD,okx 115 | 116 | # asproex 117 | DOMAIN-SUFFIX,asproex.com 118 | DOMAIN-SUFFIX,asproexapi.com 119 | 120 | # bitflyer 121 | DOMAIN-SUFFIX,bitflyer.com 122 | DOMAIN-SUFFIX,bitflyer.jp 123 | 124 | # bitsquare 125 | DOMAIN-SUFFIX,bisq.io 126 | DOMAIN-SUFFIX,bisq.network 127 | DOMAIN-SUFFIX,bitsquare.io 128 | 129 | # coinone 130 | DOMAIN-SUFFIX,coinone.co.kr 131 | DOMAIN-SUFFIX,coinonecore.com 132 | DOMAIN-SUFFIX,coinonecorp.com 133 | 134 | # ethereum 135 | DOMAIN-SUFFIX,devcon.org 136 | DOMAIN-SUFFIX,ethereum.foundation 137 | DOMAIN-SUFFIX,ethereum.org 138 | DOMAIN-SUFFIX,etherscan.io 139 | DOMAIN-SUFFIX,nansen.ai 140 | DOMAIN-SUFFIX,ethgasstation.info 141 | DOMAIN-SUFFIX,watchtheburn.com 142 | DOMAIN-SUFFIX,flashbots.net 143 | DOMAIN-SUFFIX,cryptofees.info 144 | DOMAIN-SUFFIX,etherscan.io 145 | DOMAIN-SUFFIX,ethereum-magicians.org 146 | DOMAIN-SUFFIX,vitalik.ca 147 | DOMAIN-SUFFIX,ethfans.org 148 | DOMAIN-SUFFIX,ethereum.cn 149 | DOMAIN-SUFFIX,ethereum.stackexchange.com 150 | DOMAIN-SUFFIX,etherscan.com 151 | DOMAIN-SUFFIX,parity.io 152 | DOMAIN-SUFFIX,ethernodes.org 153 | 154 | # localbitcoins 155 | DOMAIN-SUFFIX,localbitcoins.com 156 | DOMAIN-SUFFIX,localbitcoinschain.com 157 | 158 | # zb 159 | DOMAIN-SUFFIX,zb.app 160 | DOMAIN-SUFFIX,zb.com 161 | DOMAIN-SUFFIX,zb.io 162 | DOMAIN-SUFFIX,zb.live 163 | 164 | # Analysis 165 | DOMAIN-SUFFIX,aicoin.com 166 | DOMAIN-SUFFIX,aimoon.com 167 | DOMAIN-SUFFIX,coingecko.com 168 | DOMAIN-SUFFIX,coinmarketcap.com 169 | DOMAIN-SUFFIX,glassnode.com 170 | DOMAIN-SUFFIX,coinmetrics.io 171 | DOMAIN-SUFFIX,tokenview.com 172 | DOMAIN-SUFFIX,oklink.com 173 | DOMAIN-SUFFIX,blockchair.com 174 | DOMAIN-SUFFIX,intotheblock.com 175 | DOMAIN-SUFFIX,bytetree.com 176 | DOMAIN-SUFFIX,coin.dance 177 | DOMAIN-SUFFIX,defieye.io 178 | DOMAIN-SUFFIX,duneanalytics.com 179 | DOMAIN-SUFFIX,tokenterminal.com 180 | DOMAIN-SUFFIX,dapp.review 181 | DOMAIN-SUFFIX,dappradar.com 182 | DOMAIN-SUFFIX,stateofthedapps.com 183 | DOMAIN-SUFFIX,thegraph.com 184 | DOMAIN-SUFFIX,debank.com 185 | DOMAIN-SUFFIX,vfat.tools 186 | DOMAIN-SUFFIX,loanscan.io 187 | DOMAIN-SUFFIX,defirate.com 188 | DOMAIN-SUFFIX,defipulse.com 189 | DOMAIN-SUFFIX,apy999.com 190 | DOMAIN-SUFFIX,defieye.io 191 | DOMAIN-SUFFIX,dextools.io 192 | DOMAIN-SUFFIX,tradingview.com 193 | DOMAIN-SUFFIX,dcabtc.com 194 | DOMAIN-SUFFIX,chainalysis.com 195 | DOMAIN-SUFFIX,cryptoquant.com 196 | DOMAIN-SUFFIX,viewbase.com 197 | DOMAIN-SUFFIX,bitcoinity.org 198 | DOMAIN-SUFFIX,cryptocompare.com 199 | DOMAIN-SUFFIX,coincodex.com 200 | DOMAIN-SUFFIX,cointrendz.com 201 | DOMAIN-SUFFIX,coincheckup.com 202 | DOMAIN-SUFFIX,thetie.io 203 | DOMAIN-SUFFIX,tradeblock.com 204 | DOMAIN-SUFFIX,nyctale.io 205 | DOMAIN-SUFFIX,dovemetrics.com 206 | DOMAIN-SUFFIX,cryptorank.io 207 | DOMAIN-SUFFIX,icodrops.com 208 | DOMAIN-SUFFIX,chainbroker.io 209 | DOMAIN-SUFFIX,crunchbase.com 210 | DOMAIN-SUFFIX,defillama.com 211 | DOMAIN-SUFFIX,coinowo.com 212 | DOMAIN-SUFFIX,earni.fi 213 | DOMAIN-SUFFIX,dropsearn.com 214 | DOMAIN-SUFFIX,bitcoin.it 215 | DOMAIN-SUFFIX,bitcoinmagazine.com 216 | DOMAIN-SUFFIX,blockchain.com 217 | DOMAIN-SUFFIX,tronscan.org 218 | 219 | # POOL 220 | DOMAIN-SUFFIX,btc.com 221 | DOMAIN-SUFFIX,f2pool.com 222 | DOMAIN-SUFFIX,cbeci.org 223 | DOMAIN-SUFFIX,digiconomist.net 224 | DOMAIN-SUFFIX,1ml.com 225 | DOMAIN-SUFFIX,bitcoinvisuals.com 226 | DOMAIN-SUFFIX,crypto51.app 227 | DOMAIN-SUFFIX,masternodes.online 228 | DOMAIN-SUFFIX,bitnodes.earn.com 229 | DOMAIN-SUFFIX,poolin.com 230 | DOMAIN-SUFFIX,ethermine.org 231 | DOMAIN-SUFFIX,ewapool.net 232 | 233 | # FTX 234 | DOMAIN-SUFFIX,ftx.com 235 | 236 | # Metamask 237 | DOMAIN-KEYWORD,metamask 238 | DOMAIN,token-api.metaswap.codefi.network 239 | DOMAIN,min-api.cryptocompare.com 240 | 241 | # NFT 242 | DOMAIN-SUFFIX,opensea.io 243 | DOMAIN-SUFFIX,nftscan.com 244 | DOMAIN-SUFFIX,makersplace.com 245 | DOMAIN-SUFFIX,nonfungible.com 246 | DOMAIN-SUFFIX,cryptoslam.io 247 | DOMAIN-SUFFIX,cryptoart.io 248 | DOMAIN-SUFFIX,nftcalendar.io 249 | DOMAIN-SUFFIX,nftgo.io 250 | 251 | # IPFS 252 | DOMAIN-SUFFIX,filecoin.io 253 | DOMAIN-SUFFIX,docs.lotu.sh 254 | DOMAIN-SUFFIX,ipfs.io 255 | DOMAIN-SUFFIX,docs.ipfs.io 256 | DOMAIN-SUFFIX,discuss.ipfs.io 257 | 258 | # EOS 259 | DOMAIN-SUFFIX,eos.io 260 | DOMAIN-SUFFIX,developers.eos.io 261 | DOMAIN-SUFFIX,block.one 262 | DOMAIN-SUFFIX,eostracker.io 263 | DOMAIN-SUFFIX,eosflare.io 264 | DOMAIN-SUFFIX,eospark.com 265 | DOMAIN-SUFFIX,bloks.io 266 | 267 | # Lightning 268 | DOMAIN-SUFFIX,lightning.engineering 269 | DOMAIN-SUFFIX,lightning.community 270 | DOMAIN-SUFFIX,acinq.co 271 | DOMAIN-SUFFIX,1ml.com 272 | 273 | # Token 274 | DOMAIN-SUFFIX,tokenpocket.pro 275 | DOMAIN-SUFFIX,token.im 276 | DOMAIN-SUFFIX,phantom.app 277 | DOMAIN-SUFFIX,tronlink.org 278 | DOMAIN-SUFFIX,myetherwallet.com 279 | DOMAIN-SUFFIX,jaxx.io 280 | DOMAIN-SUFFIX,trustwalletapp.com 281 | 282 | # Gate 283 | DOMAIN-SUFFIX,gate.ac 284 | DOMAIN-SUFFIX,gate.io 285 | 286 | # Mexc 287 | DOMAIN-SUFFIX,mexc.com 288 | 289 | # Dapp 290 | DOMAIN-SUFFIX,sushi.com 291 | DOMAIN-SUFFIX,uniswap.org 292 | DOMAIN-SUFFIX,sunswap.com 293 | DOMAIN-SUFFIX,traderjoexyz.com 294 | DOMAIN-SUFFIX,raydium.io 295 | DOMAIN-SUFFIX,synthetix.io 296 | DOMAIN-SUFFIX,aave.com 297 | DOMAIN-SUFFIX,compound.finance 298 | DOMAIN-SUFFIX,makerdao.com 299 | DOMAIN-SUFFIX,wbtc.network 300 | DOMAIN-SUFFIX,pancakeswap.finance 301 | DOMAIN-SUFFIX,pancakeswap.com 302 | DOMAIN-SUFFIX,mdex.co 303 | DOMAIN-SUFFIX,mdex.one 304 | DOMAIN-SUFFIX,mdex.com 305 | DOMAIN-SUFFIX,mdex.me 306 | DOMAIN-SUFFIX,1inch.io 307 | 308 | # Chippay 309 | DOMAIN-SUFFIX,chippay.com 310 | 311 | # UniSat 312 | DOMAIN-SUFFIX,unisat.io -------------------------------------------------------------------------------- /yamls/config_lb-1_landing-0_ipv6-1_full-0_keepalive-0_fakeip-0.yaml: -------------------------------------------------------------------------------- 1 | proxy-groups: 2 | - name: 选择代理 3 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 4 | type: select 5 | proxies: 6 | - 故障转移 7 | - 香港节点 8 | - 台湾节点 9 | - 新加坡节点 10 | - 日本节点 11 | - 美国节点 12 | - 低倍率节点 13 | - 手动选择 14 | - DIRECT 15 | - name: 手动选择 16 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 17 | include-all: true 18 | type: select 19 | - name: 故障转移 20 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 21 | type: fallback 22 | url: https://cp.cloudflare.com/generate_204 23 | proxies: 24 | - 香港节点 25 | - 台湾节点 26 | - 新加坡节点 27 | - 日本节点 28 | - 美国节点 29 | - 低倍率节点 30 | - 手动选择 31 | - DIRECT 32 | interval: 180 33 | tolerance: 20 34 | lazy: false 35 | - name: 静态资源 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 37 | type: select 38 | proxies: &a1 39 | - 选择代理 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - 直连 48 | - name: AI 49 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 50 | type: select 51 | proxies: *a1 52 | - name: Telegram 53 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 54 | type: select 55 | proxies: *a1 56 | - name: YouTube 57 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 58 | type: select 59 | proxies: *a1 60 | - name: Bilibili 61 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 62 | type: select 63 | proxies: 64 | - 直连 65 | - 台湾节点 66 | - 香港节点 67 | - name: Netflix 68 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 69 | type: select 70 | proxies: *a1 71 | - name: Spotify 72 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 73 | type: select 74 | proxies: *a1 75 | - name: TikTok 76 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 77 | type: select 78 | proxies: *a1 79 | - name: E-Hentai 80 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 81 | type: select 82 | proxies: *a1 83 | - name: PikPak 84 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 85 | type: select 86 | proxies: *a1 87 | - name: Truth Social 88 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 89 | type: select 90 | proxies: 91 | - 美国节点 92 | - 选择代理 93 | - 手动选择 94 | - name: Bahamut 95 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 96 | type: select 97 | proxies: 98 | - 台湾节点 99 | - 选择代理 100 | - 手动选择 101 | - 直连 102 | - name: Crypto 103 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 104 | type: select 105 | proxies: *a1 106 | - name: SSH(22端口) 107 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 108 | type: select 109 | proxies: *a1 110 | - name: 搜狗输入法 111 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 112 | type: select 113 | proxies: 114 | - 直连 115 | - REJECT 116 | - name: 直连 117 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 118 | type: select 119 | proxies: 120 | - DIRECT 121 | - 选择代理 122 | - name: 广告拦截 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 124 | type: select 125 | proxies: 126 | - REJECT 127 | - REJECT-DROP 128 | - 直连 129 | - name: 低倍率节点 130 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 131 | type: url-test 132 | url: https://cp.cloudflare.com/generate_204 133 | include-all: true 134 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 135 | - name: 香港节点 136 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 137 | include-all: true 138 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 139 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 140 | type: load-balance 141 | - name: 台湾节点 142 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 143 | include-all: true 144 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 145 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 146 | type: load-balance 147 | - name: 新加坡节点 148 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 149 | include-all: true 150 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 151 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 152 | type: load-balance 153 | - name: 日本节点 154 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 155 | include-all: true 156 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 157 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 158 | type: load-balance 159 | - name: 美国节点 160 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 161 | include-all: true 162 | filter: (?i)美国|美|US|United States|🇺🇸 163 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 164 | type: load-balance 165 | - name: GLOBAL 166 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 167 | include-all: true 168 | type: select 169 | proxies: 170 | - 选择代理 171 | - 手动选择 172 | - 故障转移 173 | - 静态资源 174 | - AI 175 | - Telegram 176 | - YouTube 177 | - Bilibili 178 | - Netflix 179 | - Spotify 180 | - TikTok 181 | - E-Hentai 182 | - PikPak 183 | - Truth Social 184 | - Bahamut 185 | - Crypto 186 | - SSH(22端口) 187 | - 搜狗输入法 188 | - 直连 189 | - 广告拦截 190 | - 低倍率节点 191 | - 香港节点 192 | - 台湾节点 193 | - 新加坡节点 194 | - 日本节点 195 | - 美国节点 196 | rule-providers: 197 | ADBlock: 198 | type: http 199 | behavior: domain 200 | format: mrs 201 | interval: 86400 202 | url: https://adrules.top/adrules-mihomo.mrs 203 | path: ./ruleset/ADBlock.mrs 204 | SogouInput: 205 | type: http 206 | behavior: classical 207 | format: text 208 | interval: 86400 209 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 210 | path: ./ruleset/SogouInput.txt 211 | StaticResources: 212 | type: http 213 | behavior: domain 214 | format: text 215 | interval: 86400 216 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 217 | path: ./ruleset/StaticResources.txt 218 | CDNResources: 219 | type: http 220 | behavior: classical 221 | format: text 222 | interval: 86400 223 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 224 | path: ./ruleset/CDNResources.txt 225 | TikTok: 226 | type: http 227 | behavior: classical 228 | format: text 229 | interval: 86400 230 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 231 | path: ./ruleset/TikTok.list 232 | EHentai: 233 | type: http 234 | behavior: classical 235 | format: text 236 | interval: 86400 237 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 238 | path: ./ruleset/EHentai.list 239 | SteamFix: 240 | type: http 241 | behavior: classical 242 | format: text 243 | interval: 86400 244 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 245 | path: ./ruleset/SteamFix.list 246 | GoogleFCM: 247 | type: http 248 | behavior: classical 249 | format: text 250 | interval: 86400 251 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 252 | path: ./ruleset/FirebaseCloudMessaging.list 253 | AdditionalFilter: 254 | type: http 255 | behavior: classical 256 | format: text 257 | interval: 86400 258 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 259 | path: ./ruleset/AdditionalFilter.list 260 | AdditionalCDNResources: 261 | type: http 262 | behavior: classical 263 | format: text 264 | interval: 86400 265 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 266 | path: ./ruleset/AdditionalCDNResources.list 267 | Crypto: 268 | type: http 269 | behavior: classical 270 | format: text 271 | interval: 86400 272 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 273 | path: ./ruleset/Crypto.list 274 | rules: 275 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 276 | - RULE-SET,ADBlock,广告拦截 277 | - RULE-SET,AdditionalFilter,广告拦截 278 | - RULE-SET,SogouInput,搜狗输入法 279 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 280 | - RULE-SET,StaticResources,静态资源 281 | - RULE-SET,CDNResources,静态资源 282 | - RULE-SET,AdditionalCDNResources,静态资源 283 | - RULE-SET,Crypto,Crypto 284 | - RULE-SET,EHentai,E-Hentai 285 | - RULE-SET,TikTok,TikTok 286 | - RULE-SET,SteamFix,直连 287 | - RULE-SET,GoogleFCM,直连 288 | - DOMAIN,services.googleapis.cn,选择代理 289 | - GEOSITE,GOOGLE-PLAY@CN,直连 290 | - GEOSITE,CATEGORY-AI-!CN,AI 291 | - GEOSITE,TELEGRAM,Telegram 292 | - GEOSITE,YOUTUBE,YouTube 293 | - GEOSITE,NETFLIX,Netflix 294 | - GEOSITE,SPOTIFY,Spotify 295 | - GEOSITE,BAHAMUT,Bahamut 296 | - GEOSITE,BILIBILI,Bilibili 297 | - GEOSITE,MICROSOFT@CN,直连 298 | - GEOSITE,PIKPAK,PikPak 299 | - GEOSITE,GFW,选择代理 300 | - GEOSITE,CN,直连 301 | - GEOSITE,PRIVATE,直连 302 | - GEOIP,NETFLIX,Netflix,no-resolve 303 | - GEOIP,TELEGRAM,Telegram,no-resolve 304 | - GEOIP,CN,直连 305 | - GEOIP,PRIVATE,直连 306 | - DST-PORT,22,SSH(22端口) 307 | - MATCH,选择代理 308 | sniffer: 309 | sniff: 310 | TLS: 311 | ports: 312 | - 443 313 | - 8443 314 | HTTP: 315 | ports: 316 | - 80 317 | - 8080 318 | - 8880 319 | QUIC: 320 | ports: 321 | - 443 322 | - 8443 323 | override-destination: false 324 | enable: true 325 | force-dns-mapping: true 326 | skip-domain: 327 | - Mijia Cloud 328 | - dlg.io.mi.com 329 | - +.push.apple.com 330 | dns: 331 | enable: true 332 | ipv6: true 333 | prefer-h3: true 334 | enhanced-mode: redir-host 335 | default-nameserver: 336 | - 119.29.29.29 337 | - 223.5.5.5 338 | nameserver: 339 | - system 340 | - 223.5.5.5 341 | - 119.29.29.29 342 | - 180.184.1.1 343 | fallback: 344 | - quic://dns0.eu 345 | - https://dns.cloudflare.com/dns-query 346 | - https://dns.sb/dns-query 347 | - tcp://208.67.222.222 348 | - tcp://8.26.56.2 349 | proxy-server-nameserver: 350 | - https://dns.alidns.com/dns-query 351 | - tls://dot.pub 352 | geodata-mode: true 353 | geox-url: 354 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 355 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 356 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 357 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 358 | 359 | -------------------------------------------------------------------------------- /yamls/config_lb-1_landing-0_ipv6-1_full-0_keepalive-1_fakeip-0.yaml: -------------------------------------------------------------------------------- 1 | proxy-groups: 2 | - name: 选择代理 3 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 4 | type: select 5 | proxies: 6 | - 故障转移 7 | - 香港节点 8 | - 台湾节点 9 | - 新加坡节点 10 | - 日本节点 11 | - 美国节点 12 | - 低倍率节点 13 | - 手动选择 14 | - DIRECT 15 | - name: 手动选择 16 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 17 | include-all: true 18 | type: select 19 | - name: 故障转移 20 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 21 | type: fallback 22 | url: https://cp.cloudflare.com/generate_204 23 | proxies: 24 | - 香港节点 25 | - 台湾节点 26 | - 新加坡节点 27 | - 日本节点 28 | - 美国节点 29 | - 低倍率节点 30 | - 手动选择 31 | - DIRECT 32 | interval: 180 33 | tolerance: 20 34 | lazy: false 35 | - name: 静态资源 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 37 | type: select 38 | proxies: &a1 39 | - 选择代理 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - 直连 48 | - name: AI 49 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 50 | type: select 51 | proxies: *a1 52 | - name: Telegram 53 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 54 | type: select 55 | proxies: *a1 56 | - name: YouTube 57 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 58 | type: select 59 | proxies: *a1 60 | - name: Bilibili 61 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 62 | type: select 63 | proxies: 64 | - 直连 65 | - 台湾节点 66 | - 香港节点 67 | - name: Netflix 68 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 69 | type: select 70 | proxies: *a1 71 | - name: Spotify 72 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 73 | type: select 74 | proxies: *a1 75 | - name: TikTok 76 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 77 | type: select 78 | proxies: *a1 79 | - name: E-Hentai 80 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 81 | type: select 82 | proxies: *a1 83 | - name: PikPak 84 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 85 | type: select 86 | proxies: *a1 87 | - name: Truth Social 88 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 89 | type: select 90 | proxies: 91 | - 美国节点 92 | - 选择代理 93 | - 手动选择 94 | - name: Bahamut 95 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 96 | type: select 97 | proxies: 98 | - 台湾节点 99 | - 选择代理 100 | - 手动选择 101 | - 直连 102 | - name: Crypto 103 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 104 | type: select 105 | proxies: *a1 106 | - name: SSH(22端口) 107 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 108 | type: select 109 | proxies: *a1 110 | - name: 搜狗输入法 111 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 112 | type: select 113 | proxies: 114 | - 直连 115 | - REJECT 116 | - name: 直连 117 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 118 | type: select 119 | proxies: 120 | - DIRECT 121 | - 选择代理 122 | - name: 广告拦截 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 124 | type: select 125 | proxies: 126 | - REJECT 127 | - REJECT-DROP 128 | - 直连 129 | - name: 低倍率节点 130 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 131 | type: url-test 132 | url: https://cp.cloudflare.com/generate_204 133 | include-all: true 134 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 135 | - name: 香港节点 136 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 137 | include-all: true 138 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 139 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 140 | type: load-balance 141 | - name: 台湾节点 142 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 143 | include-all: true 144 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 145 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 146 | type: load-balance 147 | - name: 新加坡节点 148 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 149 | include-all: true 150 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 151 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 152 | type: load-balance 153 | - name: 日本节点 154 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 155 | include-all: true 156 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 157 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 158 | type: load-balance 159 | - name: 美国节点 160 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 161 | include-all: true 162 | filter: (?i)美国|美|US|United States|🇺🇸 163 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 164 | type: load-balance 165 | - name: GLOBAL 166 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 167 | include-all: true 168 | type: select 169 | proxies: 170 | - 选择代理 171 | - 手动选择 172 | - 故障转移 173 | - 静态资源 174 | - AI 175 | - Telegram 176 | - YouTube 177 | - Bilibili 178 | - Netflix 179 | - Spotify 180 | - TikTok 181 | - E-Hentai 182 | - PikPak 183 | - Truth Social 184 | - Bahamut 185 | - Crypto 186 | - SSH(22端口) 187 | - 搜狗输入法 188 | - 直连 189 | - 广告拦截 190 | - 低倍率节点 191 | - 香港节点 192 | - 台湾节点 193 | - 新加坡节点 194 | - 日本节点 195 | - 美国节点 196 | rule-providers: 197 | ADBlock: 198 | type: http 199 | behavior: domain 200 | format: mrs 201 | interval: 86400 202 | url: https://adrules.top/adrules-mihomo.mrs 203 | path: ./ruleset/ADBlock.mrs 204 | SogouInput: 205 | type: http 206 | behavior: classical 207 | format: text 208 | interval: 86400 209 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 210 | path: ./ruleset/SogouInput.txt 211 | StaticResources: 212 | type: http 213 | behavior: domain 214 | format: text 215 | interval: 86400 216 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 217 | path: ./ruleset/StaticResources.txt 218 | CDNResources: 219 | type: http 220 | behavior: classical 221 | format: text 222 | interval: 86400 223 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 224 | path: ./ruleset/CDNResources.txt 225 | TikTok: 226 | type: http 227 | behavior: classical 228 | format: text 229 | interval: 86400 230 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 231 | path: ./ruleset/TikTok.list 232 | EHentai: 233 | type: http 234 | behavior: classical 235 | format: text 236 | interval: 86400 237 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 238 | path: ./ruleset/EHentai.list 239 | SteamFix: 240 | type: http 241 | behavior: classical 242 | format: text 243 | interval: 86400 244 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 245 | path: ./ruleset/SteamFix.list 246 | GoogleFCM: 247 | type: http 248 | behavior: classical 249 | format: text 250 | interval: 86400 251 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 252 | path: ./ruleset/FirebaseCloudMessaging.list 253 | AdditionalFilter: 254 | type: http 255 | behavior: classical 256 | format: text 257 | interval: 86400 258 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 259 | path: ./ruleset/AdditionalFilter.list 260 | AdditionalCDNResources: 261 | type: http 262 | behavior: classical 263 | format: text 264 | interval: 86400 265 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 266 | path: ./ruleset/AdditionalCDNResources.list 267 | Crypto: 268 | type: http 269 | behavior: classical 270 | format: text 271 | interval: 86400 272 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 273 | path: ./ruleset/Crypto.list 274 | rules: 275 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 276 | - RULE-SET,ADBlock,广告拦截 277 | - RULE-SET,AdditionalFilter,广告拦截 278 | - RULE-SET,SogouInput,搜狗输入法 279 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 280 | - RULE-SET,StaticResources,静态资源 281 | - RULE-SET,CDNResources,静态资源 282 | - RULE-SET,AdditionalCDNResources,静态资源 283 | - RULE-SET,Crypto,Crypto 284 | - RULE-SET,EHentai,E-Hentai 285 | - RULE-SET,TikTok,TikTok 286 | - RULE-SET,SteamFix,直连 287 | - RULE-SET,GoogleFCM,直连 288 | - DOMAIN,services.googleapis.cn,选择代理 289 | - GEOSITE,GOOGLE-PLAY@CN,直连 290 | - GEOSITE,CATEGORY-AI-!CN,AI 291 | - GEOSITE,TELEGRAM,Telegram 292 | - GEOSITE,YOUTUBE,YouTube 293 | - GEOSITE,NETFLIX,Netflix 294 | - GEOSITE,SPOTIFY,Spotify 295 | - GEOSITE,BAHAMUT,Bahamut 296 | - GEOSITE,BILIBILI,Bilibili 297 | - GEOSITE,MICROSOFT@CN,直连 298 | - GEOSITE,PIKPAK,PikPak 299 | - GEOSITE,GFW,选择代理 300 | - GEOSITE,CN,直连 301 | - GEOSITE,PRIVATE,直连 302 | - GEOIP,NETFLIX,Netflix,no-resolve 303 | - GEOIP,TELEGRAM,Telegram,no-resolve 304 | - GEOIP,CN,直连 305 | - GEOIP,PRIVATE,直连 306 | - DST-PORT,22,SSH(22端口) 307 | - MATCH,选择代理 308 | sniffer: 309 | sniff: 310 | TLS: 311 | ports: 312 | - 443 313 | - 8443 314 | HTTP: 315 | ports: 316 | - 80 317 | - 8080 318 | - 8880 319 | QUIC: 320 | ports: 321 | - 443 322 | - 8443 323 | override-destination: false 324 | enable: true 325 | force-dns-mapping: true 326 | skip-domain: 327 | - Mijia Cloud 328 | - dlg.io.mi.com 329 | - +.push.apple.com 330 | dns: 331 | enable: true 332 | ipv6: true 333 | prefer-h3: true 334 | enhanced-mode: redir-host 335 | default-nameserver: 336 | - 119.29.29.29 337 | - 223.5.5.5 338 | nameserver: 339 | - system 340 | - 223.5.5.5 341 | - 119.29.29.29 342 | - 180.184.1.1 343 | fallback: 344 | - quic://dns0.eu 345 | - https://dns.cloudflare.com/dns-query 346 | - https://dns.sb/dns-query 347 | - tcp://208.67.222.222 348 | - tcp://8.26.56.2 349 | proxy-server-nameserver: 350 | - https://dns.alidns.com/dns-query 351 | - tls://dot.pub 352 | geodata-mode: true 353 | geox-url: 354 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 355 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 356 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 357 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 358 | 359 | -------------------------------------------------------------------------------- /yamls/config_lb-1_landing-0_ipv6-0_full-0_keepalive-0_fakeip-0.yaml: -------------------------------------------------------------------------------- 1 | proxy-groups: 2 | - name: 选择代理 3 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 4 | type: select 5 | proxies: 6 | - 故障转移 7 | - 香港节点 8 | - 台湾节点 9 | - 新加坡节点 10 | - 日本节点 11 | - 美国节点 12 | - 低倍率节点 13 | - 手动选择 14 | - DIRECT 15 | - name: 手动选择 16 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 17 | include-all: true 18 | type: select 19 | - name: 故障转移 20 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 21 | type: fallback 22 | url: https://cp.cloudflare.com/generate_204 23 | proxies: 24 | - 香港节点 25 | - 台湾节点 26 | - 新加坡节点 27 | - 日本节点 28 | - 美国节点 29 | - 低倍率节点 30 | - 手动选择 31 | - DIRECT 32 | interval: 180 33 | tolerance: 20 34 | lazy: false 35 | - name: 静态资源 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 37 | type: select 38 | proxies: &a1 39 | - 选择代理 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - 直连 48 | - name: AI 49 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 50 | type: select 51 | proxies: *a1 52 | - name: Telegram 53 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 54 | type: select 55 | proxies: *a1 56 | - name: YouTube 57 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 58 | type: select 59 | proxies: *a1 60 | - name: Bilibili 61 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 62 | type: select 63 | proxies: 64 | - 直连 65 | - 台湾节点 66 | - 香港节点 67 | - name: Netflix 68 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 69 | type: select 70 | proxies: *a1 71 | - name: Spotify 72 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 73 | type: select 74 | proxies: *a1 75 | - name: TikTok 76 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 77 | type: select 78 | proxies: *a1 79 | - name: E-Hentai 80 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 81 | type: select 82 | proxies: *a1 83 | - name: PikPak 84 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 85 | type: select 86 | proxies: *a1 87 | - name: Truth Social 88 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 89 | type: select 90 | proxies: 91 | - 美国节点 92 | - 选择代理 93 | - 手动选择 94 | - name: Bahamut 95 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 96 | type: select 97 | proxies: 98 | - 台湾节点 99 | - 选择代理 100 | - 手动选择 101 | - 直连 102 | - name: Crypto 103 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 104 | type: select 105 | proxies: *a1 106 | - name: SSH(22端口) 107 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 108 | type: select 109 | proxies: *a1 110 | - name: 搜狗输入法 111 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 112 | type: select 113 | proxies: 114 | - 直连 115 | - REJECT 116 | - name: 直连 117 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 118 | type: select 119 | proxies: 120 | - DIRECT 121 | - 选择代理 122 | - name: 广告拦截 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 124 | type: select 125 | proxies: 126 | - REJECT 127 | - REJECT-DROP 128 | - 直连 129 | - name: 低倍率节点 130 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 131 | type: url-test 132 | url: https://cp.cloudflare.com/generate_204 133 | include-all: true 134 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 135 | - name: 香港节点 136 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 137 | include-all: true 138 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 139 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 140 | type: load-balance 141 | - name: 台湾节点 142 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 143 | include-all: true 144 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 145 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 146 | type: load-balance 147 | - name: 新加坡节点 148 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 149 | include-all: true 150 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 151 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 152 | type: load-balance 153 | - name: 日本节点 154 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 155 | include-all: true 156 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 157 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 158 | type: load-balance 159 | - name: 美国节点 160 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 161 | include-all: true 162 | filter: (?i)美国|美|US|United States|🇺🇸 163 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 164 | type: load-balance 165 | - name: GLOBAL 166 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 167 | include-all: true 168 | type: select 169 | proxies: 170 | - 选择代理 171 | - 手动选择 172 | - 故障转移 173 | - 静态资源 174 | - AI 175 | - Telegram 176 | - YouTube 177 | - Bilibili 178 | - Netflix 179 | - Spotify 180 | - TikTok 181 | - E-Hentai 182 | - PikPak 183 | - Truth Social 184 | - Bahamut 185 | - Crypto 186 | - SSH(22端口) 187 | - 搜狗输入法 188 | - 直连 189 | - 广告拦截 190 | - 低倍率节点 191 | - 香港节点 192 | - 台湾节点 193 | - 新加坡节点 194 | - 日本节点 195 | - 美国节点 196 | rule-providers: 197 | ADBlock: 198 | type: http 199 | behavior: domain 200 | format: mrs 201 | interval: 86400 202 | url: https://adrules.top/adrules-mihomo.mrs 203 | path: ./ruleset/ADBlock.mrs 204 | SogouInput: 205 | type: http 206 | behavior: classical 207 | format: text 208 | interval: 86400 209 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 210 | path: ./ruleset/SogouInput.txt 211 | StaticResources: 212 | type: http 213 | behavior: domain 214 | format: text 215 | interval: 86400 216 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 217 | path: ./ruleset/StaticResources.txt 218 | CDNResources: 219 | type: http 220 | behavior: classical 221 | format: text 222 | interval: 86400 223 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 224 | path: ./ruleset/CDNResources.txt 225 | TikTok: 226 | type: http 227 | behavior: classical 228 | format: text 229 | interval: 86400 230 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 231 | path: ./ruleset/TikTok.list 232 | EHentai: 233 | type: http 234 | behavior: classical 235 | format: text 236 | interval: 86400 237 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 238 | path: ./ruleset/EHentai.list 239 | SteamFix: 240 | type: http 241 | behavior: classical 242 | format: text 243 | interval: 86400 244 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 245 | path: ./ruleset/SteamFix.list 246 | GoogleFCM: 247 | type: http 248 | behavior: classical 249 | format: text 250 | interval: 86400 251 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 252 | path: ./ruleset/FirebaseCloudMessaging.list 253 | AdditionalFilter: 254 | type: http 255 | behavior: classical 256 | format: text 257 | interval: 86400 258 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 259 | path: ./ruleset/AdditionalFilter.list 260 | AdditionalCDNResources: 261 | type: http 262 | behavior: classical 263 | format: text 264 | interval: 86400 265 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 266 | path: ./ruleset/AdditionalCDNResources.list 267 | Crypto: 268 | type: http 269 | behavior: classical 270 | format: text 271 | interval: 86400 272 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 273 | path: ./ruleset/Crypto.list 274 | rules: 275 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 276 | - RULE-SET,ADBlock,广告拦截 277 | - RULE-SET,AdditionalFilter,广告拦截 278 | - RULE-SET,SogouInput,搜狗输入法 279 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 280 | - RULE-SET,StaticResources,静态资源 281 | - RULE-SET,CDNResources,静态资源 282 | - RULE-SET,AdditionalCDNResources,静态资源 283 | - RULE-SET,Crypto,Crypto 284 | - RULE-SET,EHentai,E-Hentai 285 | - RULE-SET,TikTok,TikTok 286 | - RULE-SET,SteamFix,直连 287 | - RULE-SET,GoogleFCM,直连 288 | - DOMAIN,services.googleapis.cn,选择代理 289 | - GEOSITE,GOOGLE-PLAY@CN,直连 290 | - GEOSITE,CATEGORY-AI-!CN,AI 291 | - GEOSITE,TELEGRAM,Telegram 292 | - GEOSITE,YOUTUBE,YouTube 293 | - GEOSITE,NETFLIX,Netflix 294 | - GEOSITE,SPOTIFY,Spotify 295 | - GEOSITE,BAHAMUT,Bahamut 296 | - GEOSITE,BILIBILI,Bilibili 297 | - GEOSITE,MICROSOFT@CN,直连 298 | - GEOSITE,PIKPAK,PikPak 299 | - GEOSITE,GFW,选择代理 300 | - GEOSITE,CN,直连 301 | - GEOSITE,PRIVATE,直连 302 | - GEOIP,NETFLIX,Netflix,no-resolve 303 | - GEOIP,TELEGRAM,Telegram,no-resolve 304 | - GEOIP,CN,直连 305 | - GEOIP,PRIVATE,直连 306 | - DST-PORT,22,SSH(22端口) 307 | - MATCH,选择代理 308 | sniffer: 309 | sniff: 310 | TLS: 311 | ports: 312 | - 443 313 | - 8443 314 | HTTP: 315 | ports: 316 | - 80 317 | - 8080 318 | - 8880 319 | QUIC: 320 | ports: 321 | - 443 322 | - 8443 323 | override-destination: false 324 | enable: true 325 | force-dns-mapping: true 326 | skip-domain: 327 | - Mijia Cloud 328 | - dlg.io.mi.com 329 | - +.push.apple.com 330 | dns: 331 | enable: true 332 | ipv6: false 333 | prefer-h3: true 334 | enhanced-mode: redir-host 335 | default-nameserver: 336 | - 119.29.29.29 337 | - 223.5.5.5 338 | nameserver: 339 | - system 340 | - 223.5.5.5 341 | - 119.29.29.29 342 | - 180.184.1.1 343 | fallback: 344 | - quic://dns0.eu 345 | - https://dns.cloudflare.com/dns-query 346 | - https://dns.sb/dns-query 347 | - tcp://208.67.222.222 348 | - tcp://8.26.56.2 349 | proxy-server-nameserver: 350 | - https://dns.alidns.com/dns-query 351 | - tls://dot.pub 352 | geodata-mode: true 353 | geox-url: 354 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 355 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 356 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 357 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 358 | 359 | -------------------------------------------------------------------------------- /yamls/config_lb-1_landing-0_ipv6-0_full-0_keepalive-1_fakeip-0.yaml: -------------------------------------------------------------------------------- 1 | proxy-groups: 2 | - name: 选择代理 3 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 4 | type: select 5 | proxies: 6 | - 故障转移 7 | - 香港节点 8 | - 台湾节点 9 | - 新加坡节点 10 | - 日本节点 11 | - 美国节点 12 | - 低倍率节点 13 | - 手动选择 14 | - DIRECT 15 | - name: 手动选择 16 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 17 | include-all: true 18 | type: select 19 | - name: 故障转移 20 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 21 | type: fallback 22 | url: https://cp.cloudflare.com/generate_204 23 | proxies: 24 | - 香港节点 25 | - 台湾节点 26 | - 新加坡节点 27 | - 日本节点 28 | - 美国节点 29 | - 低倍率节点 30 | - 手动选择 31 | - DIRECT 32 | interval: 180 33 | tolerance: 20 34 | lazy: false 35 | - name: 静态资源 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 37 | type: select 38 | proxies: &a1 39 | - 选择代理 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - 直连 48 | - name: AI 49 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 50 | type: select 51 | proxies: *a1 52 | - name: Telegram 53 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 54 | type: select 55 | proxies: *a1 56 | - name: YouTube 57 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 58 | type: select 59 | proxies: *a1 60 | - name: Bilibili 61 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 62 | type: select 63 | proxies: 64 | - 直连 65 | - 台湾节点 66 | - 香港节点 67 | - name: Netflix 68 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 69 | type: select 70 | proxies: *a1 71 | - name: Spotify 72 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 73 | type: select 74 | proxies: *a1 75 | - name: TikTok 76 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 77 | type: select 78 | proxies: *a1 79 | - name: E-Hentai 80 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 81 | type: select 82 | proxies: *a1 83 | - name: PikPak 84 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 85 | type: select 86 | proxies: *a1 87 | - name: Truth Social 88 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 89 | type: select 90 | proxies: 91 | - 美国节点 92 | - 选择代理 93 | - 手动选择 94 | - name: Bahamut 95 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 96 | type: select 97 | proxies: 98 | - 台湾节点 99 | - 选择代理 100 | - 手动选择 101 | - 直连 102 | - name: Crypto 103 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 104 | type: select 105 | proxies: *a1 106 | - name: SSH(22端口) 107 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 108 | type: select 109 | proxies: *a1 110 | - name: 搜狗输入法 111 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 112 | type: select 113 | proxies: 114 | - 直连 115 | - REJECT 116 | - name: 直连 117 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 118 | type: select 119 | proxies: 120 | - DIRECT 121 | - 选择代理 122 | - name: 广告拦截 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 124 | type: select 125 | proxies: 126 | - REJECT 127 | - REJECT-DROP 128 | - 直连 129 | - name: 低倍率节点 130 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 131 | type: url-test 132 | url: https://cp.cloudflare.com/generate_204 133 | include-all: true 134 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 135 | - name: 香港节点 136 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 137 | include-all: true 138 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 139 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 140 | type: load-balance 141 | - name: 台湾节点 142 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 143 | include-all: true 144 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 145 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 146 | type: load-balance 147 | - name: 新加坡节点 148 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 149 | include-all: true 150 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 151 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 152 | type: load-balance 153 | - name: 日本节点 154 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 155 | include-all: true 156 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 157 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 158 | type: load-balance 159 | - name: 美国节点 160 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 161 | include-all: true 162 | filter: (?i)美国|美|US|United States|🇺🇸 163 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 164 | type: load-balance 165 | - name: GLOBAL 166 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 167 | include-all: true 168 | type: select 169 | proxies: 170 | - 选择代理 171 | - 手动选择 172 | - 故障转移 173 | - 静态资源 174 | - AI 175 | - Telegram 176 | - YouTube 177 | - Bilibili 178 | - Netflix 179 | - Spotify 180 | - TikTok 181 | - E-Hentai 182 | - PikPak 183 | - Truth Social 184 | - Bahamut 185 | - Crypto 186 | - SSH(22端口) 187 | - 搜狗输入法 188 | - 直连 189 | - 广告拦截 190 | - 低倍率节点 191 | - 香港节点 192 | - 台湾节点 193 | - 新加坡节点 194 | - 日本节点 195 | - 美国节点 196 | rule-providers: 197 | ADBlock: 198 | type: http 199 | behavior: domain 200 | format: mrs 201 | interval: 86400 202 | url: https://adrules.top/adrules-mihomo.mrs 203 | path: ./ruleset/ADBlock.mrs 204 | SogouInput: 205 | type: http 206 | behavior: classical 207 | format: text 208 | interval: 86400 209 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 210 | path: ./ruleset/SogouInput.txt 211 | StaticResources: 212 | type: http 213 | behavior: domain 214 | format: text 215 | interval: 86400 216 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 217 | path: ./ruleset/StaticResources.txt 218 | CDNResources: 219 | type: http 220 | behavior: classical 221 | format: text 222 | interval: 86400 223 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 224 | path: ./ruleset/CDNResources.txt 225 | TikTok: 226 | type: http 227 | behavior: classical 228 | format: text 229 | interval: 86400 230 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 231 | path: ./ruleset/TikTok.list 232 | EHentai: 233 | type: http 234 | behavior: classical 235 | format: text 236 | interval: 86400 237 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 238 | path: ./ruleset/EHentai.list 239 | SteamFix: 240 | type: http 241 | behavior: classical 242 | format: text 243 | interval: 86400 244 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 245 | path: ./ruleset/SteamFix.list 246 | GoogleFCM: 247 | type: http 248 | behavior: classical 249 | format: text 250 | interval: 86400 251 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 252 | path: ./ruleset/FirebaseCloudMessaging.list 253 | AdditionalFilter: 254 | type: http 255 | behavior: classical 256 | format: text 257 | interval: 86400 258 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 259 | path: ./ruleset/AdditionalFilter.list 260 | AdditionalCDNResources: 261 | type: http 262 | behavior: classical 263 | format: text 264 | interval: 86400 265 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 266 | path: ./ruleset/AdditionalCDNResources.list 267 | Crypto: 268 | type: http 269 | behavior: classical 270 | format: text 271 | interval: 86400 272 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 273 | path: ./ruleset/Crypto.list 274 | rules: 275 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 276 | - RULE-SET,ADBlock,广告拦截 277 | - RULE-SET,AdditionalFilter,广告拦截 278 | - RULE-SET,SogouInput,搜狗输入法 279 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 280 | - RULE-SET,StaticResources,静态资源 281 | - RULE-SET,CDNResources,静态资源 282 | - RULE-SET,AdditionalCDNResources,静态资源 283 | - RULE-SET,Crypto,Crypto 284 | - RULE-SET,EHentai,E-Hentai 285 | - RULE-SET,TikTok,TikTok 286 | - RULE-SET,SteamFix,直连 287 | - RULE-SET,GoogleFCM,直连 288 | - DOMAIN,services.googleapis.cn,选择代理 289 | - GEOSITE,GOOGLE-PLAY@CN,直连 290 | - GEOSITE,CATEGORY-AI-!CN,AI 291 | - GEOSITE,TELEGRAM,Telegram 292 | - GEOSITE,YOUTUBE,YouTube 293 | - GEOSITE,NETFLIX,Netflix 294 | - GEOSITE,SPOTIFY,Spotify 295 | - GEOSITE,BAHAMUT,Bahamut 296 | - GEOSITE,BILIBILI,Bilibili 297 | - GEOSITE,MICROSOFT@CN,直连 298 | - GEOSITE,PIKPAK,PikPak 299 | - GEOSITE,GFW,选择代理 300 | - GEOSITE,CN,直连 301 | - GEOSITE,PRIVATE,直连 302 | - GEOIP,NETFLIX,Netflix,no-resolve 303 | - GEOIP,TELEGRAM,Telegram,no-resolve 304 | - GEOIP,CN,直连 305 | - GEOIP,PRIVATE,直连 306 | - DST-PORT,22,SSH(22端口) 307 | - MATCH,选择代理 308 | sniffer: 309 | sniff: 310 | TLS: 311 | ports: 312 | - 443 313 | - 8443 314 | HTTP: 315 | ports: 316 | - 80 317 | - 8080 318 | - 8880 319 | QUIC: 320 | ports: 321 | - 443 322 | - 8443 323 | override-destination: false 324 | enable: true 325 | force-dns-mapping: true 326 | skip-domain: 327 | - Mijia Cloud 328 | - dlg.io.mi.com 329 | - +.push.apple.com 330 | dns: 331 | enable: true 332 | ipv6: false 333 | prefer-h3: true 334 | enhanced-mode: redir-host 335 | default-nameserver: 336 | - 119.29.29.29 337 | - 223.5.5.5 338 | nameserver: 339 | - system 340 | - 223.5.5.5 341 | - 119.29.29.29 342 | - 180.184.1.1 343 | fallback: 344 | - quic://dns0.eu 345 | - https://dns.cloudflare.com/dns-query 346 | - https://dns.sb/dns-query 347 | - tcp://208.67.222.222 348 | - tcp://8.26.56.2 349 | proxy-server-nameserver: 350 | - https://dns.alidns.com/dns-query 351 | - tls://dot.pub 352 | geodata-mode: true 353 | geox-url: 354 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 355 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 356 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 357 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 358 | 359 | -------------------------------------------------------------------------------- /yamls/config_lb-1_landing-0_ipv6-0_full-0_keepalive-0_fakeip-1.yaml: -------------------------------------------------------------------------------- 1 | proxy-groups: 2 | - name: 选择代理 3 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 4 | type: select 5 | proxies: 6 | - 故障转移 7 | - 香港节点 8 | - 台湾节点 9 | - 新加坡节点 10 | - 日本节点 11 | - 美国节点 12 | - 低倍率节点 13 | - 手动选择 14 | - DIRECT 15 | - name: 手动选择 16 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 17 | include-all: true 18 | type: select 19 | - name: 故障转移 20 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 21 | type: fallback 22 | url: https://cp.cloudflare.com/generate_204 23 | proxies: 24 | - 香港节点 25 | - 台湾节点 26 | - 新加坡节点 27 | - 日本节点 28 | - 美国节点 29 | - 低倍率节点 30 | - 手动选择 31 | - DIRECT 32 | interval: 180 33 | tolerance: 20 34 | lazy: false 35 | - name: 静态资源 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 37 | type: select 38 | proxies: &a1 39 | - 选择代理 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - 直连 48 | - name: AI 49 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 50 | type: select 51 | proxies: *a1 52 | - name: Telegram 53 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 54 | type: select 55 | proxies: *a1 56 | - name: YouTube 57 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 58 | type: select 59 | proxies: *a1 60 | - name: Bilibili 61 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 62 | type: select 63 | proxies: 64 | - 直连 65 | - 台湾节点 66 | - 香港节点 67 | - name: Netflix 68 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 69 | type: select 70 | proxies: *a1 71 | - name: Spotify 72 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 73 | type: select 74 | proxies: *a1 75 | - name: TikTok 76 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 77 | type: select 78 | proxies: *a1 79 | - name: E-Hentai 80 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 81 | type: select 82 | proxies: *a1 83 | - name: PikPak 84 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 85 | type: select 86 | proxies: *a1 87 | - name: Truth Social 88 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 89 | type: select 90 | proxies: 91 | - 美国节点 92 | - 选择代理 93 | - 手动选择 94 | - name: Bahamut 95 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 96 | type: select 97 | proxies: 98 | - 台湾节点 99 | - 选择代理 100 | - 手动选择 101 | - 直连 102 | - name: Crypto 103 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 104 | type: select 105 | proxies: *a1 106 | - name: SSH(22端口) 107 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 108 | type: select 109 | proxies: *a1 110 | - name: 搜狗输入法 111 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 112 | type: select 113 | proxies: 114 | - 直连 115 | - REJECT 116 | - name: 直连 117 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 118 | type: select 119 | proxies: 120 | - DIRECT 121 | - 选择代理 122 | - name: 广告拦截 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 124 | type: select 125 | proxies: 126 | - REJECT 127 | - REJECT-DROP 128 | - 直连 129 | - name: 低倍率节点 130 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 131 | type: url-test 132 | url: https://cp.cloudflare.com/generate_204 133 | include-all: true 134 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 135 | - name: 香港节点 136 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 137 | include-all: true 138 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 139 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 140 | type: load-balance 141 | - name: 台湾节点 142 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 143 | include-all: true 144 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 145 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 146 | type: load-balance 147 | - name: 新加坡节点 148 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 149 | include-all: true 150 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 151 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 152 | type: load-balance 153 | - name: 日本节点 154 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 155 | include-all: true 156 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 157 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 158 | type: load-balance 159 | - name: 美国节点 160 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 161 | include-all: true 162 | filter: (?i)美国|美|US|United States|🇺🇸 163 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 164 | type: load-balance 165 | - name: GLOBAL 166 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 167 | include-all: true 168 | type: select 169 | proxies: 170 | - 选择代理 171 | - 手动选择 172 | - 故障转移 173 | - 静态资源 174 | - AI 175 | - Telegram 176 | - YouTube 177 | - Bilibili 178 | - Netflix 179 | - Spotify 180 | - TikTok 181 | - E-Hentai 182 | - PikPak 183 | - Truth Social 184 | - Bahamut 185 | - Crypto 186 | - SSH(22端口) 187 | - 搜狗输入法 188 | - 直连 189 | - 广告拦截 190 | - 低倍率节点 191 | - 香港节点 192 | - 台湾节点 193 | - 新加坡节点 194 | - 日本节点 195 | - 美国节点 196 | rule-providers: 197 | ADBlock: 198 | type: http 199 | behavior: domain 200 | format: mrs 201 | interval: 86400 202 | url: https://adrules.top/adrules-mihomo.mrs 203 | path: ./ruleset/ADBlock.mrs 204 | SogouInput: 205 | type: http 206 | behavior: classical 207 | format: text 208 | interval: 86400 209 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 210 | path: ./ruleset/SogouInput.txt 211 | StaticResources: 212 | type: http 213 | behavior: domain 214 | format: text 215 | interval: 86400 216 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 217 | path: ./ruleset/StaticResources.txt 218 | CDNResources: 219 | type: http 220 | behavior: classical 221 | format: text 222 | interval: 86400 223 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 224 | path: ./ruleset/CDNResources.txt 225 | TikTok: 226 | type: http 227 | behavior: classical 228 | format: text 229 | interval: 86400 230 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 231 | path: ./ruleset/TikTok.list 232 | EHentai: 233 | type: http 234 | behavior: classical 235 | format: text 236 | interval: 86400 237 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 238 | path: ./ruleset/EHentai.list 239 | SteamFix: 240 | type: http 241 | behavior: classical 242 | format: text 243 | interval: 86400 244 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 245 | path: ./ruleset/SteamFix.list 246 | GoogleFCM: 247 | type: http 248 | behavior: classical 249 | format: text 250 | interval: 86400 251 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 252 | path: ./ruleset/FirebaseCloudMessaging.list 253 | AdditionalFilter: 254 | type: http 255 | behavior: classical 256 | format: text 257 | interval: 86400 258 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 259 | path: ./ruleset/AdditionalFilter.list 260 | AdditionalCDNResources: 261 | type: http 262 | behavior: classical 263 | format: text 264 | interval: 86400 265 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 266 | path: ./ruleset/AdditionalCDNResources.list 267 | Crypto: 268 | type: http 269 | behavior: classical 270 | format: text 271 | interval: 86400 272 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 273 | path: ./ruleset/Crypto.list 274 | rules: 275 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 276 | - RULE-SET,ADBlock,广告拦截 277 | - RULE-SET,AdditionalFilter,广告拦截 278 | - RULE-SET,SogouInput,搜狗输入法 279 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 280 | - RULE-SET,StaticResources,静态资源 281 | - RULE-SET,CDNResources,静态资源 282 | - RULE-SET,AdditionalCDNResources,静态资源 283 | - RULE-SET,Crypto,Crypto 284 | - RULE-SET,EHentai,E-Hentai 285 | - RULE-SET,TikTok,TikTok 286 | - RULE-SET,SteamFix,直连 287 | - RULE-SET,GoogleFCM,直连 288 | - DOMAIN,services.googleapis.cn,选择代理 289 | - GEOSITE,GOOGLE-PLAY@CN,直连 290 | - GEOSITE,CATEGORY-AI-!CN,AI 291 | - GEOSITE,TELEGRAM,Telegram 292 | - GEOSITE,YOUTUBE,YouTube 293 | - GEOSITE,NETFLIX,Netflix 294 | - GEOSITE,SPOTIFY,Spotify 295 | - GEOSITE,BAHAMUT,Bahamut 296 | - GEOSITE,BILIBILI,Bilibili 297 | - GEOSITE,MICROSOFT@CN,直连 298 | - GEOSITE,PIKPAK,PikPak 299 | - GEOSITE,GFW,选择代理 300 | - GEOSITE,CN,直连 301 | - GEOSITE,PRIVATE,直连 302 | - GEOIP,NETFLIX,Netflix,no-resolve 303 | - GEOIP,TELEGRAM,Telegram,no-resolve 304 | - GEOIP,CN,直连 305 | - GEOIP,PRIVATE,直连 306 | - DST-PORT,22,SSH(22端口) 307 | - MATCH,选择代理 308 | sniffer: 309 | sniff: 310 | TLS: 311 | ports: 312 | - 443 313 | - 8443 314 | HTTP: 315 | ports: 316 | - 80 317 | - 8080 318 | - 8880 319 | QUIC: 320 | ports: 321 | - 443 322 | - 8443 323 | override-destination: false 324 | enable: true 325 | force-dns-mapping: true 326 | skip-domain: 327 | - Mijia Cloud 328 | - dlg.io.mi.com 329 | - +.push.apple.com 330 | dns: 331 | enable: true 332 | ipv6: false 333 | prefer-h3: true 334 | enhanced-mode: fake-ip 335 | default-nameserver: 336 | - 119.29.29.29 337 | - 223.5.5.5 338 | nameserver: 339 | - system 340 | - 223.5.5.5 341 | - 119.29.29.29 342 | - 180.184.1.1 343 | fallback: 344 | - quic://dns0.eu 345 | - https://dns.cloudflare.com/dns-query 346 | - https://dns.sb/dns-query 347 | - tcp://208.67.222.222 348 | - tcp://8.26.56.2 349 | proxy-server-nameserver: 350 | - https://dns.alidns.com/dns-query 351 | - tls://dot.pub 352 | fake-ip-filter: 353 | - geosite:private 354 | - geosite:connectivity-check 355 | - geosite:cn 356 | - Mijia Cloud 357 | - dig.io.mi.com 358 | - localhost.ptlogin2.qq.com 359 | - "*.icloud.com" 360 | - "*.stun.*.*" 361 | - "*.stun.*.*.*" 362 | geodata-mode: true 363 | geox-url: 364 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 365 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 366 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 367 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 368 | 369 | -------------------------------------------------------------------------------- /yamls/config_lb-1_landing-0_ipv6-0_full-0_keepalive-1_fakeip-1.yaml: -------------------------------------------------------------------------------- 1 | proxy-groups: 2 | - name: 选择代理 3 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 4 | type: select 5 | proxies: 6 | - 故障转移 7 | - 香港节点 8 | - 台湾节点 9 | - 新加坡节点 10 | - 日本节点 11 | - 美国节点 12 | - 低倍率节点 13 | - 手动选择 14 | - DIRECT 15 | - name: 手动选择 16 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 17 | include-all: true 18 | type: select 19 | - name: 故障转移 20 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 21 | type: fallback 22 | url: https://cp.cloudflare.com/generate_204 23 | proxies: 24 | - 香港节点 25 | - 台湾节点 26 | - 新加坡节点 27 | - 日本节点 28 | - 美国节点 29 | - 低倍率节点 30 | - 手动选择 31 | - DIRECT 32 | interval: 180 33 | tolerance: 20 34 | lazy: false 35 | - name: 静态资源 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 37 | type: select 38 | proxies: &a1 39 | - 选择代理 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - 直连 48 | - name: AI 49 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 50 | type: select 51 | proxies: *a1 52 | - name: Telegram 53 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 54 | type: select 55 | proxies: *a1 56 | - name: YouTube 57 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 58 | type: select 59 | proxies: *a1 60 | - name: Bilibili 61 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 62 | type: select 63 | proxies: 64 | - 直连 65 | - 台湾节点 66 | - 香港节点 67 | - name: Netflix 68 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 69 | type: select 70 | proxies: *a1 71 | - name: Spotify 72 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 73 | type: select 74 | proxies: *a1 75 | - name: TikTok 76 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 77 | type: select 78 | proxies: *a1 79 | - name: E-Hentai 80 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 81 | type: select 82 | proxies: *a1 83 | - name: PikPak 84 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 85 | type: select 86 | proxies: *a1 87 | - name: Truth Social 88 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 89 | type: select 90 | proxies: 91 | - 美国节点 92 | - 选择代理 93 | - 手动选择 94 | - name: Bahamut 95 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 96 | type: select 97 | proxies: 98 | - 台湾节点 99 | - 选择代理 100 | - 手动选择 101 | - 直连 102 | - name: Crypto 103 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 104 | type: select 105 | proxies: *a1 106 | - name: SSH(22端口) 107 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 108 | type: select 109 | proxies: *a1 110 | - name: 搜狗输入法 111 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 112 | type: select 113 | proxies: 114 | - 直连 115 | - REJECT 116 | - name: 直连 117 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 118 | type: select 119 | proxies: 120 | - DIRECT 121 | - 选择代理 122 | - name: 广告拦截 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 124 | type: select 125 | proxies: 126 | - REJECT 127 | - REJECT-DROP 128 | - 直连 129 | - name: 低倍率节点 130 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 131 | type: url-test 132 | url: https://cp.cloudflare.com/generate_204 133 | include-all: true 134 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 135 | - name: 香港节点 136 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 137 | include-all: true 138 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 139 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 140 | type: load-balance 141 | - name: 台湾节点 142 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 143 | include-all: true 144 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 145 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 146 | type: load-balance 147 | - name: 新加坡节点 148 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 149 | include-all: true 150 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 151 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 152 | type: load-balance 153 | - name: 日本节点 154 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 155 | include-all: true 156 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 157 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 158 | type: load-balance 159 | - name: 美国节点 160 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 161 | include-all: true 162 | filter: (?i)美国|美|US|United States|🇺🇸 163 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 164 | type: load-balance 165 | - name: GLOBAL 166 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 167 | include-all: true 168 | type: select 169 | proxies: 170 | - 选择代理 171 | - 手动选择 172 | - 故障转移 173 | - 静态资源 174 | - AI 175 | - Telegram 176 | - YouTube 177 | - Bilibili 178 | - Netflix 179 | - Spotify 180 | - TikTok 181 | - E-Hentai 182 | - PikPak 183 | - Truth Social 184 | - Bahamut 185 | - Crypto 186 | - SSH(22端口) 187 | - 搜狗输入法 188 | - 直连 189 | - 广告拦截 190 | - 低倍率节点 191 | - 香港节点 192 | - 台湾节点 193 | - 新加坡节点 194 | - 日本节点 195 | - 美国节点 196 | rule-providers: 197 | ADBlock: 198 | type: http 199 | behavior: domain 200 | format: mrs 201 | interval: 86400 202 | url: https://adrules.top/adrules-mihomo.mrs 203 | path: ./ruleset/ADBlock.mrs 204 | SogouInput: 205 | type: http 206 | behavior: classical 207 | format: text 208 | interval: 86400 209 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 210 | path: ./ruleset/SogouInput.txt 211 | StaticResources: 212 | type: http 213 | behavior: domain 214 | format: text 215 | interval: 86400 216 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 217 | path: ./ruleset/StaticResources.txt 218 | CDNResources: 219 | type: http 220 | behavior: classical 221 | format: text 222 | interval: 86400 223 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 224 | path: ./ruleset/CDNResources.txt 225 | TikTok: 226 | type: http 227 | behavior: classical 228 | format: text 229 | interval: 86400 230 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 231 | path: ./ruleset/TikTok.list 232 | EHentai: 233 | type: http 234 | behavior: classical 235 | format: text 236 | interval: 86400 237 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 238 | path: ./ruleset/EHentai.list 239 | SteamFix: 240 | type: http 241 | behavior: classical 242 | format: text 243 | interval: 86400 244 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 245 | path: ./ruleset/SteamFix.list 246 | GoogleFCM: 247 | type: http 248 | behavior: classical 249 | format: text 250 | interval: 86400 251 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 252 | path: ./ruleset/FirebaseCloudMessaging.list 253 | AdditionalFilter: 254 | type: http 255 | behavior: classical 256 | format: text 257 | interval: 86400 258 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 259 | path: ./ruleset/AdditionalFilter.list 260 | AdditionalCDNResources: 261 | type: http 262 | behavior: classical 263 | format: text 264 | interval: 86400 265 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 266 | path: ./ruleset/AdditionalCDNResources.list 267 | Crypto: 268 | type: http 269 | behavior: classical 270 | format: text 271 | interval: 86400 272 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 273 | path: ./ruleset/Crypto.list 274 | rules: 275 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 276 | - RULE-SET,ADBlock,广告拦截 277 | - RULE-SET,AdditionalFilter,广告拦截 278 | - RULE-SET,SogouInput,搜狗输入法 279 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 280 | - RULE-SET,StaticResources,静态资源 281 | - RULE-SET,CDNResources,静态资源 282 | - RULE-SET,AdditionalCDNResources,静态资源 283 | - RULE-SET,Crypto,Crypto 284 | - RULE-SET,EHentai,E-Hentai 285 | - RULE-SET,TikTok,TikTok 286 | - RULE-SET,SteamFix,直连 287 | - RULE-SET,GoogleFCM,直连 288 | - DOMAIN,services.googleapis.cn,选择代理 289 | - GEOSITE,GOOGLE-PLAY@CN,直连 290 | - GEOSITE,CATEGORY-AI-!CN,AI 291 | - GEOSITE,TELEGRAM,Telegram 292 | - GEOSITE,YOUTUBE,YouTube 293 | - GEOSITE,NETFLIX,Netflix 294 | - GEOSITE,SPOTIFY,Spotify 295 | - GEOSITE,BAHAMUT,Bahamut 296 | - GEOSITE,BILIBILI,Bilibili 297 | - GEOSITE,MICROSOFT@CN,直连 298 | - GEOSITE,PIKPAK,PikPak 299 | - GEOSITE,GFW,选择代理 300 | - GEOSITE,CN,直连 301 | - GEOSITE,PRIVATE,直连 302 | - GEOIP,NETFLIX,Netflix,no-resolve 303 | - GEOIP,TELEGRAM,Telegram,no-resolve 304 | - GEOIP,CN,直连 305 | - GEOIP,PRIVATE,直连 306 | - DST-PORT,22,SSH(22端口) 307 | - MATCH,选择代理 308 | sniffer: 309 | sniff: 310 | TLS: 311 | ports: 312 | - 443 313 | - 8443 314 | HTTP: 315 | ports: 316 | - 80 317 | - 8080 318 | - 8880 319 | QUIC: 320 | ports: 321 | - 443 322 | - 8443 323 | override-destination: false 324 | enable: true 325 | force-dns-mapping: true 326 | skip-domain: 327 | - Mijia Cloud 328 | - dlg.io.mi.com 329 | - +.push.apple.com 330 | dns: 331 | enable: true 332 | ipv6: false 333 | prefer-h3: true 334 | enhanced-mode: fake-ip 335 | default-nameserver: 336 | - 119.29.29.29 337 | - 223.5.5.5 338 | nameserver: 339 | - system 340 | - 223.5.5.5 341 | - 119.29.29.29 342 | - 180.184.1.1 343 | fallback: 344 | - quic://dns0.eu 345 | - https://dns.cloudflare.com/dns-query 346 | - https://dns.sb/dns-query 347 | - tcp://208.67.222.222 348 | - tcp://8.26.56.2 349 | proxy-server-nameserver: 350 | - https://dns.alidns.com/dns-query 351 | - tls://dot.pub 352 | fake-ip-filter: 353 | - geosite:private 354 | - geosite:connectivity-check 355 | - geosite:cn 356 | - Mijia Cloud 357 | - dig.io.mi.com 358 | - localhost.ptlogin2.qq.com 359 | - "*.icloud.com" 360 | - "*.stun.*.*" 361 | - "*.stun.*.*.*" 362 | geodata-mode: true 363 | geox-url: 364 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 365 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 366 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 367 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 368 | 369 | -------------------------------------------------------------------------------- /yamls/config_lb-1_landing-0_ipv6-1_full-0_keepalive-0_fakeip-1.yaml: -------------------------------------------------------------------------------- 1 | proxy-groups: 2 | - name: 选择代理 3 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 4 | type: select 5 | proxies: 6 | - 故障转移 7 | - 香港节点 8 | - 台湾节点 9 | - 新加坡节点 10 | - 日本节点 11 | - 美国节点 12 | - 低倍率节点 13 | - 手动选择 14 | - DIRECT 15 | - name: 手动选择 16 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 17 | include-all: true 18 | type: select 19 | - name: 故障转移 20 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 21 | type: fallback 22 | url: https://cp.cloudflare.com/generate_204 23 | proxies: 24 | - 香港节点 25 | - 台湾节点 26 | - 新加坡节点 27 | - 日本节点 28 | - 美国节点 29 | - 低倍率节点 30 | - 手动选择 31 | - DIRECT 32 | interval: 180 33 | tolerance: 20 34 | lazy: false 35 | - name: 静态资源 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 37 | type: select 38 | proxies: &a1 39 | - 选择代理 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - 直连 48 | - name: AI 49 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 50 | type: select 51 | proxies: *a1 52 | - name: Telegram 53 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 54 | type: select 55 | proxies: *a1 56 | - name: YouTube 57 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 58 | type: select 59 | proxies: *a1 60 | - name: Bilibili 61 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 62 | type: select 63 | proxies: 64 | - 直连 65 | - 台湾节点 66 | - 香港节点 67 | - name: Netflix 68 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 69 | type: select 70 | proxies: *a1 71 | - name: Spotify 72 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 73 | type: select 74 | proxies: *a1 75 | - name: TikTok 76 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 77 | type: select 78 | proxies: *a1 79 | - name: E-Hentai 80 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 81 | type: select 82 | proxies: *a1 83 | - name: PikPak 84 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 85 | type: select 86 | proxies: *a1 87 | - name: Truth Social 88 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 89 | type: select 90 | proxies: 91 | - 美国节点 92 | - 选择代理 93 | - 手动选择 94 | - name: Bahamut 95 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 96 | type: select 97 | proxies: 98 | - 台湾节点 99 | - 选择代理 100 | - 手动选择 101 | - 直连 102 | - name: Crypto 103 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 104 | type: select 105 | proxies: *a1 106 | - name: SSH(22端口) 107 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 108 | type: select 109 | proxies: *a1 110 | - name: 搜狗输入法 111 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 112 | type: select 113 | proxies: 114 | - 直连 115 | - REJECT 116 | - name: 直连 117 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 118 | type: select 119 | proxies: 120 | - DIRECT 121 | - 选择代理 122 | - name: 广告拦截 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 124 | type: select 125 | proxies: 126 | - REJECT 127 | - REJECT-DROP 128 | - 直连 129 | - name: 低倍率节点 130 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 131 | type: url-test 132 | url: https://cp.cloudflare.com/generate_204 133 | include-all: true 134 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 135 | - name: 香港节点 136 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 137 | include-all: true 138 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 139 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 140 | type: load-balance 141 | - name: 台湾节点 142 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 143 | include-all: true 144 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 145 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 146 | type: load-balance 147 | - name: 新加坡节点 148 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 149 | include-all: true 150 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 151 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 152 | type: load-balance 153 | - name: 日本节点 154 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 155 | include-all: true 156 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 157 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 158 | type: load-balance 159 | - name: 美国节点 160 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 161 | include-all: true 162 | filter: (?i)美国|美|US|United States|🇺🇸 163 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 164 | type: load-balance 165 | - name: GLOBAL 166 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 167 | include-all: true 168 | type: select 169 | proxies: 170 | - 选择代理 171 | - 手动选择 172 | - 故障转移 173 | - 静态资源 174 | - AI 175 | - Telegram 176 | - YouTube 177 | - Bilibili 178 | - Netflix 179 | - Spotify 180 | - TikTok 181 | - E-Hentai 182 | - PikPak 183 | - Truth Social 184 | - Bahamut 185 | - Crypto 186 | - SSH(22端口) 187 | - 搜狗输入法 188 | - 直连 189 | - 广告拦截 190 | - 低倍率节点 191 | - 香港节点 192 | - 台湾节点 193 | - 新加坡节点 194 | - 日本节点 195 | - 美国节点 196 | rule-providers: 197 | ADBlock: 198 | type: http 199 | behavior: domain 200 | format: mrs 201 | interval: 86400 202 | url: https://adrules.top/adrules-mihomo.mrs 203 | path: ./ruleset/ADBlock.mrs 204 | SogouInput: 205 | type: http 206 | behavior: classical 207 | format: text 208 | interval: 86400 209 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 210 | path: ./ruleset/SogouInput.txt 211 | StaticResources: 212 | type: http 213 | behavior: domain 214 | format: text 215 | interval: 86400 216 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 217 | path: ./ruleset/StaticResources.txt 218 | CDNResources: 219 | type: http 220 | behavior: classical 221 | format: text 222 | interval: 86400 223 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 224 | path: ./ruleset/CDNResources.txt 225 | TikTok: 226 | type: http 227 | behavior: classical 228 | format: text 229 | interval: 86400 230 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 231 | path: ./ruleset/TikTok.list 232 | EHentai: 233 | type: http 234 | behavior: classical 235 | format: text 236 | interval: 86400 237 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 238 | path: ./ruleset/EHentai.list 239 | SteamFix: 240 | type: http 241 | behavior: classical 242 | format: text 243 | interval: 86400 244 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 245 | path: ./ruleset/SteamFix.list 246 | GoogleFCM: 247 | type: http 248 | behavior: classical 249 | format: text 250 | interval: 86400 251 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 252 | path: ./ruleset/FirebaseCloudMessaging.list 253 | AdditionalFilter: 254 | type: http 255 | behavior: classical 256 | format: text 257 | interval: 86400 258 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 259 | path: ./ruleset/AdditionalFilter.list 260 | AdditionalCDNResources: 261 | type: http 262 | behavior: classical 263 | format: text 264 | interval: 86400 265 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 266 | path: ./ruleset/AdditionalCDNResources.list 267 | Crypto: 268 | type: http 269 | behavior: classical 270 | format: text 271 | interval: 86400 272 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 273 | path: ./ruleset/Crypto.list 274 | rules: 275 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 276 | - RULE-SET,ADBlock,广告拦截 277 | - RULE-SET,AdditionalFilter,广告拦截 278 | - RULE-SET,SogouInput,搜狗输入法 279 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 280 | - RULE-SET,StaticResources,静态资源 281 | - RULE-SET,CDNResources,静态资源 282 | - RULE-SET,AdditionalCDNResources,静态资源 283 | - RULE-SET,Crypto,Crypto 284 | - RULE-SET,EHentai,E-Hentai 285 | - RULE-SET,TikTok,TikTok 286 | - RULE-SET,SteamFix,直连 287 | - RULE-SET,GoogleFCM,直连 288 | - DOMAIN,services.googleapis.cn,选择代理 289 | - GEOSITE,GOOGLE-PLAY@CN,直连 290 | - GEOSITE,CATEGORY-AI-!CN,AI 291 | - GEOSITE,TELEGRAM,Telegram 292 | - GEOSITE,YOUTUBE,YouTube 293 | - GEOSITE,NETFLIX,Netflix 294 | - GEOSITE,SPOTIFY,Spotify 295 | - GEOSITE,BAHAMUT,Bahamut 296 | - GEOSITE,BILIBILI,Bilibili 297 | - GEOSITE,MICROSOFT@CN,直连 298 | - GEOSITE,PIKPAK,PikPak 299 | - GEOSITE,GFW,选择代理 300 | - GEOSITE,CN,直连 301 | - GEOSITE,PRIVATE,直连 302 | - GEOIP,NETFLIX,Netflix,no-resolve 303 | - GEOIP,TELEGRAM,Telegram,no-resolve 304 | - GEOIP,CN,直连 305 | - GEOIP,PRIVATE,直连 306 | - DST-PORT,22,SSH(22端口) 307 | - MATCH,选择代理 308 | sniffer: 309 | sniff: 310 | TLS: 311 | ports: 312 | - 443 313 | - 8443 314 | HTTP: 315 | ports: 316 | - 80 317 | - 8080 318 | - 8880 319 | QUIC: 320 | ports: 321 | - 443 322 | - 8443 323 | override-destination: false 324 | enable: true 325 | force-dns-mapping: true 326 | skip-domain: 327 | - Mijia Cloud 328 | - dlg.io.mi.com 329 | - +.push.apple.com 330 | dns: 331 | enable: true 332 | ipv6: true 333 | prefer-h3: true 334 | enhanced-mode: fake-ip 335 | default-nameserver: 336 | - 119.29.29.29 337 | - 223.5.5.5 338 | nameserver: 339 | - system 340 | - 223.5.5.5 341 | - 119.29.29.29 342 | - 180.184.1.1 343 | fallback: 344 | - quic://dns0.eu 345 | - https://dns.cloudflare.com/dns-query 346 | - https://dns.sb/dns-query 347 | - tcp://208.67.222.222 348 | - tcp://8.26.56.2 349 | proxy-server-nameserver: 350 | - https://dns.alidns.com/dns-query 351 | - tls://dot.pub 352 | fake-ip-filter: 353 | - geosite:private 354 | - geosite:connectivity-check 355 | - geosite:cn 356 | - Mijia Cloud 357 | - dig.io.mi.com 358 | - localhost.ptlogin2.qq.com 359 | - "*.icloud.com" 360 | - "*.stun.*.*" 361 | - "*.stun.*.*.*" 362 | geodata-mode: true 363 | geox-url: 364 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 365 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 366 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 367 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 368 | 369 | -------------------------------------------------------------------------------- /yamls/config_lb-1_landing-0_ipv6-1_full-0_keepalive-1_fakeip-1.yaml: -------------------------------------------------------------------------------- 1 | proxy-groups: 2 | - name: 选择代理 3 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 4 | type: select 5 | proxies: 6 | - 故障转移 7 | - 香港节点 8 | - 台湾节点 9 | - 新加坡节点 10 | - 日本节点 11 | - 美国节点 12 | - 低倍率节点 13 | - 手动选择 14 | - DIRECT 15 | - name: 手动选择 16 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 17 | include-all: true 18 | type: select 19 | - name: 故障转移 20 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 21 | type: fallback 22 | url: https://cp.cloudflare.com/generate_204 23 | proxies: 24 | - 香港节点 25 | - 台湾节点 26 | - 新加坡节点 27 | - 日本节点 28 | - 美国节点 29 | - 低倍率节点 30 | - 手动选择 31 | - DIRECT 32 | interval: 180 33 | tolerance: 20 34 | lazy: false 35 | - name: 静态资源 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 37 | type: select 38 | proxies: &a1 39 | - 选择代理 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - 直连 48 | - name: AI 49 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 50 | type: select 51 | proxies: *a1 52 | - name: Telegram 53 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 54 | type: select 55 | proxies: *a1 56 | - name: YouTube 57 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 58 | type: select 59 | proxies: *a1 60 | - name: Bilibili 61 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 62 | type: select 63 | proxies: 64 | - 直连 65 | - 台湾节点 66 | - 香港节点 67 | - name: Netflix 68 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 69 | type: select 70 | proxies: *a1 71 | - name: Spotify 72 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 73 | type: select 74 | proxies: *a1 75 | - name: TikTok 76 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 77 | type: select 78 | proxies: *a1 79 | - name: E-Hentai 80 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 81 | type: select 82 | proxies: *a1 83 | - name: PikPak 84 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 85 | type: select 86 | proxies: *a1 87 | - name: Truth Social 88 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 89 | type: select 90 | proxies: 91 | - 美国节点 92 | - 选择代理 93 | - 手动选择 94 | - name: Bahamut 95 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 96 | type: select 97 | proxies: 98 | - 台湾节点 99 | - 选择代理 100 | - 手动选择 101 | - 直连 102 | - name: Crypto 103 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 104 | type: select 105 | proxies: *a1 106 | - name: SSH(22端口) 107 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 108 | type: select 109 | proxies: *a1 110 | - name: 搜狗输入法 111 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 112 | type: select 113 | proxies: 114 | - 直连 115 | - REJECT 116 | - name: 直连 117 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 118 | type: select 119 | proxies: 120 | - DIRECT 121 | - 选择代理 122 | - name: 广告拦截 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 124 | type: select 125 | proxies: 126 | - REJECT 127 | - REJECT-DROP 128 | - 直连 129 | - name: 低倍率节点 130 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 131 | type: url-test 132 | url: https://cp.cloudflare.com/generate_204 133 | include-all: true 134 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 135 | - name: 香港节点 136 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 137 | include-all: true 138 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 139 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 140 | type: load-balance 141 | - name: 台湾节点 142 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 143 | include-all: true 144 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 145 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 146 | type: load-balance 147 | - name: 新加坡节点 148 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 149 | include-all: true 150 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 151 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 152 | type: load-balance 153 | - name: 日本节点 154 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 155 | include-all: true 156 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 157 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 158 | type: load-balance 159 | - name: 美国节点 160 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 161 | include-all: true 162 | filter: (?i)美国|美|US|United States|🇺🇸 163 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 164 | type: load-balance 165 | - name: GLOBAL 166 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 167 | include-all: true 168 | type: select 169 | proxies: 170 | - 选择代理 171 | - 手动选择 172 | - 故障转移 173 | - 静态资源 174 | - AI 175 | - Telegram 176 | - YouTube 177 | - Bilibili 178 | - Netflix 179 | - Spotify 180 | - TikTok 181 | - E-Hentai 182 | - PikPak 183 | - Truth Social 184 | - Bahamut 185 | - Crypto 186 | - SSH(22端口) 187 | - 搜狗输入法 188 | - 直连 189 | - 广告拦截 190 | - 低倍率节点 191 | - 香港节点 192 | - 台湾节点 193 | - 新加坡节点 194 | - 日本节点 195 | - 美国节点 196 | rule-providers: 197 | ADBlock: 198 | type: http 199 | behavior: domain 200 | format: mrs 201 | interval: 86400 202 | url: https://adrules.top/adrules-mihomo.mrs 203 | path: ./ruleset/ADBlock.mrs 204 | SogouInput: 205 | type: http 206 | behavior: classical 207 | format: text 208 | interval: 86400 209 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 210 | path: ./ruleset/SogouInput.txt 211 | StaticResources: 212 | type: http 213 | behavior: domain 214 | format: text 215 | interval: 86400 216 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 217 | path: ./ruleset/StaticResources.txt 218 | CDNResources: 219 | type: http 220 | behavior: classical 221 | format: text 222 | interval: 86400 223 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 224 | path: ./ruleset/CDNResources.txt 225 | TikTok: 226 | type: http 227 | behavior: classical 228 | format: text 229 | interval: 86400 230 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 231 | path: ./ruleset/TikTok.list 232 | EHentai: 233 | type: http 234 | behavior: classical 235 | format: text 236 | interval: 86400 237 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 238 | path: ./ruleset/EHentai.list 239 | SteamFix: 240 | type: http 241 | behavior: classical 242 | format: text 243 | interval: 86400 244 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 245 | path: ./ruleset/SteamFix.list 246 | GoogleFCM: 247 | type: http 248 | behavior: classical 249 | format: text 250 | interval: 86400 251 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 252 | path: ./ruleset/FirebaseCloudMessaging.list 253 | AdditionalFilter: 254 | type: http 255 | behavior: classical 256 | format: text 257 | interval: 86400 258 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 259 | path: ./ruleset/AdditionalFilter.list 260 | AdditionalCDNResources: 261 | type: http 262 | behavior: classical 263 | format: text 264 | interval: 86400 265 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 266 | path: ./ruleset/AdditionalCDNResources.list 267 | Crypto: 268 | type: http 269 | behavior: classical 270 | format: text 271 | interval: 86400 272 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 273 | path: ./ruleset/Crypto.list 274 | rules: 275 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 276 | - RULE-SET,ADBlock,广告拦截 277 | - RULE-SET,AdditionalFilter,广告拦截 278 | - RULE-SET,SogouInput,搜狗输入法 279 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 280 | - RULE-SET,StaticResources,静态资源 281 | - RULE-SET,CDNResources,静态资源 282 | - RULE-SET,AdditionalCDNResources,静态资源 283 | - RULE-SET,Crypto,Crypto 284 | - RULE-SET,EHentai,E-Hentai 285 | - RULE-SET,TikTok,TikTok 286 | - RULE-SET,SteamFix,直连 287 | - RULE-SET,GoogleFCM,直连 288 | - DOMAIN,services.googleapis.cn,选择代理 289 | - GEOSITE,GOOGLE-PLAY@CN,直连 290 | - GEOSITE,CATEGORY-AI-!CN,AI 291 | - GEOSITE,TELEGRAM,Telegram 292 | - GEOSITE,YOUTUBE,YouTube 293 | - GEOSITE,NETFLIX,Netflix 294 | - GEOSITE,SPOTIFY,Spotify 295 | - GEOSITE,BAHAMUT,Bahamut 296 | - GEOSITE,BILIBILI,Bilibili 297 | - GEOSITE,MICROSOFT@CN,直连 298 | - GEOSITE,PIKPAK,PikPak 299 | - GEOSITE,GFW,选择代理 300 | - GEOSITE,CN,直连 301 | - GEOSITE,PRIVATE,直连 302 | - GEOIP,NETFLIX,Netflix,no-resolve 303 | - GEOIP,TELEGRAM,Telegram,no-resolve 304 | - GEOIP,CN,直连 305 | - GEOIP,PRIVATE,直连 306 | - DST-PORT,22,SSH(22端口) 307 | - MATCH,选择代理 308 | sniffer: 309 | sniff: 310 | TLS: 311 | ports: 312 | - 443 313 | - 8443 314 | HTTP: 315 | ports: 316 | - 80 317 | - 8080 318 | - 8880 319 | QUIC: 320 | ports: 321 | - 443 322 | - 8443 323 | override-destination: false 324 | enable: true 325 | force-dns-mapping: true 326 | skip-domain: 327 | - Mijia Cloud 328 | - dlg.io.mi.com 329 | - +.push.apple.com 330 | dns: 331 | enable: true 332 | ipv6: true 333 | prefer-h3: true 334 | enhanced-mode: fake-ip 335 | default-nameserver: 336 | - 119.29.29.29 337 | - 223.5.5.5 338 | nameserver: 339 | - system 340 | - 223.5.5.5 341 | - 119.29.29.29 342 | - 180.184.1.1 343 | fallback: 344 | - quic://dns0.eu 345 | - https://dns.cloudflare.com/dns-query 346 | - https://dns.sb/dns-query 347 | - tcp://208.67.222.222 348 | - tcp://8.26.56.2 349 | proxy-server-nameserver: 350 | - https://dns.alidns.com/dns-query 351 | - tls://dot.pub 352 | fake-ip-filter: 353 | - geosite:private 354 | - geosite:connectivity-check 355 | - geosite:cn 356 | - Mijia Cloud 357 | - dig.io.mi.com 358 | - localhost.ptlogin2.qq.com 359 | - "*.icloud.com" 360 | - "*.stun.*.*" 361 | - "*.stun.*.*.*" 362 | geodata-mode: true 363 | geox-url: 364 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 365 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 366 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 367 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 368 | 369 | -------------------------------------------------------------------------------- /yamls/config_lb-1_landing-0_ipv6-1_full-1_keepalive-0_fakeip-0.yaml: -------------------------------------------------------------------------------- 1 | mixed-port: 7890 2 | redir-port: 7892 3 | tproxy-port: 7893 4 | routing-mark: 7894 5 | allow-lan: true 6 | ipv6: true 7 | mode: rule 8 | unified-delay: true 9 | tcp-concurrent: true 10 | find-process-mode: off 11 | log-level: info 12 | geodata-loader: standard 13 | external-controller: :9999 14 | disable-keep-alive: true 15 | profile: 16 | store-selected: true 17 | proxy-groups: 18 | - name: 选择代理 19 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 20 | type: select 21 | proxies: 22 | - 故障转移 23 | - 香港节点 24 | - 台湾节点 25 | - 新加坡节点 26 | - 日本节点 27 | - 美国节点 28 | - 低倍率节点 29 | - 手动选择 30 | - DIRECT 31 | - name: 手动选择 32 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 33 | include-all: true 34 | type: select 35 | - name: 故障转移 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 37 | type: fallback 38 | url: https://cp.cloudflare.com/generate_204 39 | proxies: 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - DIRECT 48 | interval: 180 49 | tolerance: 20 50 | lazy: false 51 | - name: 静态资源 52 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 53 | type: select 54 | proxies: &a1 55 | - 选择代理 56 | - 香港节点 57 | - 台湾节点 58 | - 新加坡节点 59 | - 日本节点 60 | - 美国节点 61 | - 低倍率节点 62 | - 手动选择 63 | - 直连 64 | - name: AI 65 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 66 | type: select 67 | proxies: *a1 68 | - name: Telegram 69 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 70 | type: select 71 | proxies: *a1 72 | - name: YouTube 73 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 74 | type: select 75 | proxies: *a1 76 | - name: Bilibili 77 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 78 | type: select 79 | proxies: 80 | - 直连 81 | - 台湾节点 82 | - 香港节点 83 | - name: Netflix 84 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 85 | type: select 86 | proxies: *a1 87 | - name: Spotify 88 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 89 | type: select 90 | proxies: *a1 91 | - name: TikTok 92 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 93 | type: select 94 | proxies: *a1 95 | - name: E-Hentai 96 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 97 | type: select 98 | proxies: *a1 99 | - name: PikPak 100 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 101 | type: select 102 | proxies: *a1 103 | - name: Truth Social 104 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 105 | type: select 106 | proxies: 107 | - 美国节点 108 | - 选择代理 109 | - 手动选择 110 | - name: Bahamut 111 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 112 | type: select 113 | proxies: 114 | - 台湾节点 115 | - 选择代理 116 | - 手动选择 117 | - 直连 118 | - name: Crypto 119 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 120 | type: select 121 | proxies: *a1 122 | - name: SSH(22端口) 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 124 | type: select 125 | proxies: *a1 126 | - name: 搜狗输入法 127 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 128 | type: select 129 | proxies: 130 | - 直连 131 | - REJECT 132 | - name: 直连 133 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 134 | type: select 135 | proxies: 136 | - DIRECT 137 | - 选择代理 138 | - name: 广告拦截 139 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 140 | type: select 141 | proxies: 142 | - REJECT 143 | - REJECT-DROP 144 | - 直连 145 | - name: 低倍率节点 146 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 147 | type: url-test 148 | url: https://cp.cloudflare.com/generate_204 149 | include-all: true 150 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 151 | - name: 香港节点 152 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 153 | include-all: true 154 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 155 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 156 | type: load-balance 157 | - name: 台湾节点 158 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 159 | include-all: true 160 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 161 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 162 | type: load-balance 163 | - name: 新加坡节点 164 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 165 | include-all: true 166 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 167 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 168 | type: load-balance 169 | - name: 日本节点 170 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 171 | include-all: true 172 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 173 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 174 | type: load-balance 175 | - name: 美国节点 176 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 177 | include-all: true 178 | filter: (?i)美国|美|US|United States|🇺🇸 179 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 180 | type: load-balance 181 | - name: GLOBAL 182 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 183 | include-all: true 184 | type: select 185 | proxies: 186 | - 选择代理 187 | - 手动选择 188 | - 故障转移 189 | - 静态资源 190 | - AI 191 | - Telegram 192 | - YouTube 193 | - Bilibili 194 | - Netflix 195 | - Spotify 196 | - TikTok 197 | - E-Hentai 198 | - PikPak 199 | - Truth Social 200 | - Bahamut 201 | - Crypto 202 | - SSH(22端口) 203 | - 搜狗输入法 204 | - 直连 205 | - 广告拦截 206 | - 低倍率节点 207 | - 香港节点 208 | - 台湾节点 209 | - 新加坡节点 210 | - 日本节点 211 | - 美国节点 212 | rule-providers: 213 | ADBlock: 214 | type: http 215 | behavior: domain 216 | format: mrs 217 | interval: 86400 218 | url: https://adrules.top/adrules-mihomo.mrs 219 | path: ./ruleset/ADBlock.mrs 220 | SogouInput: 221 | type: http 222 | behavior: classical 223 | format: text 224 | interval: 86400 225 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 226 | path: ./ruleset/SogouInput.txt 227 | StaticResources: 228 | type: http 229 | behavior: domain 230 | format: text 231 | interval: 86400 232 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 233 | path: ./ruleset/StaticResources.txt 234 | CDNResources: 235 | type: http 236 | behavior: classical 237 | format: text 238 | interval: 86400 239 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 240 | path: ./ruleset/CDNResources.txt 241 | TikTok: 242 | type: http 243 | behavior: classical 244 | format: text 245 | interval: 86400 246 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 247 | path: ./ruleset/TikTok.list 248 | EHentai: 249 | type: http 250 | behavior: classical 251 | format: text 252 | interval: 86400 253 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 254 | path: ./ruleset/EHentai.list 255 | SteamFix: 256 | type: http 257 | behavior: classical 258 | format: text 259 | interval: 86400 260 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 261 | path: ./ruleset/SteamFix.list 262 | GoogleFCM: 263 | type: http 264 | behavior: classical 265 | format: text 266 | interval: 86400 267 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 268 | path: ./ruleset/FirebaseCloudMessaging.list 269 | AdditionalFilter: 270 | type: http 271 | behavior: classical 272 | format: text 273 | interval: 86400 274 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 275 | path: ./ruleset/AdditionalFilter.list 276 | AdditionalCDNResources: 277 | type: http 278 | behavior: classical 279 | format: text 280 | interval: 86400 281 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 282 | path: ./ruleset/AdditionalCDNResources.list 283 | Crypto: 284 | type: http 285 | behavior: classical 286 | format: text 287 | interval: 86400 288 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 289 | path: ./ruleset/Crypto.list 290 | rules: 291 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 292 | - RULE-SET,ADBlock,广告拦截 293 | - RULE-SET,AdditionalFilter,广告拦截 294 | - RULE-SET,SogouInput,搜狗输入法 295 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 296 | - RULE-SET,StaticResources,静态资源 297 | - RULE-SET,CDNResources,静态资源 298 | - RULE-SET,AdditionalCDNResources,静态资源 299 | - RULE-SET,Crypto,Crypto 300 | - RULE-SET,EHentai,E-Hentai 301 | - RULE-SET,TikTok,TikTok 302 | - RULE-SET,SteamFix,直连 303 | - RULE-SET,GoogleFCM,直连 304 | - DOMAIN,services.googleapis.cn,选择代理 305 | - GEOSITE,GOOGLE-PLAY@CN,直连 306 | - GEOSITE,CATEGORY-AI-!CN,AI 307 | - GEOSITE,TELEGRAM,Telegram 308 | - GEOSITE,YOUTUBE,YouTube 309 | - GEOSITE,NETFLIX,Netflix 310 | - GEOSITE,SPOTIFY,Spotify 311 | - GEOSITE,BAHAMUT,Bahamut 312 | - GEOSITE,BILIBILI,Bilibili 313 | - GEOSITE,MICROSOFT@CN,直连 314 | - GEOSITE,PIKPAK,PikPak 315 | - GEOSITE,GFW,选择代理 316 | - GEOSITE,CN,直连 317 | - GEOSITE,PRIVATE,直连 318 | - GEOIP,NETFLIX,Netflix,no-resolve 319 | - GEOIP,TELEGRAM,Telegram,no-resolve 320 | - GEOIP,CN,直连 321 | - GEOIP,PRIVATE,直连 322 | - DST-PORT,22,SSH(22端口) 323 | - MATCH,选择代理 324 | sniffer: 325 | sniff: 326 | TLS: 327 | ports: 328 | - 443 329 | - 8443 330 | HTTP: 331 | ports: 332 | - 80 333 | - 8080 334 | - 8880 335 | QUIC: 336 | ports: 337 | - 443 338 | - 8443 339 | override-destination: false 340 | enable: true 341 | force-dns-mapping: true 342 | skip-domain: 343 | - Mijia Cloud 344 | - dlg.io.mi.com 345 | - +.push.apple.com 346 | dns: 347 | enable: true 348 | ipv6: true 349 | prefer-h3: true 350 | enhanced-mode: redir-host 351 | default-nameserver: 352 | - 119.29.29.29 353 | - 223.5.5.5 354 | nameserver: 355 | - system 356 | - 223.5.5.5 357 | - 119.29.29.29 358 | - 180.184.1.1 359 | fallback: 360 | - quic://dns0.eu 361 | - https://dns.cloudflare.com/dns-query 362 | - https://dns.sb/dns-query 363 | - tcp://208.67.222.222 364 | - tcp://8.26.56.2 365 | proxy-server-nameserver: 366 | - https://dns.alidns.com/dns-query 367 | - tls://dot.pub 368 | geodata-mode: true 369 | geox-url: 370 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 371 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 372 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 373 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 374 | 375 | -------------------------------------------------------------------------------- /yamls/config_lb-1_landing-0_ipv6-1_full-1_keepalive-1_fakeip-0.yaml: -------------------------------------------------------------------------------- 1 | mixed-port: 7890 2 | redir-port: 7892 3 | tproxy-port: 7893 4 | routing-mark: 7894 5 | allow-lan: true 6 | ipv6: true 7 | mode: rule 8 | unified-delay: true 9 | tcp-concurrent: true 10 | find-process-mode: off 11 | log-level: info 12 | geodata-loader: standard 13 | external-controller: :9999 14 | disable-keep-alive: false 15 | profile: 16 | store-selected: true 17 | proxy-groups: 18 | - name: 选择代理 19 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 20 | type: select 21 | proxies: 22 | - 故障转移 23 | - 香港节点 24 | - 台湾节点 25 | - 新加坡节点 26 | - 日本节点 27 | - 美国节点 28 | - 低倍率节点 29 | - 手动选择 30 | - DIRECT 31 | - name: 手动选择 32 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 33 | include-all: true 34 | type: select 35 | - name: 故障转移 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 37 | type: fallback 38 | url: https://cp.cloudflare.com/generate_204 39 | proxies: 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - DIRECT 48 | interval: 180 49 | tolerance: 20 50 | lazy: false 51 | - name: 静态资源 52 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 53 | type: select 54 | proxies: &a1 55 | - 选择代理 56 | - 香港节点 57 | - 台湾节点 58 | - 新加坡节点 59 | - 日本节点 60 | - 美国节点 61 | - 低倍率节点 62 | - 手动选择 63 | - 直连 64 | - name: AI 65 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 66 | type: select 67 | proxies: *a1 68 | - name: Telegram 69 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 70 | type: select 71 | proxies: *a1 72 | - name: YouTube 73 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 74 | type: select 75 | proxies: *a1 76 | - name: Bilibili 77 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 78 | type: select 79 | proxies: 80 | - 直连 81 | - 台湾节点 82 | - 香港节点 83 | - name: Netflix 84 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 85 | type: select 86 | proxies: *a1 87 | - name: Spotify 88 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 89 | type: select 90 | proxies: *a1 91 | - name: TikTok 92 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 93 | type: select 94 | proxies: *a1 95 | - name: E-Hentai 96 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 97 | type: select 98 | proxies: *a1 99 | - name: PikPak 100 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 101 | type: select 102 | proxies: *a1 103 | - name: Truth Social 104 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 105 | type: select 106 | proxies: 107 | - 美国节点 108 | - 选择代理 109 | - 手动选择 110 | - name: Bahamut 111 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 112 | type: select 113 | proxies: 114 | - 台湾节点 115 | - 选择代理 116 | - 手动选择 117 | - 直连 118 | - name: Crypto 119 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 120 | type: select 121 | proxies: *a1 122 | - name: SSH(22端口) 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 124 | type: select 125 | proxies: *a1 126 | - name: 搜狗输入法 127 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 128 | type: select 129 | proxies: 130 | - 直连 131 | - REJECT 132 | - name: 直连 133 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 134 | type: select 135 | proxies: 136 | - DIRECT 137 | - 选择代理 138 | - name: 广告拦截 139 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 140 | type: select 141 | proxies: 142 | - REJECT 143 | - REJECT-DROP 144 | - 直连 145 | - name: 低倍率节点 146 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 147 | type: url-test 148 | url: https://cp.cloudflare.com/generate_204 149 | include-all: true 150 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 151 | - name: 香港节点 152 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 153 | include-all: true 154 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 155 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 156 | type: load-balance 157 | - name: 台湾节点 158 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 159 | include-all: true 160 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 161 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 162 | type: load-balance 163 | - name: 新加坡节点 164 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 165 | include-all: true 166 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 167 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 168 | type: load-balance 169 | - name: 日本节点 170 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 171 | include-all: true 172 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 173 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 174 | type: load-balance 175 | - name: 美国节点 176 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 177 | include-all: true 178 | filter: (?i)美国|美|US|United States|🇺🇸 179 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 180 | type: load-balance 181 | - name: GLOBAL 182 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 183 | include-all: true 184 | type: select 185 | proxies: 186 | - 选择代理 187 | - 手动选择 188 | - 故障转移 189 | - 静态资源 190 | - AI 191 | - Telegram 192 | - YouTube 193 | - Bilibili 194 | - Netflix 195 | - Spotify 196 | - TikTok 197 | - E-Hentai 198 | - PikPak 199 | - Truth Social 200 | - Bahamut 201 | - Crypto 202 | - SSH(22端口) 203 | - 搜狗输入法 204 | - 直连 205 | - 广告拦截 206 | - 低倍率节点 207 | - 香港节点 208 | - 台湾节点 209 | - 新加坡节点 210 | - 日本节点 211 | - 美国节点 212 | rule-providers: 213 | ADBlock: 214 | type: http 215 | behavior: domain 216 | format: mrs 217 | interval: 86400 218 | url: https://adrules.top/adrules-mihomo.mrs 219 | path: ./ruleset/ADBlock.mrs 220 | SogouInput: 221 | type: http 222 | behavior: classical 223 | format: text 224 | interval: 86400 225 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 226 | path: ./ruleset/SogouInput.txt 227 | StaticResources: 228 | type: http 229 | behavior: domain 230 | format: text 231 | interval: 86400 232 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 233 | path: ./ruleset/StaticResources.txt 234 | CDNResources: 235 | type: http 236 | behavior: classical 237 | format: text 238 | interval: 86400 239 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 240 | path: ./ruleset/CDNResources.txt 241 | TikTok: 242 | type: http 243 | behavior: classical 244 | format: text 245 | interval: 86400 246 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 247 | path: ./ruleset/TikTok.list 248 | EHentai: 249 | type: http 250 | behavior: classical 251 | format: text 252 | interval: 86400 253 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 254 | path: ./ruleset/EHentai.list 255 | SteamFix: 256 | type: http 257 | behavior: classical 258 | format: text 259 | interval: 86400 260 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 261 | path: ./ruleset/SteamFix.list 262 | GoogleFCM: 263 | type: http 264 | behavior: classical 265 | format: text 266 | interval: 86400 267 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 268 | path: ./ruleset/FirebaseCloudMessaging.list 269 | AdditionalFilter: 270 | type: http 271 | behavior: classical 272 | format: text 273 | interval: 86400 274 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 275 | path: ./ruleset/AdditionalFilter.list 276 | AdditionalCDNResources: 277 | type: http 278 | behavior: classical 279 | format: text 280 | interval: 86400 281 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 282 | path: ./ruleset/AdditionalCDNResources.list 283 | Crypto: 284 | type: http 285 | behavior: classical 286 | format: text 287 | interval: 86400 288 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 289 | path: ./ruleset/Crypto.list 290 | rules: 291 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 292 | - RULE-SET,ADBlock,广告拦截 293 | - RULE-SET,AdditionalFilter,广告拦截 294 | - RULE-SET,SogouInput,搜狗输入法 295 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 296 | - RULE-SET,StaticResources,静态资源 297 | - RULE-SET,CDNResources,静态资源 298 | - RULE-SET,AdditionalCDNResources,静态资源 299 | - RULE-SET,Crypto,Crypto 300 | - RULE-SET,EHentai,E-Hentai 301 | - RULE-SET,TikTok,TikTok 302 | - RULE-SET,SteamFix,直连 303 | - RULE-SET,GoogleFCM,直连 304 | - DOMAIN,services.googleapis.cn,选择代理 305 | - GEOSITE,GOOGLE-PLAY@CN,直连 306 | - GEOSITE,CATEGORY-AI-!CN,AI 307 | - GEOSITE,TELEGRAM,Telegram 308 | - GEOSITE,YOUTUBE,YouTube 309 | - GEOSITE,NETFLIX,Netflix 310 | - GEOSITE,SPOTIFY,Spotify 311 | - GEOSITE,BAHAMUT,Bahamut 312 | - GEOSITE,BILIBILI,Bilibili 313 | - GEOSITE,MICROSOFT@CN,直连 314 | - GEOSITE,PIKPAK,PikPak 315 | - GEOSITE,GFW,选择代理 316 | - GEOSITE,CN,直连 317 | - GEOSITE,PRIVATE,直连 318 | - GEOIP,NETFLIX,Netflix,no-resolve 319 | - GEOIP,TELEGRAM,Telegram,no-resolve 320 | - GEOIP,CN,直连 321 | - GEOIP,PRIVATE,直连 322 | - DST-PORT,22,SSH(22端口) 323 | - MATCH,选择代理 324 | sniffer: 325 | sniff: 326 | TLS: 327 | ports: 328 | - 443 329 | - 8443 330 | HTTP: 331 | ports: 332 | - 80 333 | - 8080 334 | - 8880 335 | QUIC: 336 | ports: 337 | - 443 338 | - 8443 339 | override-destination: false 340 | enable: true 341 | force-dns-mapping: true 342 | skip-domain: 343 | - Mijia Cloud 344 | - dlg.io.mi.com 345 | - +.push.apple.com 346 | dns: 347 | enable: true 348 | ipv6: true 349 | prefer-h3: true 350 | enhanced-mode: redir-host 351 | default-nameserver: 352 | - 119.29.29.29 353 | - 223.5.5.5 354 | nameserver: 355 | - system 356 | - 223.5.5.5 357 | - 119.29.29.29 358 | - 180.184.1.1 359 | fallback: 360 | - quic://dns0.eu 361 | - https://dns.cloudflare.com/dns-query 362 | - https://dns.sb/dns-query 363 | - tcp://208.67.222.222 364 | - tcp://8.26.56.2 365 | proxy-server-nameserver: 366 | - https://dns.alidns.com/dns-query 367 | - tls://dot.pub 368 | geodata-mode: true 369 | geox-url: 370 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 371 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 372 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 373 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 374 | 375 | -------------------------------------------------------------------------------- /yamls/config_lb-1_landing-0_ipv6-0_full-1_keepalive-0_fakeip-0.yaml: -------------------------------------------------------------------------------- 1 | mixed-port: 7890 2 | redir-port: 7892 3 | tproxy-port: 7893 4 | routing-mark: 7894 5 | allow-lan: true 6 | ipv6: false 7 | mode: rule 8 | unified-delay: true 9 | tcp-concurrent: true 10 | find-process-mode: off 11 | log-level: info 12 | geodata-loader: standard 13 | external-controller: :9999 14 | disable-keep-alive: true 15 | profile: 16 | store-selected: true 17 | proxy-groups: 18 | - name: 选择代理 19 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 20 | type: select 21 | proxies: 22 | - 故障转移 23 | - 香港节点 24 | - 台湾节点 25 | - 新加坡节点 26 | - 日本节点 27 | - 美国节点 28 | - 低倍率节点 29 | - 手动选择 30 | - DIRECT 31 | - name: 手动选择 32 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 33 | include-all: true 34 | type: select 35 | - name: 故障转移 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 37 | type: fallback 38 | url: https://cp.cloudflare.com/generate_204 39 | proxies: 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - DIRECT 48 | interval: 180 49 | tolerance: 20 50 | lazy: false 51 | - name: 静态资源 52 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 53 | type: select 54 | proxies: &a1 55 | - 选择代理 56 | - 香港节点 57 | - 台湾节点 58 | - 新加坡节点 59 | - 日本节点 60 | - 美国节点 61 | - 低倍率节点 62 | - 手动选择 63 | - 直连 64 | - name: AI 65 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 66 | type: select 67 | proxies: *a1 68 | - name: Telegram 69 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 70 | type: select 71 | proxies: *a1 72 | - name: YouTube 73 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 74 | type: select 75 | proxies: *a1 76 | - name: Bilibili 77 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 78 | type: select 79 | proxies: 80 | - 直连 81 | - 台湾节点 82 | - 香港节点 83 | - name: Netflix 84 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 85 | type: select 86 | proxies: *a1 87 | - name: Spotify 88 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 89 | type: select 90 | proxies: *a1 91 | - name: TikTok 92 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 93 | type: select 94 | proxies: *a1 95 | - name: E-Hentai 96 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 97 | type: select 98 | proxies: *a1 99 | - name: PikPak 100 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 101 | type: select 102 | proxies: *a1 103 | - name: Truth Social 104 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 105 | type: select 106 | proxies: 107 | - 美国节点 108 | - 选择代理 109 | - 手动选择 110 | - name: Bahamut 111 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 112 | type: select 113 | proxies: 114 | - 台湾节点 115 | - 选择代理 116 | - 手动选择 117 | - 直连 118 | - name: Crypto 119 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 120 | type: select 121 | proxies: *a1 122 | - name: SSH(22端口) 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 124 | type: select 125 | proxies: *a1 126 | - name: 搜狗输入法 127 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 128 | type: select 129 | proxies: 130 | - 直连 131 | - REJECT 132 | - name: 直连 133 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 134 | type: select 135 | proxies: 136 | - DIRECT 137 | - 选择代理 138 | - name: 广告拦截 139 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 140 | type: select 141 | proxies: 142 | - REJECT 143 | - REJECT-DROP 144 | - 直连 145 | - name: 低倍率节点 146 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 147 | type: url-test 148 | url: https://cp.cloudflare.com/generate_204 149 | include-all: true 150 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 151 | - name: 香港节点 152 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 153 | include-all: true 154 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 155 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 156 | type: load-balance 157 | - name: 台湾节点 158 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 159 | include-all: true 160 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 161 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 162 | type: load-balance 163 | - name: 新加坡节点 164 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 165 | include-all: true 166 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 167 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 168 | type: load-balance 169 | - name: 日本节点 170 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 171 | include-all: true 172 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 173 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 174 | type: load-balance 175 | - name: 美国节点 176 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 177 | include-all: true 178 | filter: (?i)美国|美|US|United States|🇺🇸 179 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 180 | type: load-balance 181 | - name: GLOBAL 182 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 183 | include-all: true 184 | type: select 185 | proxies: 186 | - 选择代理 187 | - 手动选择 188 | - 故障转移 189 | - 静态资源 190 | - AI 191 | - Telegram 192 | - YouTube 193 | - Bilibili 194 | - Netflix 195 | - Spotify 196 | - TikTok 197 | - E-Hentai 198 | - PikPak 199 | - Truth Social 200 | - Bahamut 201 | - Crypto 202 | - SSH(22端口) 203 | - 搜狗输入法 204 | - 直连 205 | - 广告拦截 206 | - 低倍率节点 207 | - 香港节点 208 | - 台湾节点 209 | - 新加坡节点 210 | - 日本节点 211 | - 美国节点 212 | rule-providers: 213 | ADBlock: 214 | type: http 215 | behavior: domain 216 | format: mrs 217 | interval: 86400 218 | url: https://adrules.top/adrules-mihomo.mrs 219 | path: ./ruleset/ADBlock.mrs 220 | SogouInput: 221 | type: http 222 | behavior: classical 223 | format: text 224 | interval: 86400 225 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 226 | path: ./ruleset/SogouInput.txt 227 | StaticResources: 228 | type: http 229 | behavior: domain 230 | format: text 231 | interval: 86400 232 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 233 | path: ./ruleset/StaticResources.txt 234 | CDNResources: 235 | type: http 236 | behavior: classical 237 | format: text 238 | interval: 86400 239 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 240 | path: ./ruleset/CDNResources.txt 241 | TikTok: 242 | type: http 243 | behavior: classical 244 | format: text 245 | interval: 86400 246 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 247 | path: ./ruleset/TikTok.list 248 | EHentai: 249 | type: http 250 | behavior: classical 251 | format: text 252 | interval: 86400 253 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 254 | path: ./ruleset/EHentai.list 255 | SteamFix: 256 | type: http 257 | behavior: classical 258 | format: text 259 | interval: 86400 260 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 261 | path: ./ruleset/SteamFix.list 262 | GoogleFCM: 263 | type: http 264 | behavior: classical 265 | format: text 266 | interval: 86400 267 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 268 | path: ./ruleset/FirebaseCloudMessaging.list 269 | AdditionalFilter: 270 | type: http 271 | behavior: classical 272 | format: text 273 | interval: 86400 274 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 275 | path: ./ruleset/AdditionalFilter.list 276 | AdditionalCDNResources: 277 | type: http 278 | behavior: classical 279 | format: text 280 | interval: 86400 281 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 282 | path: ./ruleset/AdditionalCDNResources.list 283 | Crypto: 284 | type: http 285 | behavior: classical 286 | format: text 287 | interval: 86400 288 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 289 | path: ./ruleset/Crypto.list 290 | rules: 291 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 292 | - RULE-SET,ADBlock,广告拦截 293 | - RULE-SET,AdditionalFilter,广告拦截 294 | - RULE-SET,SogouInput,搜狗输入法 295 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 296 | - RULE-SET,StaticResources,静态资源 297 | - RULE-SET,CDNResources,静态资源 298 | - RULE-SET,AdditionalCDNResources,静态资源 299 | - RULE-SET,Crypto,Crypto 300 | - RULE-SET,EHentai,E-Hentai 301 | - RULE-SET,TikTok,TikTok 302 | - RULE-SET,SteamFix,直连 303 | - RULE-SET,GoogleFCM,直连 304 | - DOMAIN,services.googleapis.cn,选择代理 305 | - GEOSITE,GOOGLE-PLAY@CN,直连 306 | - GEOSITE,CATEGORY-AI-!CN,AI 307 | - GEOSITE,TELEGRAM,Telegram 308 | - GEOSITE,YOUTUBE,YouTube 309 | - GEOSITE,NETFLIX,Netflix 310 | - GEOSITE,SPOTIFY,Spotify 311 | - GEOSITE,BAHAMUT,Bahamut 312 | - GEOSITE,BILIBILI,Bilibili 313 | - GEOSITE,MICROSOFT@CN,直连 314 | - GEOSITE,PIKPAK,PikPak 315 | - GEOSITE,GFW,选择代理 316 | - GEOSITE,CN,直连 317 | - GEOSITE,PRIVATE,直连 318 | - GEOIP,NETFLIX,Netflix,no-resolve 319 | - GEOIP,TELEGRAM,Telegram,no-resolve 320 | - GEOIP,CN,直连 321 | - GEOIP,PRIVATE,直连 322 | - DST-PORT,22,SSH(22端口) 323 | - MATCH,选择代理 324 | sniffer: 325 | sniff: 326 | TLS: 327 | ports: 328 | - 443 329 | - 8443 330 | HTTP: 331 | ports: 332 | - 80 333 | - 8080 334 | - 8880 335 | QUIC: 336 | ports: 337 | - 443 338 | - 8443 339 | override-destination: false 340 | enable: true 341 | force-dns-mapping: true 342 | skip-domain: 343 | - Mijia Cloud 344 | - dlg.io.mi.com 345 | - +.push.apple.com 346 | dns: 347 | enable: true 348 | ipv6: false 349 | prefer-h3: true 350 | enhanced-mode: redir-host 351 | default-nameserver: 352 | - 119.29.29.29 353 | - 223.5.5.5 354 | nameserver: 355 | - system 356 | - 223.5.5.5 357 | - 119.29.29.29 358 | - 180.184.1.1 359 | fallback: 360 | - quic://dns0.eu 361 | - https://dns.cloudflare.com/dns-query 362 | - https://dns.sb/dns-query 363 | - tcp://208.67.222.222 364 | - tcp://8.26.56.2 365 | proxy-server-nameserver: 366 | - https://dns.alidns.com/dns-query 367 | - tls://dot.pub 368 | geodata-mode: true 369 | geox-url: 370 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 371 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 372 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 373 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 374 | 375 | -------------------------------------------------------------------------------- /yamls/config_lb-1_landing-0_ipv6-0_full-1_keepalive-1_fakeip-0.yaml: -------------------------------------------------------------------------------- 1 | mixed-port: 7890 2 | redir-port: 7892 3 | tproxy-port: 7893 4 | routing-mark: 7894 5 | allow-lan: true 6 | ipv6: false 7 | mode: rule 8 | unified-delay: true 9 | tcp-concurrent: true 10 | find-process-mode: off 11 | log-level: info 12 | geodata-loader: standard 13 | external-controller: :9999 14 | disable-keep-alive: false 15 | profile: 16 | store-selected: true 17 | proxy-groups: 18 | - name: 选择代理 19 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 20 | type: select 21 | proxies: 22 | - 故障转移 23 | - 香港节点 24 | - 台湾节点 25 | - 新加坡节点 26 | - 日本节点 27 | - 美国节点 28 | - 低倍率节点 29 | - 手动选择 30 | - DIRECT 31 | - name: 手动选择 32 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 33 | include-all: true 34 | type: select 35 | - name: 故障转移 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 37 | type: fallback 38 | url: https://cp.cloudflare.com/generate_204 39 | proxies: 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - DIRECT 48 | interval: 180 49 | tolerance: 20 50 | lazy: false 51 | - name: 静态资源 52 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 53 | type: select 54 | proxies: &a1 55 | - 选择代理 56 | - 香港节点 57 | - 台湾节点 58 | - 新加坡节点 59 | - 日本节点 60 | - 美国节点 61 | - 低倍率节点 62 | - 手动选择 63 | - 直连 64 | - name: AI 65 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 66 | type: select 67 | proxies: *a1 68 | - name: Telegram 69 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 70 | type: select 71 | proxies: *a1 72 | - name: YouTube 73 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 74 | type: select 75 | proxies: *a1 76 | - name: Bilibili 77 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 78 | type: select 79 | proxies: 80 | - 直连 81 | - 台湾节点 82 | - 香港节点 83 | - name: Netflix 84 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 85 | type: select 86 | proxies: *a1 87 | - name: Spotify 88 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 89 | type: select 90 | proxies: *a1 91 | - name: TikTok 92 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 93 | type: select 94 | proxies: *a1 95 | - name: E-Hentai 96 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 97 | type: select 98 | proxies: *a1 99 | - name: PikPak 100 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 101 | type: select 102 | proxies: *a1 103 | - name: Truth Social 104 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 105 | type: select 106 | proxies: 107 | - 美国节点 108 | - 选择代理 109 | - 手动选择 110 | - name: Bahamut 111 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 112 | type: select 113 | proxies: 114 | - 台湾节点 115 | - 选择代理 116 | - 手动选择 117 | - 直连 118 | - name: Crypto 119 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 120 | type: select 121 | proxies: *a1 122 | - name: SSH(22端口) 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 124 | type: select 125 | proxies: *a1 126 | - name: 搜狗输入法 127 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 128 | type: select 129 | proxies: 130 | - 直连 131 | - REJECT 132 | - name: 直连 133 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 134 | type: select 135 | proxies: 136 | - DIRECT 137 | - 选择代理 138 | - name: 广告拦截 139 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 140 | type: select 141 | proxies: 142 | - REJECT 143 | - REJECT-DROP 144 | - 直连 145 | - name: 低倍率节点 146 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 147 | type: url-test 148 | url: https://cp.cloudflare.com/generate_204 149 | include-all: true 150 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 151 | - name: 香港节点 152 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 153 | include-all: true 154 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 155 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 156 | type: load-balance 157 | - name: 台湾节点 158 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 159 | include-all: true 160 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 161 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 162 | type: load-balance 163 | - name: 新加坡节点 164 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 165 | include-all: true 166 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 167 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 168 | type: load-balance 169 | - name: 日本节点 170 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 171 | include-all: true 172 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 173 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 174 | type: load-balance 175 | - name: 美国节点 176 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 177 | include-all: true 178 | filter: (?i)美国|美|US|United States|🇺🇸 179 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 180 | type: load-balance 181 | - name: GLOBAL 182 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 183 | include-all: true 184 | type: select 185 | proxies: 186 | - 选择代理 187 | - 手动选择 188 | - 故障转移 189 | - 静态资源 190 | - AI 191 | - Telegram 192 | - YouTube 193 | - Bilibili 194 | - Netflix 195 | - Spotify 196 | - TikTok 197 | - E-Hentai 198 | - PikPak 199 | - Truth Social 200 | - Bahamut 201 | - Crypto 202 | - SSH(22端口) 203 | - 搜狗输入法 204 | - 直连 205 | - 广告拦截 206 | - 低倍率节点 207 | - 香港节点 208 | - 台湾节点 209 | - 新加坡节点 210 | - 日本节点 211 | - 美国节点 212 | rule-providers: 213 | ADBlock: 214 | type: http 215 | behavior: domain 216 | format: mrs 217 | interval: 86400 218 | url: https://adrules.top/adrules-mihomo.mrs 219 | path: ./ruleset/ADBlock.mrs 220 | SogouInput: 221 | type: http 222 | behavior: classical 223 | format: text 224 | interval: 86400 225 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 226 | path: ./ruleset/SogouInput.txt 227 | StaticResources: 228 | type: http 229 | behavior: domain 230 | format: text 231 | interval: 86400 232 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 233 | path: ./ruleset/StaticResources.txt 234 | CDNResources: 235 | type: http 236 | behavior: classical 237 | format: text 238 | interval: 86400 239 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 240 | path: ./ruleset/CDNResources.txt 241 | TikTok: 242 | type: http 243 | behavior: classical 244 | format: text 245 | interval: 86400 246 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 247 | path: ./ruleset/TikTok.list 248 | EHentai: 249 | type: http 250 | behavior: classical 251 | format: text 252 | interval: 86400 253 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 254 | path: ./ruleset/EHentai.list 255 | SteamFix: 256 | type: http 257 | behavior: classical 258 | format: text 259 | interval: 86400 260 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 261 | path: ./ruleset/SteamFix.list 262 | GoogleFCM: 263 | type: http 264 | behavior: classical 265 | format: text 266 | interval: 86400 267 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 268 | path: ./ruleset/FirebaseCloudMessaging.list 269 | AdditionalFilter: 270 | type: http 271 | behavior: classical 272 | format: text 273 | interval: 86400 274 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 275 | path: ./ruleset/AdditionalFilter.list 276 | AdditionalCDNResources: 277 | type: http 278 | behavior: classical 279 | format: text 280 | interval: 86400 281 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 282 | path: ./ruleset/AdditionalCDNResources.list 283 | Crypto: 284 | type: http 285 | behavior: classical 286 | format: text 287 | interval: 86400 288 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 289 | path: ./ruleset/Crypto.list 290 | rules: 291 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 292 | - RULE-SET,ADBlock,广告拦截 293 | - RULE-SET,AdditionalFilter,广告拦截 294 | - RULE-SET,SogouInput,搜狗输入法 295 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 296 | - RULE-SET,StaticResources,静态资源 297 | - RULE-SET,CDNResources,静态资源 298 | - RULE-SET,AdditionalCDNResources,静态资源 299 | - RULE-SET,Crypto,Crypto 300 | - RULE-SET,EHentai,E-Hentai 301 | - RULE-SET,TikTok,TikTok 302 | - RULE-SET,SteamFix,直连 303 | - RULE-SET,GoogleFCM,直连 304 | - DOMAIN,services.googleapis.cn,选择代理 305 | - GEOSITE,GOOGLE-PLAY@CN,直连 306 | - GEOSITE,CATEGORY-AI-!CN,AI 307 | - GEOSITE,TELEGRAM,Telegram 308 | - GEOSITE,YOUTUBE,YouTube 309 | - GEOSITE,NETFLIX,Netflix 310 | - GEOSITE,SPOTIFY,Spotify 311 | - GEOSITE,BAHAMUT,Bahamut 312 | - GEOSITE,BILIBILI,Bilibili 313 | - GEOSITE,MICROSOFT@CN,直连 314 | - GEOSITE,PIKPAK,PikPak 315 | - GEOSITE,GFW,选择代理 316 | - GEOSITE,CN,直连 317 | - GEOSITE,PRIVATE,直连 318 | - GEOIP,NETFLIX,Netflix,no-resolve 319 | - GEOIP,TELEGRAM,Telegram,no-resolve 320 | - GEOIP,CN,直连 321 | - GEOIP,PRIVATE,直连 322 | - DST-PORT,22,SSH(22端口) 323 | - MATCH,选择代理 324 | sniffer: 325 | sniff: 326 | TLS: 327 | ports: 328 | - 443 329 | - 8443 330 | HTTP: 331 | ports: 332 | - 80 333 | - 8080 334 | - 8880 335 | QUIC: 336 | ports: 337 | - 443 338 | - 8443 339 | override-destination: false 340 | enable: true 341 | force-dns-mapping: true 342 | skip-domain: 343 | - Mijia Cloud 344 | - dlg.io.mi.com 345 | - +.push.apple.com 346 | dns: 347 | enable: true 348 | ipv6: false 349 | prefer-h3: true 350 | enhanced-mode: redir-host 351 | default-nameserver: 352 | - 119.29.29.29 353 | - 223.5.5.5 354 | nameserver: 355 | - system 356 | - 223.5.5.5 357 | - 119.29.29.29 358 | - 180.184.1.1 359 | fallback: 360 | - quic://dns0.eu 361 | - https://dns.cloudflare.com/dns-query 362 | - https://dns.sb/dns-query 363 | - tcp://208.67.222.222 364 | - tcp://8.26.56.2 365 | proxy-server-nameserver: 366 | - https://dns.alidns.com/dns-query 367 | - tls://dot.pub 368 | geodata-mode: true 369 | geox-url: 370 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 371 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 372 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 373 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 374 | 375 | -------------------------------------------------------------------------------- /yamls/config_lb-0_landing-0_ipv6-1_full-0_keepalive-0_fakeip-0.yaml: -------------------------------------------------------------------------------- 1 | proxy-groups: 2 | - name: 选择代理 3 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 4 | type: select 5 | proxies: 6 | - 故障转移 7 | - 香港节点 8 | - 台湾节点 9 | - 新加坡节点 10 | - 日本节点 11 | - 美国节点 12 | - 低倍率节点 13 | - 手动选择 14 | - DIRECT 15 | - name: 手动选择 16 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 17 | include-all: true 18 | type: select 19 | - name: 故障转移 20 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 21 | type: fallback 22 | url: https://cp.cloudflare.com/generate_204 23 | proxies: 24 | - 香港节点 25 | - 台湾节点 26 | - 新加坡节点 27 | - 日本节点 28 | - 美国节点 29 | - 低倍率节点 30 | - 手动选择 31 | - DIRECT 32 | interval: 180 33 | tolerance: 20 34 | lazy: false 35 | - name: 静态资源 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 37 | type: select 38 | proxies: &a1 39 | - 选择代理 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - 直连 48 | - name: AI 49 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 50 | type: select 51 | proxies: *a1 52 | - name: Telegram 53 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 54 | type: select 55 | proxies: *a1 56 | - name: YouTube 57 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 58 | type: select 59 | proxies: *a1 60 | - name: Bilibili 61 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 62 | type: select 63 | proxies: 64 | - 直连 65 | - 台湾节点 66 | - 香港节点 67 | - name: Netflix 68 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 69 | type: select 70 | proxies: *a1 71 | - name: Spotify 72 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 73 | type: select 74 | proxies: *a1 75 | - name: TikTok 76 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 77 | type: select 78 | proxies: *a1 79 | - name: E-Hentai 80 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 81 | type: select 82 | proxies: *a1 83 | - name: PikPak 84 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 85 | type: select 86 | proxies: *a1 87 | - name: Truth Social 88 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 89 | type: select 90 | proxies: 91 | - 美国节点 92 | - 选择代理 93 | - 手动选择 94 | - name: Bahamut 95 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 96 | type: select 97 | proxies: 98 | - 台湾节点 99 | - 选择代理 100 | - 手动选择 101 | - 直连 102 | - name: Crypto 103 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 104 | type: select 105 | proxies: *a1 106 | - name: SSH(22端口) 107 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 108 | type: select 109 | proxies: *a1 110 | - name: 搜狗输入法 111 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 112 | type: select 113 | proxies: 114 | - 直连 115 | - REJECT 116 | - name: 直连 117 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 118 | type: select 119 | proxies: 120 | - DIRECT 121 | - 选择代理 122 | - name: 广告拦截 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 124 | type: select 125 | proxies: 126 | - REJECT 127 | - REJECT-DROP 128 | - 直连 129 | - name: 低倍率节点 130 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 131 | type: url-test 132 | url: https://cp.cloudflare.com/generate_204 133 | include-all: true 134 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 135 | - name: 香港节点 136 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 137 | include-all: true 138 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 139 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 140 | type: url-test 141 | url: https://cp.cloudflare.com/generate_204 142 | interval: 60 143 | tolerance: 20 144 | lazy: false 145 | - name: 台湾节点 146 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 147 | include-all: true 148 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 149 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 150 | type: url-test 151 | url: https://cp.cloudflare.com/generate_204 152 | interval: 60 153 | tolerance: 20 154 | lazy: false 155 | - name: 新加坡节点 156 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 157 | include-all: true 158 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 159 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 160 | type: url-test 161 | url: https://cp.cloudflare.com/generate_204 162 | interval: 60 163 | tolerance: 20 164 | lazy: false 165 | - name: 日本节点 166 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 167 | include-all: true 168 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 169 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 170 | type: url-test 171 | url: https://cp.cloudflare.com/generate_204 172 | interval: 60 173 | tolerance: 20 174 | lazy: false 175 | - name: 美国节点 176 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 177 | include-all: true 178 | filter: (?i)美国|美|US|United States|🇺🇸 179 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 180 | type: url-test 181 | url: https://cp.cloudflare.com/generate_204 182 | interval: 60 183 | tolerance: 20 184 | lazy: false 185 | - name: GLOBAL 186 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 187 | include-all: true 188 | type: select 189 | proxies: 190 | - 选择代理 191 | - 手动选择 192 | - 故障转移 193 | - 静态资源 194 | - AI 195 | - Telegram 196 | - YouTube 197 | - Bilibili 198 | - Netflix 199 | - Spotify 200 | - TikTok 201 | - E-Hentai 202 | - PikPak 203 | - Truth Social 204 | - Bahamut 205 | - Crypto 206 | - SSH(22端口) 207 | - 搜狗输入法 208 | - 直连 209 | - 广告拦截 210 | - 低倍率节点 211 | - 香港节点 212 | - 台湾节点 213 | - 新加坡节点 214 | - 日本节点 215 | - 美国节点 216 | rule-providers: 217 | ADBlock: 218 | type: http 219 | behavior: domain 220 | format: mrs 221 | interval: 86400 222 | url: https://adrules.top/adrules-mihomo.mrs 223 | path: ./ruleset/ADBlock.mrs 224 | SogouInput: 225 | type: http 226 | behavior: classical 227 | format: text 228 | interval: 86400 229 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 230 | path: ./ruleset/SogouInput.txt 231 | StaticResources: 232 | type: http 233 | behavior: domain 234 | format: text 235 | interval: 86400 236 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 237 | path: ./ruleset/StaticResources.txt 238 | CDNResources: 239 | type: http 240 | behavior: classical 241 | format: text 242 | interval: 86400 243 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 244 | path: ./ruleset/CDNResources.txt 245 | TikTok: 246 | type: http 247 | behavior: classical 248 | format: text 249 | interval: 86400 250 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 251 | path: ./ruleset/TikTok.list 252 | EHentai: 253 | type: http 254 | behavior: classical 255 | format: text 256 | interval: 86400 257 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 258 | path: ./ruleset/EHentai.list 259 | SteamFix: 260 | type: http 261 | behavior: classical 262 | format: text 263 | interval: 86400 264 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 265 | path: ./ruleset/SteamFix.list 266 | GoogleFCM: 267 | type: http 268 | behavior: classical 269 | format: text 270 | interval: 86400 271 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 272 | path: ./ruleset/FirebaseCloudMessaging.list 273 | AdditionalFilter: 274 | type: http 275 | behavior: classical 276 | format: text 277 | interval: 86400 278 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 279 | path: ./ruleset/AdditionalFilter.list 280 | AdditionalCDNResources: 281 | type: http 282 | behavior: classical 283 | format: text 284 | interval: 86400 285 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 286 | path: ./ruleset/AdditionalCDNResources.list 287 | Crypto: 288 | type: http 289 | behavior: classical 290 | format: text 291 | interval: 86400 292 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 293 | path: ./ruleset/Crypto.list 294 | rules: 295 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 296 | - RULE-SET,ADBlock,广告拦截 297 | - RULE-SET,AdditionalFilter,广告拦截 298 | - RULE-SET,SogouInput,搜狗输入法 299 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 300 | - RULE-SET,StaticResources,静态资源 301 | - RULE-SET,CDNResources,静态资源 302 | - RULE-SET,AdditionalCDNResources,静态资源 303 | - RULE-SET,Crypto,Crypto 304 | - RULE-SET,EHentai,E-Hentai 305 | - RULE-SET,TikTok,TikTok 306 | - RULE-SET,SteamFix,直连 307 | - RULE-SET,GoogleFCM,直连 308 | - DOMAIN,services.googleapis.cn,选择代理 309 | - GEOSITE,GOOGLE-PLAY@CN,直连 310 | - GEOSITE,CATEGORY-AI-!CN,AI 311 | - GEOSITE,TELEGRAM,Telegram 312 | - GEOSITE,YOUTUBE,YouTube 313 | - GEOSITE,NETFLIX,Netflix 314 | - GEOSITE,SPOTIFY,Spotify 315 | - GEOSITE,BAHAMUT,Bahamut 316 | - GEOSITE,BILIBILI,Bilibili 317 | - GEOSITE,MICROSOFT@CN,直连 318 | - GEOSITE,PIKPAK,PikPak 319 | - GEOSITE,GFW,选择代理 320 | - GEOSITE,CN,直连 321 | - GEOSITE,PRIVATE,直连 322 | - GEOIP,NETFLIX,Netflix,no-resolve 323 | - GEOIP,TELEGRAM,Telegram,no-resolve 324 | - GEOIP,CN,直连 325 | - GEOIP,PRIVATE,直连 326 | - DST-PORT,22,SSH(22端口) 327 | - MATCH,选择代理 328 | sniffer: 329 | sniff: 330 | TLS: 331 | ports: 332 | - 443 333 | - 8443 334 | HTTP: 335 | ports: 336 | - 80 337 | - 8080 338 | - 8880 339 | QUIC: 340 | ports: 341 | - 443 342 | - 8443 343 | override-destination: false 344 | enable: true 345 | force-dns-mapping: true 346 | skip-domain: 347 | - Mijia Cloud 348 | - dlg.io.mi.com 349 | - +.push.apple.com 350 | dns: 351 | enable: true 352 | ipv6: true 353 | prefer-h3: true 354 | enhanced-mode: redir-host 355 | default-nameserver: 356 | - 119.29.29.29 357 | - 223.5.5.5 358 | nameserver: 359 | - system 360 | - 223.5.5.5 361 | - 119.29.29.29 362 | - 180.184.1.1 363 | fallback: 364 | - quic://dns0.eu 365 | - https://dns.cloudflare.com/dns-query 366 | - https://dns.sb/dns-query 367 | - tcp://208.67.222.222 368 | - tcp://8.26.56.2 369 | proxy-server-nameserver: 370 | - https://dns.alidns.com/dns-query 371 | - tls://dot.pub 372 | geodata-mode: true 373 | geox-url: 374 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 375 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 376 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 377 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 378 | 379 | -------------------------------------------------------------------------------- /yamls/config_lb-0_landing-0_ipv6-1_full-0_keepalive-1_fakeip-0.yaml: -------------------------------------------------------------------------------- 1 | proxy-groups: 2 | - name: 选择代理 3 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 4 | type: select 5 | proxies: 6 | - 故障转移 7 | - 香港节点 8 | - 台湾节点 9 | - 新加坡节点 10 | - 日本节点 11 | - 美国节点 12 | - 低倍率节点 13 | - 手动选择 14 | - DIRECT 15 | - name: 手动选择 16 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 17 | include-all: true 18 | type: select 19 | - name: 故障转移 20 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 21 | type: fallback 22 | url: https://cp.cloudflare.com/generate_204 23 | proxies: 24 | - 香港节点 25 | - 台湾节点 26 | - 新加坡节点 27 | - 日本节点 28 | - 美国节点 29 | - 低倍率节点 30 | - 手动选择 31 | - DIRECT 32 | interval: 180 33 | tolerance: 20 34 | lazy: false 35 | - name: 静态资源 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 37 | type: select 38 | proxies: &a1 39 | - 选择代理 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - 直连 48 | - name: AI 49 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 50 | type: select 51 | proxies: *a1 52 | - name: Telegram 53 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 54 | type: select 55 | proxies: *a1 56 | - name: YouTube 57 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 58 | type: select 59 | proxies: *a1 60 | - name: Bilibili 61 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 62 | type: select 63 | proxies: 64 | - 直连 65 | - 台湾节点 66 | - 香港节点 67 | - name: Netflix 68 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 69 | type: select 70 | proxies: *a1 71 | - name: Spotify 72 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 73 | type: select 74 | proxies: *a1 75 | - name: TikTok 76 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 77 | type: select 78 | proxies: *a1 79 | - name: E-Hentai 80 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 81 | type: select 82 | proxies: *a1 83 | - name: PikPak 84 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 85 | type: select 86 | proxies: *a1 87 | - name: Truth Social 88 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 89 | type: select 90 | proxies: 91 | - 美国节点 92 | - 选择代理 93 | - 手动选择 94 | - name: Bahamut 95 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 96 | type: select 97 | proxies: 98 | - 台湾节点 99 | - 选择代理 100 | - 手动选择 101 | - 直连 102 | - name: Crypto 103 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 104 | type: select 105 | proxies: *a1 106 | - name: SSH(22端口) 107 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 108 | type: select 109 | proxies: *a1 110 | - name: 搜狗输入法 111 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 112 | type: select 113 | proxies: 114 | - 直连 115 | - REJECT 116 | - name: 直连 117 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 118 | type: select 119 | proxies: 120 | - DIRECT 121 | - 选择代理 122 | - name: 广告拦截 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 124 | type: select 125 | proxies: 126 | - REJECT 127 | - REJECT-DROP 128 | - 直连 129 | - name: 低倍率节点 130 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 131 | type: url-test 132 | url: https://cp.cloudflare.com/generate_204 133 | include-all: true 134 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 135 | - name: 香港节点 136 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 137 | include-all: true 138 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 139 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 140 | type: url-test 141 | url: https://cp.cloudflare.com/generate_204 142 | interval: 60 143 | tolerance: 20 144 | lazy: false 145 | - name: 台湾节点 146 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 147 | include-all: true 148 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 149 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 150 | type: url-test 151 | url: https://cp.cloudflare.com/generate_204 152 | interval: 60 153 | tolerance: 20 154 | lazy: false 155 | - name: 新加坡节点 156 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 157 | include-all: true 158 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 159 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 160 | type: url-test 161 | url: https://cp.cloudflare.com/generate_204 162 | interval: 60 163 | tolerance: 20 164 | lazy: false 165 | - name: 日本节点 166 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 167 | include-all: true 168 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 169 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 170 | type: url-test 171 | url: https://cp.cloudflare.com/generate_204 172 | interval: 60 173 | tolerance: 20 174 | lazy: false 175 | - name: 美国节点 176 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 177 | include-all: true 178 | filter: (?i)美国|美|US|United States|🇺🇸 179 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 180 | type: url-test 181 | url: https://cp.cloudflare.com/generate_204 182 | interval: 60 183 | tolerance: 20 184 | lazy: false 185 | - name: GLOBAL 186 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 187 | include-all: true 188 | type: select 189 | proxies: 190 | - 选择代理 191 | - 手动选择 192 | - 故障转移 193 | - 静态资源 194 | - AI 195 | - Telegram 196 | - YouTube 197 | - Bilibili 198 | - Netflix 199 | - Spotify 200 | - TikTok 201 | - E-Hentai 202 | - PikPak 203 | - Truth Social 204 | - Bahamut 205 | - Crypto 206 | - SSH(22端口) 207 | - 搜狗输入法 208 | - 直连 209 | - 广告拦截 210 | - 低倍率节点 211 | - 香港节点 212 | - 台湾节点 213 | - 新加坡节点 214 | - 日本节点 215 | - 美国节点 216 | rule-providers: 217 | ADBlock: 218 | type: http 219 | behavior: domain 220 | format: mrs 221 | interval: 86400 222 | url: https://adrules.top/adrules-mihomo.mrs 223 | path: ./ruleset/ADBlock.mrs 224 | SogouInput: 225 | type: http 226 | behavior: classical 227 | format: text 228 | interval: 86400 229 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 230 | path: ./ruleset/SogouInput.txt 231 | StaticResources: 232 | type: http 233 | behavior: domain 234 | format: text 235 | interval: 86400 236 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 237 | path: ./ruleset/StaticResources.txt 238 | CDNResources: 239 | type: http 240 | behavior: classical 241 | format: text 242 | interval: 86400 243 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 244 | path: ./ruleset/CDNResources.txt 245 | TikTok: 246 | type: http 247 | behavior: classical 248 | format: text 249 | interval: 86400 250 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 251 | path: ./ruleset/TikTok.list 252 | EHentai: 253 | type: http 254 | behavior: classical 255 | format: text 256 | interval: 86400 257 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 258 | path: ./ruleset/EHentai.list 259 | SteamFix: 260 | type: http 261 | behavior: classical 262 | format: text 263 | interval: 86400 264 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 265 | path: ./ruleset/SteamFix.list 266 | GoogleFCM: 267 | type: http 268 | behavior: classical 269 | format: text 270 | interval: 86400 271 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 272 | path: ./ruleset/FirebaseCloudMessaging.list 273 | AdditionalFilter: 274 | type: http 275 | behavior: classical 276 | format: text 277 | interval: 86400 278 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 279 | path: ./ruleset/AdditionalFilter.list 280 | AdditionalCDNResources: 281 | type: http 282 | behavior: classical 283 | format: text 284 | interval: 86400 285 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 286 | path: ./ruleset/AdditionalCDNResources.list 287 | Crypto: 288 | type: http 289 | behavior: classical 290 | format: text 291 | interval: 86400 292 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 293 | path: ./ruleset/Crypto.list 294 | rules: 295 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 296 | - RULE-SET,ADBlock,广告拦截 297 | - RULE-SET,AdditionalFilter,广告拦截 298 | - RULE-SET,SogouInput,搜狗输入法 299 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 300 | - RULE-SET,StaticResources,静态资源 301 | - RULE-SET,CDNResources,静态资源 302 | - RULE-SET,AdditionalCDNResources,静态资源 303 | - RULE-SET,Crypto,Crypto 304 | - RULE-SET,EHentai,E-Hentai 305 | - RULE-SET,TikTok,TikTok 306 | - RULE-SET,SteamFix,直连 307 | - RULE-SET,GoogleFCM,直连 308 | - DOMAIN,services.googleapis.cn,选择代理 309 | - GEOSITE,GOOGLE-PLAY@CN,直连 310 | - GEOSITE,CATEGORY-AI-!CN,AI 311 | - GEOSITE,TELEGRAM,Telegram 312 | - GEOSITE,YOUTUBE,YouTube 313 | - GEOSITE,NETFLIX,Netflix 314 | - GEOSITE,SPOTIFY,Spotify 315 | - GEOSITE,BAHAMUT,Bahamut 316 | - GEOSITE,BILIBILI,Bilibili 317 | - GEOSITE,MICROSOFT@CN,直连 318 | - GEOSITE,PIKPAK,PikPak 319 | - GEOSITE,GFW,选择代理 320 | - GEOSITE,CN,直连 321 | - GEOSITE,PRIVATE,直连 322 | - GEOIP,NETFLIX,Netflix,no-resolve 323 | - GEOIP,TELEGRAM,Telegram,no-resolve 324 | - GEOIP,CN,直连 325 | - GEOIP,PRIVATE,直连 326 | - DST-PORT,22,SSH(22端口) 327 | - MATCH,选择代理 328 | sniffer: 329 | sniff: 330 | TLS: 331 | ports: 332 | - 443 333 | - 8443 334 | HTTP: 335 | ports: 336 | - 80 337 | - 8080 338 | - 8880 339 | QUIC: 340 | ports: 341 | - 443 342 | - 8443 343 | override-destination: false 344 | enable: true 345 | force-dns-mapping: true 346 | skip-domain: 347 | - Mijia Cloud 348 | - dlg.io.mi.com 349 | - +.push.apple.com 350 | dns: 351 | enable: true 352 | ipv6: true 353 | prefer-h3: true 354 | enhanced-mode: redir-host 355 | default-nameserver: 356 | - 119.29.29.29 357 | - 223.5.5.5 358 | nameserver: 359 | - system 360 | - 223.5.5.5 361 | - 119.29.29.29 362 | - 180.184.1.1 363 | fallback: 364 | - quic://dns0.eu 365 | - https://dns.cloudflare.com/dns-query 366 | - https://dns.sb/dns-query 367 | - tcp://208.67.222.222 368 | - tcp://8.26.56.2 369 | proxy-server-nameserver: 370 | - https://dns.alidns.com/dns-query 371 | - tls://dot.pub 372 | geodata-mode: true 373 | geox-url: 374 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 375 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 376 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 377 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 378 | 379 | -------------------------------------------------------------------------------- /yamls/config_lb-0_landing-0_ipv6-0_full-0_keepalive-0_fakeip-0.yaml: -------------------------------------------------------------------------------- 1 | proxy-groups: 2 | - name: 选择代理 3 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 4 | type: select 5 | proxies: 6 | - 故障转移 7 | - 香港节点 8 | - 台湾节点 9 | - 新加坡节点 10 | - 日本节点 11 | - 美国节点 12 | - 低倍率节点 13 | - 手动选择 14 | - DIRECT 15 | - name: 手动选择 16 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 17 | include-all: true 18 | type: select 19 | - name: 故障转移 20 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 21 | type: fallback 22 | url: https://cp.cloudflare.com/generate_204 23 | proxies: 24 | - 香港节点 25 | - 台湾节点 26 | - 新加坡节点 27 | - 日本节点 28 | - 美国节点 29 | - 低倍率节点 30 | - 手动选择 31 | - DIRECT 32 | interval: 180 33 | tolerance: 20 34 | lazy: false 35 | - name: 静态资源 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 37 | type: select 38 | proxies: &a1 39 | - 选择代理 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - 直连 48 | - name: AI 49 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 50 | type: select 51 | proxies: *a1 52 | - name: Telegram 53 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 54 | type: select 55 | proxies: *a1 56 | - name: YouTube 57 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 58 | type: select 59 | proxies: *a1 60 | - name: Bilibili 61 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 62 | type: select 63 | proxies: 64 | - 直连 65 | - 台湾节点 66 | - 香港节点 67 | - name: Netflix 68 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 69 | type: select 70 | proxies: *a1 71 | - name: Spotify 72 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 73 | type: select 74 | proxies: *a1 75 | - name: TikTok 76 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 77 | type: select 78 | proxies: *a1 79 | - name: E-Hentai 80 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 81 | type: select 82 | proxies: *a1 83 | - name: PikPak 84 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 85 | type: select 86 | proxies: *a1 87 | - name: Truth Social 88 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 89 | type: select 90 | proxies: 91 | - 美国节点 92 | - 选择代理 93 | - 手动选择 94 | - name: Bahamut 95 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 96 | type: select 97 | proxies: 98 | - 台湾节点 99 | - 选择代理 100 | - 手动选择 101 | - 直连 102 | - name: Crypto 103 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 104 | type: select 105 | proxies: *a1 106 | - name: SSH(22端口) 107 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 108 | type: select 109 | proxies: *a1 110 | - name: 搜狗输入法 111 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 112 | type: select 113 | proxies: 114 | - 直连 115 | - REJECT 116 | - name: 直连 117 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 118 | type: select 119 | proxies: 120 | - DIRECT 121 | - 选择代理 122 | - name: 广告拦截 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 124 | type: select 125 | proxies: 126 | - REJECT 127 | - REJECT-DROP 128 | - 直连 129 | - name: 低倍率节点 130 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 131 | type: url-test 132 | url: https://cp.cloudflare.com/generate_204 133 | include-all: true 134 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 135 | - name: 香港节点 136 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 137 | include-all: true 138 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 139 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 140 | type: url-test 141 | url: https://cp.cloudflare.com/generate_204 142 | interval: 60 143 | tolerance: 20 144 | lazy: false 145 | - name: 台湾节点 146 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 147 | include-all: true 148 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 149 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 150 | type: url-test 151 | url: https://cp.cloudflare.com/generate_204 152 | interval: 60 153 | tolerance: 20 154 | lazy: false 155 | - name: 新加坡节点 156 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 157 | include-all: true 158 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 159 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 160 | type: url-test 161 | url: https://cp.cloudflare.com/generate_204 162 | interval: 60 163 | tolerance: 20 164 | lazy: false 165 | - name: 日本节点 166 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 167 | include-all: true 168 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 169 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 170 | type: url-test 171 | url: https://cp.cloudflare.com/generate_204 172 | interval: 60 173 | tolerance: 20 174 | lazy: false 175 | - name: 美国节点 176 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 177 | include-all: true 178 | filter: (?i)美国|美|US|United States|🇺🇸 179 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 180 | type: url-test 181 | url: https://cp.cloudflare.com/generate_204 182 | interval: 60 183 | tolerance: 20 184 | lazy: false 185 | - name: GLOBAL 186 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 187 | include-all: true 188 | type: select 189 | proxies: 190 | - 选择代理 191 | - 手动选择 192 | - 故障转移 193 | - 静态资源 194 | - AI 195 | - Telegram 196 | - YouTube 197 | - Bilibili 198 | - Netflix 199 | - Spotify 200 | - TikTok 201 | - E-Hentai 202 | - PikPak 203 | - Truth Social 204 | - Bahamut 205 | - Crypto 206 | - SSH(22端口) 207 | - 搜狗输入法 208 | - 直连 209 | - 广告拦截 210 | - 低倍率节点 211 | - 香港节点 212 | - 台湾节点 213 | - 新加坡节点 214 | - 日本节点 215 | - 美国节点 216 | rule-providers: 217 | ADBlock: 218 | type: http 219 | behavior: domain 220 | format: mrs 221 | interval: 86400 222 | url: https://adrules.top/adrules-mihomo.mrs 223 | path: ./ruleset/ADBlock.mrs 224 | SogouInput: 225 | type: http 226 | behavior: classical 227 | format: text 228 | interval: 86400 229 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 230 | path: ./ruleset/SogouInput.txt 231 | StaticResources: 232 | type: http 233 | behavior: domain 234 | format: text 235 | interval: 86400 236 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 237 | path: ./ruleset/StaticResources.txt 238 | CDNResources: 239 | type: http 240 | behavior: classical 241 | format: text 242 | interval: 86400 243 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 244 | path: ./ruleset/CDNResources.txt 245 | TikTok: 246 | type: http 247 | behavior: classical 248 | format: text 249 | interval: 86400 250 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 251 | path: ./ruleset/TikTok.list 252 | EHentai: 253 | type: http 254 | behavior: classical 255 | format: text 256 | interval: 86400 257 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 258 | path: ./ruleset/EHentai.list 259 | SteamFix: 260 | type: http 261 | behavior: classical 262 | format: text 263 | interval: 86400 264 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 265 | path: ./ruleset/SteamFix.list 266 | GoogleFCM: 267 | type: http 268 | behavior: classical 269 | format: text 270 | interval: 86400 271 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 272 | path: ./ruleset/FirebaseCloudMessaging.list 273 | AdditionalFilter: 274 | type: http 275 | behavior: classical 276 | format: text 277 | interval: 86400 278 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 279 | path: ./ruleset/AdditionalFilter.list 280 | AdditionalCDNResources: 281 | type: http 282 | behavior: classical 283 | format: text 284 | interval: 86400 285 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 286 | path: ./ruleset/AdditionalCDNResources.list 287 | Crypto: 288 | type: http 289 | behavior: classical 290 | format: text 291 | interval: 86400 292 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 293 | path: ./ruleset/Crypto.list 294 | rules: 295 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 296 | - RULE-SET,ADBlock,广告拦截 297 | - RULE-SET,AdditionalFilter,广告拦截 298 | - RULE-SET,SogouInput,搜狗输入法 299 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 300 | - RULE-SET,StaticResources,静态资源 301 | - RULE-SET,CDNResources,静态资源 302 | - RULE-SET,AdditionalCDNResources,静态资源 303 | - RULE-SET,Crypto,Crypto 304 | - RULE-SET,EHentai,E-Hentai 305 | - RULE-SET,TikTok,TikTok 306 | - RULE-SET,SteamFix,直连 307 | - RULE-SET,GoogleFCM,直连 308 | - DOMAIN,services.googleapis.cn,选择代理 309 | - GEOSITE,GOOGLE-PLAY@CN,直连 310 | - GEOSITE,CATEGORY-AI-!CN,AI 311 | - GEOSITE,TELEGRAM,Telegram 312 | - GEOSITE,YOUTUBE,YouTube 313 | - GEOSITE,NETFLIX,Netflix 314 | - GEOSITE,SPOTIFY,Spotify 315 | - GEOSITE,BAHAMUT,Bahamut 316 | - GEOSITE,BILIBILI,Bilibili 317 | - GEOSITE,MICROSOFT@CN,直连 318 | - GEOSITE,PIKPAK,PikPak 319 | - GEOSITE,GFW,选择代理 320 | - GEOSITE,CN,直连 321 | - GEOSITE,PRIVATE,直连 322 | - GEOIP,NETFLIX,Netflix,no-resolve 323 | - GEOIP,TELEGRAM,Telegram,no-resolve 324 | - GEOIP,CN,直连 325 | - GEOIP,PRIVATE,直连 326 | - DST-PORT,22,SSH(22端口) 327 | - MATCH,选择代理 328 | sniffer: 329 | sniff: 330 | TLS: 331 | ports: 332 | - 443 333 | - 8443 334 | HTTP: 335 | ports: 336 | - 80 337 | - 8080 338 | - 8880 339 | QUIC: 340 | ports: 341 | - 443 342 | - 8443 343 | override-destination: false 344 | enable: true 345 | force-dns-mapping: true 346 | skip-domain: 347 | - Mijia Cloud 348 | - dlg.io.mi.com 349 | - +.push.apple.com 350 | dns: 351 | enable: true 352 | ipv6: false 353 | prefer-h3: true 354 | enhanced-mode: redir-host 355 | default-nameserver: 356 | - 119.29.29.29 357 | - 223.5.5.5 358 | nameserver: 359 | - system 360 | - 223.5.5.5 361 | - 119.29.29.29 362 | - 180.184.1.1 363 | fallback: 364 | - quic://dns0.eu 365 | - https://dns.cloudflare.com/dns-query 366 | - https://dns.sb/dns-query 367 | - tcp://208.67.222.222 368 | - tcp://8.26.56.2 369 | proxy-server-nameserver: 370 | - https://dns.alidns.com/dns-query 371 | - tls://dot.pub 372 | geodata-mode: true 373 | geox-url: 374 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 375 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 376 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 377 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 378 | 379 | -------------------------------------------------------------------------------- /yamls/config_lb-0_landing-0_ipv6-0_full-0_keepalive-1_fakeip-0.yaml: -------------------------------------------------------------------------------- 1 | proxy-groups: 2 | - name: 选择代理 3 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png 4 | type: select 5 | proxies: 6 | - 故障转移 7 | - 香港节点 8 | - 台湾节点 9 | - 新加坡节点 10 | - 日本节点 11 | - 美国节点 12 | - 低倍率节点 13 | - 手动选择 14 | - DIRECT 15 | - name: 手动选择 16 | icon: https://gcore.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png 17 | include-all: true 18 | type: select 19 | - name: 故障转移 20 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bypass.png 21 | type: fallback 22 | url: https://cp.cloudflare.com/generate_204 23 | proxies: 24 | - 香港节点 25 | - 台湾节点 26 | - 新加坡节点 27 | - 日本节点 28 | - 美国节点 29 | - 低倍率节点 30 | - 手动选择 31 | - DIRECT 32 | interval: 180 33 | tolerance: 20 34 | lazy: false 35 | - name: 静态资源 36 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Cloudflare.png 37 | type: select 38 | proxies: &a1 39 | - 选择代理 40 | - 香港节点 41 | - 台湾节点 42 | - 新加坡节点 43 | - 日本节点 44 | - 美国节点 45 | - 低倍率节点 46 | - 手动选择 47 | - 直连 48 | - name: AI 49 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/chatgpt.png 50 | type: select 51 | proxies: *a1 52 | - name: Telegram 53 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png 54 | type: select 55 | proxies: *a1 56 | - name: YouTube 57 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png 58 | type: select 59 | proxies: *a1 60 | - name: Bilibili 61 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png 62 | type: select 63 | proxies: 64 | - 直连 65 | - 台湾节点 66 | - 香港节点 67 | - name: Netflix 68 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 69 | type: select 70 | proxies: *a1 71 | - name: Spotify 72 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png 73 | type: select 74 | proxies: *a1 75 | - name: TikTok 76 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png 77 | type: select 78 | proxies: *a1 79 | - name: E-Hentai 80 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Ehentai.png 81 | type: select 82 | proxies: *a1 83 | - name: PikPak 84 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/PikPak.png 85 | type: select 86 | proxies: *a1 87 | - name: Truth Social 88 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/TruthSocial.png 89 | type: select 90 | proxies: 91 | - 美国节点 92 | - 选择代理 93 | - 手动选择 94 | - name: Bahamut 95 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png 96 | type: select 97 | proxies: 98 | - 台湾节点 99 | - 选择代理 100 | - 手动选择 101 | - 直连 102 | - name: Crypto 103 | icon: https://cdn.jsdmirror.com/gh/Koolson/Qure@master/IconSet/Color/Cryptocurrency_3.png 104 | type: select 105 | proxies: *a1 106 | - name: SSH(22端口) 107 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Server.png 108 | type: select 109 | proxies: *a1 110 | - name: 搜狗输入法 111 | icon: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/icons/Sougou.png 112 | type: select 113 | proxies: 114 | - 直连 115 | - REJECT 116 | - name: 直连 117 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png 118 | type: select 119 | proxies: 120 | - DIRECT 121 | - 选择代理 122 | - name: 广告拦截 123 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png 124 | type: select 125 | proxies: 126 | - REJECT 127 | - REJECT-DROP 128 | - 直连 129 | - name: 低倍率节点 130 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Lab.png 131 | type: url-test 132 | url: https://cp.cloudflare.com/generate_204 133 | include-all: true 134 | filter: (?i)0.[0-5]|低倍率|省流|大流量|实验性 135 | - name: 香港节点 136 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png 137 | include-all: true 138 | filter: (?i)香港|港|HK|hk|Hong Kong|HongKong|hongkong|🇭🇰 139 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 140 | type: url-test 141 | url: https://cp.cloudflare.com/generate_204 142 | interval: 60 143 | tolerance: 20 144 | lazy: false 145 | - name: 台湾节点 146 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png 147 | include-all: true 148 | filter: (?i)台|新北|彰化|TW|Taiwan|🇹🇼 149 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 150 | type: url-test 151 | url: https://cp.cloudflare.com/generate_204 152 | interval: 60 153 | tolerance: 20 154 | lazy: false 155 | - name: 新加坡节点 156 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png 157 | include-all: true 158 | filter: (?i)新加坡|坡|狮城|SG|Singapore|🇸🇬 159 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 160 | type: url-test 161 | url: https://cp.cloudflare.com/generate_204 162 | interval: 60 163 | tolerance: 20 164 | lazy: false 165 | - name: 日本节点 166 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png 167 | include-all: true 168 | filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan|🇯🇵 169 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 170 | type: url-test 171 | url: https://cp.cloudflare.com/generate_204 172 | interval: 60 173 | tolerance: 20 174 | lazy: false 175 | - name: 美国节点 176 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png 177 | include-all: true 178 | filter: (?i)美国|美|US|United States|🇺🇸 179 | exclude-filter: 0\.[0-5]|低倍率|省流|大流量|实验性 180 | type: url-test 181 | url: https://cp.cloudflare.com/generate_204 182 | interval: 60 183 | tolerance: 20 184 | lazy: false 185 | - name: GLOBAL 186 | icon: https://gcore.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png 187 | include-all: true 188 | type: select 189 | proxies: 190 | - 选择代理 191 | - 手动选择 192 | - 故障转移 193 | - 静态资源 194 | - AI 195 | - Telegram 196 | - YouTube 197 | - Bilibili 198 | - Netflix 199 | - Spotify 200 | - TikTok 201 | - E-Hentai 202 | - PikPak 203 | - Truth Social 204 | - Bahamut 205 | - Crypto 206 | - SSH(22端口) 207 | - 搜狗输入法 208 | - 直连 209 | - 广告拦截 210 | - 低倍率节点 211 | - 香港节点 212 | - 台湾节点 213 | - 新加坡节点 214 | - 日本节点 215 | - 美国节点 216 | rule-providers: 217 | ADBlock: 218 | type: http 219 | behavior: domain 220 | format: mrs 221 | interval: 86400 222 | url: https://adrules.top/adrules-mihomo.mrs 223 | path: ./ruleset/ADBlock.mrs 224 | SogouInput: 225 | type: http 226 | behavior: classical 227 | format: text 228 | interval: 86400 229 | url: https://ruleset.skk.moe/Clash/non_ip/sogouinput.txt 230 | path: ./ruleset/SogouInput.txt 231 | StaticResources: 232 | type: http 233 | behavior: domain 234 | format: text 235 | interval: 86400 236 | url: https://ruleset.skk.moe/Clash/domainset/cdn.txt 237 | path: ./ruleset/StaticResources.txt 238 | CDNResources: 239 | type: http 240 | behavior: classical 241 | format: text 242 | interval: 86400 243 | url: https://ruleset.skk.moe/Clash/non_ip/cdn.txt 244 | path: ./ruleset/CDNResources.txt 245 | TikTok: 246 | type: http 247 | behavior: classical 248 | format: text 249 | interval: 86400 250 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/TikTok.list 251 | path: ./ruleset/TikTok.list 252 | EHentai: 253 | type: http 254 | behavior: classical 255 | format: text 256 | interval: 86400 257 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/EHentai.list 258 | path: ./ruleset/EHentai.list 259 | SteamFix: 260 | type: http 261 | behavior: classical 262 | format: text 263 | interval: 86400 264 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/SteamFix.list 265 | path: ./ruleset/SteamFix.list 266 | GoogleFCM: 267 | type: http 268 | behavior: classical 269 | format: text 270 | interval: 86400 271 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/FirebaseCloudMessaging.list 272 | path: ./ruleset/FirebaseCloudMessaging.list 273 | AdditionalFilter: 274 | type: http 275 | behavior: classical 276 | format: text 277 | interval: 86400 278 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalFilter.list 279 | path: ./ruleset/AdditionalFilter.list 280 | AdditionalCDNResources: 281 | type: http 282 | behavior: classical 283 | format: text 284 | interval: 86400 285 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/AdditionalCDNResources.list 286 | path: ./ruleset/AdditionalCDNResources.list 287 | Crypto: 288 | type: http 289 | behavior: classical 290 | format: text 291 | interval: 86400 292 | url: https://gcore.jsdelivr.net/gh/powerfullz/override-rules@master/ruleset/Crypto.list 293 | path: ./ruleset/Crypto.list 294 | rules: 295 | - AND,((DST-PORT,443),(NETWORK,UDP)),REJECT 296 | - RULE-SET,ADBlock,广告拦截 297 | - RULE-SET,AdditionalFilter,广告拦截 298 | - RULE-SET,SogouInput,搜狗输入法 299 | - DOMAIN-SUFFIX,truthsocial.com,Truth Social 300 | - RULE-SET,StaticResources,静态资源 301 | - RULE-SET,CDNResources,静态资源 302 | - RULE-SET,AdditionalCDNResources,静态资源 303 | - RULE-SET,Crypto,Crypto 304 | - RULE-SET,EHentai,E-Hentai 305 | - RULE-SET,TikTok,TikTok 306 | - RULE-SET,SteamFix,直连 307 | - RULE-SET,GoogleFCM,直连 308 | - DOMAIN,services.googleapis.cn,选择代理 309 | - GEOSITE,GOOGLE-PLAY@CN,直连 310 | - GEOSITE,CATEGORY-AI-!CN,AI 311 | - GEOSITE,TELEGRAM,Telegram 312 | - GEOSITE,YOUTUBE,YouTube 313 | - GEOSITE,NETFLIX,Netflix 314 | - GEOSITE,SPOTIFY,Spotify 315 | - GEOSITE,BAHAMUT,Bahamut 316 | - GEOSITE,BILIBILI,Bilibili 317 | - GEOSITE,MICROSOFT@CN,直连 318 | - GEOSITE,PIKPAK,PikPak 319 | - GEOSITE,GFW,选择代理 320 | - GEOSITE,CN,直连 321 | - GEOSITE,PRIVATE,直连 322 | - GEOIP,NETFLIX,Netflix,no-resolve 323 | - GEOIP,TELEGRAM,Telegram,no-resolve 324 | - GEOIP,CN,直连 325 | - GEOIP,PRIVATE,直连 326 | - DST-PORT,22,SSH(22端口) 327 | - MATCH,选择代理 328 | sniffer: 329 | sniff: 330 | TLS: 331 | ports: 332 | - 443 333 | - 8443 334 | HTTP: 335 | ports: 336 | - 80 337 | - 8080 338 | - 8880 339 | QUIC: 340 | ports: 341 | - 443 342 | - 8443 343 | override-destination: false 344 | enable: true 345 | force-dns-mapping: true 346 | skip-domain: 347 | - Mijia Cloud 348 | - dlg.io.mi.com 349 | - +.push.apple.com 350 | dns: 351 | enable: true 352 | ipv6: false 353 | prefer-h3: true 354 | enhanced-mode: redir-host 355 | default-nameserver: 356 | - 119.29.29.29 357 | - 223.5.5.5 358 | nameserver: 359 | - system 360 | - 223.5.5.5 361 | - 119.29.29.29 362 | - 180.184.1.1 363 | fallback: 364 | - quic://dns0.eu 365 | - https://dns.cloudflare.com/dns-query 366 | - https://dns.sb/dns-query 367 | - tcp://208.67.222.222 368 | - tcp://8.26.56.2 369 | proxy-server-nameserver: 370 | - https://dns.alidns.com/dns-query 371 | - tls://dot.pub 372 | geodata-mode: true 373 | geox-url: 374 | geoip: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat 375 | geosite: https://gcore.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat 376 | mmdb: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/Country.mmdb 377 | asn: https://gcore.jsdelivr.net/gh/Loyalsoldier/geoip@release/GeoLite2-ASN.mmdb 378 | 379 | --------------------------------------------------------------------------------