1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
| listeners: - name: M50001 type: mixed port: 50001 listen: 127.0.0.1 udp: true proxy: S50001 proxy-providers: fakeyou: url: https://image.fakeyou.top/ddb2ef8b-38e2-4f00-85c1-7e7c65cdcce2.yaml type: http interval: 864000 health-check: enable: false url: https://www.gstatic.com/generate_204 interval: 300 proxy: 直连 proxies: - name: S50001 dialer-proxy: 链式代理 type: socks5 server: 185.234.11.11 port: 11111 username: admin password: password skip-cert-verify: true udp: true ip-version: ipv4 - name: 直连 type: direct - name: AHKvless type: vless server: 43.247.11.11 port: 8443 uuid: 023ae455-3ef7-1111-8a39-f13608865750 tls: true flow: xtls-rprx-vision client-fingerprint: chrome reality-opts: public-key: hFa0gmnLw2bMYKcfMYk-1111_donzYxM2FL_pKGUMgU short-id: b5c03111 servername: www.icloud.com skip-cert-verify: true udp: true proxy-groups: - name: 代理 type: select include-all: true filter: HK|SG|US|JP|TW|S5|直连 - name: ai代理 type: select include-all: true filter: SG|US|JP|TW - name: 交易所 type: select include-all: true filter: SG|US|JP|TW - name: 邮件 type: select include-all: true filter: HK|SG|US|JP|TW - name: 模拟器 type: select include-all: true filter: HK|SG|US|JP|TW - name: 链式代理 type: select include-all: true filter: HK|SG|US|JP|TW find-process-mode: always rules: - PROCESS-NAME,MuMuPlayer Pro,模拟器 - DOMAIN-SUFFIX,imap.gmail.com,邮件 - DOMAIN-SUFFIX,smtp.gmail.com,邮件 - IP-CIDR,43.43.43.43/8,直连,no-resolve - DOMAIN-SUFFIX,binance.com,交易所 - RULE-SET,ai,ai代理 - DOMAIN-SUFFIX,baidu.com,直连 - RULE-SET,google,代理 - RULE-SET,private,直连 - RULE-SET,icloud,直连 - RULE-SET,apple,直连 - RULE-SET,direct,直连 - RULE-SET,lancidr,直连 - RULE-SET,cncidr,直连 - MATCH,代理 rule-providers: applications: type: http behavior: classical url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/applications.txt" path: ./ruleset/applications.yaml interval: 86400 ai: type: http interval: 86400 behavior: domain format: mrs url: https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-ai-!cn.mrs private: type: http behavior: domain url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/private.txt" path: ./ruleset/private.yaml interval: 86400 google: type: http behavior: domain url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/google.txt" path: ./ruleset/google.yaml interval: 86400 proxy: type: http behavior: domain url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/proxy.txt" path: ./ruleset/proxy.yaml interval: 86400 gfw: type: http behavior: domain url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/gfw.txt" path: ./ruleset/gfw.yaml interval: 86400 tld-not-cn: type: http behavior: domain url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/tld-not-cn.txt" path: ./ruleset/tld-not-cn.yaml interval: 86400 icloud: type: http behavior: domain url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/icloud.txt" path: ./ruleset/icloud.yaml interval: 86400 apple: type: http behavior: domain url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/apple.txt" path: ./ruleset/apple.yaml interval: 86400 direct: type: http behavior: domain url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/direct.txt" path: ./ruleset/direct.yaml interval: 86400 lancidr: type: http behavior: ipcidr url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/lancidr.txt" path: ./ruleset/lancidr.yaml interval: 86400 cncidr: type: http behavior: ipcidr url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/cncidr.txt" path: ./ruleset/cncidr.yaml interval: 86400 telegramcidr: type: http behavior: ipcidr url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/telegramcidr.txt" path: ./ruleset/telegramcidr.yaml interval: 86400
|