This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ==================================== | |
| # Clash Meta (mihomo) 分流配置 — 搬瓦工 Tokyo Trojan | |
| # 双模式:大陆 ↔ 香港自动切换 | |
| # 大陆:所有海外 → BWG(服务端区分 AI / 非 AI) | |
| # 香港:非 AI 海外 → 直连,AI → BWG → So-net | |
| # url-test 探测 google.com 自动判断所在位置 | |
| # ==================================== | |
| mixed-port: 7890 | |
| allow-lan: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!MANAGED-CONFIG https://gist.githubusercontent.com/Sumexceed/917f372f706097e1842f90294dac4cb6/raw/BWG%20-%20Panorama%20-%20jianfeng.conf interval=86400 strict=false | |
| # ==================================== | |
| # Surge 分流配置 — 搬瓦工 Tokyo Trojan | |
| # 双模式:大陆 ↔ 香港自动切换(Script 驱动) | |
| # 脚本通过直连访问 ip-api.com + GeoIP 判断位置,自动切换 Overseas 策略 | |
| # 大陆(CN)→ Overseas 用 BWG-Tokyo | |
| # 香港/海外(非 CN)→ Overseas 用 Direct-Overseas | |
| # ==================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ==================================== | |
| # Clash Meta (mihomo) 分流配置 — DNS 泄漏修复测试版 | |
| # 基于 XY 账号,测试通过后统一推送全员 | |
| # 改动 v5:修复废弃的 120.53.53.53 DoH → 改用 223.6.6.6 | |
| # 去掉 fallback(fake-ip 下无意义且拖慢速度) | |
| # ==================================== | |
| mixed-port: 7890 | |
| allow-lan: false | |
| mode: rule |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ==================================== | |
| # Surge 分流配置 — DNS 泄漏修复测试版 | |
| # 基于 XY 账号,测试通过后统一推送全员 | |
| # 改动 v2:IP 形式 DoH(消除 bootstrap 明文查询), | |
| # SYSTEM/LAN 加 no-resolve,防止规则触发明文 DNS | |
| # ==================================== | |
| [General] | |
| loglevel = notify | |
| encrypted-dns-server = https://223.5.5.5/dns-query, https://223.6.6.6/dns-query |