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
| [General] | |
| # 基础通用设置 | |
| dns-server = 1.1.1.1, 8.8.8.8, 223.5.5.5, 223.6.6.6 | |
| skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local, captive.apple.com | |
| # 允许自动更新此配置文件 (请替换为您自己的 Gist Raw 链接) | |
| #!MANAGED-CONFIG https://你的GIST_RAW_URL_HERE interval=86400 strict=false | |
| [Proxy] | |
| # 保持为空,稍后在 App 界面手动关联订阅节点 | |
| Direct = builtin-policy, direct |
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
| # Name: Ultimate_Direct_Rules_For_SR | |
| # Desc: 开发者与投资者专属直连规则集 (Shadowrocket 专用版) | |
| # Updated: 2026-04-16 | |
| # 1. 基础工具与 IP 检测 | |
| DOMAIN-SUFFIX,ip138.com,DIRECT | |
| # 2. 金融与交易 (冲击 TQQQ 25% 目标) | |
| DOMAIN-KEYWORD,ibkr,DIRECT | |
| DOMAIN-KEYWORD,interactivebrokers,DIRECT |
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
| name: Financial_Direct_Safe | |
| desc: 包含 IBKR, HSBC, Wise, Apple 全家桶等金融与生产力直连 | |
| # ==================== 规则集定义 ==================== | |
| rule-providers: | |
| direct: | |
| type: http | |
| behavior: domain | |
| url: https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/direct.txt | |
| interval: 86400 |