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 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274
|
mixed-port: 7890 external-controller: 127.0.0.1:9090 allow-lan: true mode: rule log-level: silent
tun: enable: false stack: system dns-hijack: - 0.0.0.0:53 inet4-route-address: - 0.0.0.0/1 - 128.0.0.0/1 inet6-route-address: - "::/1" - "8000::/1"
dns: enable: true prefer-h3: true listen: 0.0.0.0:53 ipv6: false default-nameserver: - 114.114.114.114 nameserver: - tls://223.5.5.5:853 - 114.114.114.114 - 119.29.29.29 - 180.76.76.76 enhanced-mode: fake-ip fake-ip-range: 198.18.0.1/16 fallback: - tls://8.8.4.4 - tls://1.1.1.1 fake-ip-filter: - "*.lan" - "*.localdomain" - "*.example" - "*.invalid" - "*.localhost" - "*.test" - "*.local" - "*.home.arpa" - router.asus.com - localhost.sec.qq.com - localhost.ptlogin2.qq.com - "+.msftconnecttest.com"
proxies: - name: "Demo" type: trojan server: Demo port: 443 password: Demo alpn: - h2 - http/1.1
proxy-groups: - name: "PROXY" type: select proxies: - "Demo"
- name: "Final" type: select proxies: - "DIRECT" - "PROXY"
- name: "Bilibili" type: select proxies: - "DIRECT" - "PROXY"
script: code: | def main(ctx, metadata): # Log ProcessName ctx.log('Process Name: ' + ctx.resolve_process_name(metadata)) return 'DIRECT'
rule-providers: bilibili: type: http behavior: classical url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/BiliBili/BiliBili.yaml" path: ./ruleset/bilibili.yaml interval: 86400
reject: type: http behavior: classical url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Advertising/Advertising_Classical.yaml" path: ./ruleset/reject.yaml interval: 86400
privacy: type: http behavior: classical url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Privacy/Privacy_Classical.yaml" path: ./ruleset/privacy.yaml interval: 86400
hijacking: type: http behavior: classical url: "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Hijacking/Hijacking.yaml" path: ./ruleset/hijacking.yaml interval: 86400
icloud: type: http behavior: classical url: "https://cdn.jsdelivr.net/gh/blackmatrix7/ios_rule_script@master/rule/Clash/iCloud/iCloud.yaml" 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
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
direct: type: http behavior: domain url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/direct.txt" path: ./ruleset/direct.yaml interval: 86400
private: type: http behavior: domain url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/private.txt" path: ./ruleset/private.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
greatfire: type: http behavior: domain url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/greatfire.txt" path: ./ruleset/greatfire.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
telegramcidr: type: http behavior: ipcidr url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/telegramcidr.txt" path: ./ruleset/telegramcidr.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
lancidr: type: http behavior: ipcidr url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/lancidr.txt" path: ./ruleset/lancidr.yaml interval: 86400
applications: type: http behavior: classical url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/applications.txt" path: ./ruleset/applications.yaml interval: 86400
my-direct: type: http behavior: classical url: "https://raw.githubusercontent.com/bakasine/rules/master/clash/my-direct.yaml" path: ./ruleset/my-direct.yaml interval: 86400
my-proxy: type: http behavior: classical url: "https://raw.githubusercontent.com/bakasine/rules/master/clash/my-proxy.yaml" path: ./ruleset/my-proxy.yaml interval: 86400
my-reject: type: http behavior: classical url: "https://raw.githubusercontent.com/bakasine/rules/master/clash/my-reject.yaml" path: ./ruleset/my-reject.yaml interval: 86400
Optimization: type: http behavior: classical url: "https://raw.githubusercontent.com/bakasine/rules/master/clash/optimization.yaml" path: ./ruleset/optimization.yaml interval: 86400
rules: - RULE-SET,reject,REJECT - RULE-SET,privacy,REJECT - RULE-SET,hijacking,REJECT - RULE-SET,my-reject,REJECT - RULE-SET,my-direct,DIRECT - RULE-SET,bilibili,Bilibili - RULE-SET,my-proxy,PROXY - RULE-SET,icloud,PROXY - RULE-SET,telegramcidr,PROXY - RULE-SET,proxy,PROXY - RULE-SET,applications,DIRECT - RULE-SET,private,DIRECT - RULE-SET,apple,DIRECT - RULE-SET,google,DIRECT - RULE-SET,direct,DIRECT - RULE-SET,lancidr,DIRECT - RULE-SET,cncidr,DIRECT - GEOIP,LAN,DIRECT - GEOIP,CN,DIRECT - MATCH,Final
|