@@ -213,6 +213,37 @@ rules:
213213 - MATCH,漏网之鱼
214214` ` `
215215
216+ ---
217+
218+ >` proxy-groups` 私货
219+ {: .prompt-tip }
220+
221+ 注:
222+ - 1. 本 `proxy-groups` 配置中,将不同的节点类型(如:`Shadowsocks` 和 `Trojan`)分别配置 `type : url-test` 进行延迟测试
223+ - 2. 再将上述延迟测试最低的策略组配置 `type : fallback` 进行自动回退
224+
225+ ` ` ` yaml
226+ proxy-groups:
227+ - {name: 香港节点, type: fallback, proxies: ["香港节点-ss", "香港节点-trojan"], icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/hongkong.png"}
228+ - {name: 香港节点-ss, type: url-test, tolerance: 50, use: [🛫 机场订阅], filter: "(?i)(🇭🇰|港|hk|hongkong|hong kong)", exclude-type: "Trojan", hidden: true, icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/hongkong.png"}
229+ - {name: 香港节点-trojan, type: url-test, tolerance: 50, use: [🛫 机场订阅], filter: "(?i)(🇭🇰|港|hk|hongkong|hong kong)", exclude-type: "Shadowsocks", hidden: true, icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/hongkong.png"}
230+ - {name: 台湾节点, type: fallback, proxies: ["台湾节点-ss", "台湾节点-trojan"], icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/taiwan.png"}
231+ - {name: 台湾节点-ss, type: url-test, tolerance: 50, use: [🛫 机场订阅], filter: "(?i)(🇹🇼|台|tw|taiwan|tai wan)", exclude-type: "Trojan", hidden: true, icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/taiwan.png"}
232+ - {name: 台湾节点-trojan, type: url-test, tolerance: 50, use: [🛫 机场订阅], filter: "(?i)(🇹🇼|台|tw|taiwan|tai wan)", exclude-type: "Shadowsocks", hidden: true, icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/taiwan.png"}
233+ - {name: 日本节点, type: fallback, proxies: ["日本节点-ss", "日本节点-trojan"], icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/japan.png"}
234+ - {name: 日本节点-ss, type: url-test, tolerance: 50, use: [🛫 机场订阅], filter: "(?i)(🇯🇵|日|jp|japan)", exclude-type: "Trojan", hidden: true, icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/japan.png"}
235+ - {name: 日本节点-trojan, type: url-test, tolerance: 50, use: [🛫 机场订阅], filter: "(?i)(🇯🇵|日|jp|japan)", exclude-type: "Shadowsocks", hidden: true, icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/japan.png"}
236+ - {name: 新加坡节点, type: fallback, proxies: ["新加坡节点-ss", "新加坡节点-trojan"], icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/singapore.png"}
237+ - {name: 新加坡节点-ss, type: url-test, tolerance: 50, use: [🛫 机场订阅], filter: "(?i)(🇸🇬|新|sg|singapore)", exclude-type: "Trojan", hidden: true, icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/singapore.png"}
238+ - {name: 新加坡节点-trojan, type: url-test, tolerance: 50, use: [🛫 机场订阅], filter: "(?i)(🇸🇬|新|sg|singapore)", exclude-type: "Shadowsocks", hidden: true, icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/singapore.png"}
239+ - {name: 美国节点, type: fallback, proxies: ["美国节点-ss", "美国节点-trojan"], icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/unitedstates.png"}
240+ - {name: 美国节点-ss, type: url-test, tolerance: 50, use: [🛫 机场订阅], filter: "(?i)(🇺🇸|美|us|unitedstates|united states)", exclude-type: "Trojan", hidden: true, icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/unitedstates.png"}
241+ - {name: 美国节点-trojan, type: url-test, tolerance: 50, use: [🛫 机场订阅], filter: "(?i)(🇺🇸|美|us|unitedstates|united states)", exclude-type: "Shadowsocks", hidden: true, icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/unitedstates.png"}
242+ - {name: 免费节点, type: url-test, tolerance: 50, use: [🆓 免费订阅], icon: "https://github.com/DustinWin/ruleset_geodata/releases/download/icons/free.png"}
243+ ` ` `
244+
245+ ---
246+
216247# # 二、 导入 [mihomo 内核](https://github.com/MetaCubeX/mihomo)、[zashboard 面板](https://github.com/Zephyruso/zashboard)和 CN_IP 文件
217248连接 SSH 后执行如下命令:
218249
0 commit comments