-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_quick.yml
More file actions
702 lines (662 loc) · 18.5 KB
/
Copy pathconfig_quick.yml
File metadata and controls
702 lines (662 loc) · 18.5 KB
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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
port: 7890
socks-port: 7891
mixed-port: 7892
# redir-port: 7892 # 透明代理端口,用于 Linux 和 MacOS
# Transparent proxy server port for Linux (TProxy TCP and TProxy UDP)
# tproxy-port: 7893
allow-lan: true
mode: rule
log-level: info
ipv6: true
external-controller: :9090
#自定义 geodata url
geox-url:
geoip: "https://fastly.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geoip.dat"
geosite: "https://fastly.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geosite.dat"
mmdb: "https://fastly.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geoip.metadb"
geo-auto-update: false # 是否自动更新 geodata
geo-update-interval: 24 # 更新间隔,单位:小时
dns:
enabled: true
prefer-h3: true
ipv6: true
default-nameserver:
- 114.114.114.114
- 8.8.8.8
#- system
#- "udp://223.5.5.5"
nameserver:
- https://1.12.12.12/dns-query
- https://223.6.6.6/dns-query
#- https://doh.pub/dns-query
#- https://dns.alidns.com/dns-query
fallback:
- https://dns.google/dns-query
- quic://dns.adguard.com:784
- https://cloudflare-dns.com/dns-query
enhanced-mode: fake-ip #redir-host
fake-ip-range: 198.18.0.1/16
# 可设置为whitelist,即只有匹配成功才返回fake-ip
fake-ip-filter-mode: blacklist
fake-ip-filter:
- '*.lan'
- '*.local'
- dns.msftncsi.com
- www.msftncsi.com
- www.msftconnecttest.com
- '*.msftconnecttest.com'
- '*.msftncsi.com'
- "connect.rom.miui.com" # 小米设备检测
- "*.msn.com" # Windows更新检测
- stun.*.*.*
- stun.*.*
- miwifi.com
- rule-set:apple #fakeip-filter #且 behavior 必须为 domain/classical,当为 classical 时仅会生效域名类规则
- music.163.com
- '*.music.163.com'
- '*.126.net'
- api-jooxtt.sanook.com
- api.joox.com
- joox.com
- y.qq.com
- '*.y.qq.com'
- streamoc.music.tc.qq.com
- mobileoc.music.tc.qq.com
- isure.stream.qqmusic.qq.com
- dl.stream.qqmusic.qq.com
- aqqmusic.tc.qq.com
- amobile.music.tc.qq.com
- '*.xiami.com'
- '*.music.migu.cn'
- music.migu.cn
- netis.cc
- router.asus.com
- repeater.asus.com
- routerlogin.com
- routerlogin.net
- tendawifi.com
- tendawifi.net
- tplinklogin.net
- tplinkwifi.net
- tplinkrepeater.net
- '*.tpddns.cn'
- '*.ntp.org.cn'
- '*.openwrt.pool.ntp.org'
- localhost.ptlogin2.qq.com
- '*.*.*.srv.nintendo.net'
- '*.*.stun.playstation.net'
- xbox.*.*.microsoft.com
- '*.ipv6.microsoft.com'
- '*.*.xboxlive.com'
- speedtest.cros.wr.pvp.net
use-hosts: true
nameserver-policy:
#"geosite:gfw,geolocation-!cn":
# - https://dns.google/dns-query
# - quic://dns.adguard.com:784
# - https://cloudflare-dns.com/dns-query
#"geosite:cn,geolocation-cn": ["udp://223.5.5.5", https://doh.pub/dns-query] # 国内域名直连
#"geosite:category-ads-all": rcode://success
'+.baidu.com': '114.114.114.114'
"rule-set:gfw": https://dns.google/dns-query
fallback-filter:
geoip: true
geoip-code: CN
ipcidr:
- 0.0.0.0/8
- 100.64.0.0/10
- 127.0.0.0/8
- 169.254.0.0/16
- 172.16.0.0/12
- 192.0.0.0/24
- 192.168.0.0/16
- 224.0.0.0/4
- 240.0.0.0/4
- 255.255.255.255/32
domain:
- '+.google.com'
- '+.facebook.com'
- '+.youtube.com'
- '+.cloudflare.com'
- +.twitter.com
- +.x.com
- +.xn--ngstr-lra8j.com
- +.google.cn
- +.googleapis.cn
- +.googleapis.com
- +.gvt1.com
- +.paoluz.com
- +.paoluz.link
- +.paoluz.xyz
- +.sodacity-funk.xyz
- +.nloli.xyz
- +.jsdelivr.net
- +.proton.me
hosts:
'*.clash.dev': 127.0.0.1
'alpha.clash.dev': '::1'
#test.com: [1.1.1.1, 2.2.2.2]
#search.com: google.com
#clash.lan: clash
#clayton.eu.or: 10.144.84.198
#jiahe.eu.or: 10.144.100.6
#'qnap': 10.144.84.198
#'raspi': 10.144.100.6
#'hp': 10.144.176.30
sniffer:
enable: true
force-dns-mapping: true
parse-pure-ip: true
override-destination: true
sniff:
HTTP:
ports: [80, 8080-8880]
override-destination: true
TLS:
ports: [443, 8443]
QUIC:
ports: [ 443 ]
force-domain:
- '+.v2ex.com'
skip-domain:
- 'Mijia Cloud'
- 'dlg.io.mi.com'
- '+.apple.com'
- '+.local'
cfw-bypass:
# 直连列表
# MyList
- "*.cmbc.com.cn"
- "*.citicbank.com"
- "*.cmbchina.com"
- "*.icbc.com.cn"
- "*.ccb.com"
- "*.spdb.com.cn"
- "*.abchina.com"
- "*.boc.cn"
- "*.bankcomm.com"
- "*.hxb.com.cn"
- "*.cebbank.com"
- "*.psbc.com"
- "*.bankofbeijing.com.cn"
- "*.95516.com"
- "*.unionpay.com"
- qq.com
- "*.qq.com"
- music.163.com
- '*.music.163.com'
- "www.webofscience.com" # Web of Science域名
- "snowplow.apps.clarivate.com"
- "access.clarivate.com"
- "snowplow-collector.userintel.prod.sp.aws.clarivate.net"
- "*.13th.tech"
- "*.423down.com"
- "*.chaipip.com"
- "*.chinaplay.store"
- "*.msftconnecttest.com"
- "*.msftncsi.com"
- "*.foxmail.com"
- localhost
- 127.*
- 10.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/16
- "+.local"
cfw-latency-timeout: 3000
proxy:
- name: "ProxyH" # 默认使用的出站代理名称
type: socks5 # 出站代理类型,支持 HTTP、HTTPS、SOCKS4 和 SOCKS5。
proxy-groups:
- name: 🚀 节点选择
type: select
proxies:
- 🎯 全球直连
- ♻️ 自动选择
- 🔰 manual
- Cflare
- Cfkg
- Cfop
- SKR
- HyunWarp
- UserC
- SpecialFilter
- name: Cfop
type: url-test
use:
- cldop
url: 'http://www.gstatic.com/generate_204'
interval: 1200
icon: https://g.csdnimg.cn/static/logo/favicon32.ico
- name: SKR
type: url-test
use:
- skr
url: 'http://www.gstatic.com/generate_204'
interval: 1200
- name: Cflare
type: url-test
use:
- cldflare
url: 'http://www.gstatic.com/generate_204'
interval: 1200
- name: Cfkg
type: url-test
use:
- cldkg
url: 'http://www.gstatic.com/generate_204'
interval: 1200
- name: FlyNb
type: url-test
use:
- flynb
url: 'http://www.gstatic.com/generate_204'
interval: 12000
- name: UserC
type: select
use:
- ucust
url: 'http://www.gstatic.com/generate_204'
interval: 12000
- name: XTwitter
type: select
proxies:
- FlyNb
- UserC
- 🚀 节点选择
- 🎯 全球直连
- SKR
- HyunWarp
- ACommon
- name: ♻️ 自动选择
type: url-test
url: 'http://www.gstatic.com/generate_204'
interval: 1200
use:
- common
- name: 全局选择
type: select
proxies:
- 🎯 全球直连
- 🚀 节点选择
- ♻️ 自动选择
- 🛑 全球拦截
- 🐟 漏网之鱼
- 🎏 失败切换
- name: 🔰 manual
type: select
use:
- common
- skr
- hyun-warp
- name: HyunWarp
type: url-test
use:
- hyun-warp
url: 'http://www.gstatic.com/generate_204'
interval: 1200
- name: "SpecialFilter"
type: select
use:
- hyun-warp
filter: "Gbps"
#exclude-type: "vmess|trojan"
#exclude-filter: ""
- name: ACommon
type: url-test
use:
- common
url: 'http://www.gstatic.com/generate_204'
interval: 1200
- name: 🎯 全球直连
type: select
proxies:
- DIRECT
- name: 🛑 全球拦截
type: select
proxies:
- REJECT
- DIRECT
- name: 🐟 漏网之鱼
type: select
proxies:
- 🚀 节点选择
- 🎯 全球直连
- ♻️ 自动选择
- name: 🎏 失败切换
type: fallback
use:
- cldop
- cldflare
- cldkg
- skr
- hyun-warp
- common
url: 'http://www.gstatic.com/generate_204'
interval: 1200
- name: 📲 电报信息
type: select
proxies:
- 🚀 节点选择
- 🎯 全球直连
- ♻️ 自动选择
- SKR
- HyunWarp
- name: Ⓜ️ 微软服务
type: select
proxies:
- 🎯 全球直连
- 🚀 节点选择
- ♻️ 自动选择
- name: ⛔️ 广告拦截
type: select
proxies:
- 🛑 全球拦截
- 🎯 全球直连
- 🚀 节点选择
- name: 🚫 运营劫持
type: select
proxies:
- 🛑 全球拦截
- 🎯 全球直连
- 🚀 节点选择
- name: 🍎 苹果服务
type: select
proxies:
- 🚀 节点选择
- 🎯 全球直连
- ♻️ 自动选择
proxy-providers:
common:
url: "https://jiahe.eu.org:15443/clash_verge/common_proxies.yaml"
#exclude-type: "Shadowsocks|Http"
#exclude-filter: "(?i)港|hk|hongkong|hong kong"
#filter: "(?i)港|hk|hongkong|hong kong" #(?i) (?A) 等语法无效
type: http
#type: file
interval: 3600
path: local_data/common-proxies.yaml
health-check:
enable: true
interval: 12000
url: 'http://www.gstatic.com/generate_204'
hyun-warp:
type: http
#type: file
url: "https://jiahe.eu.org:15443/clash_verge/hyun-proxies.yaml"
interval: 12411
path: local_data/hyun-proxies.yaml
health-check:
enable: true
interval: 12000
url: 'http://www.gstatic.com/generate_204'
cldflare:
url: "https://jiahe.eu.org:15443/clash_verge/cloudflare-proxies.yaml"
type: http
#type: file
interval: 10807
path: local_data/cloudflare-proxies.yaml
health-check:
enable: true
interval: 12000
url: 'http://www.gstatic.com/generate_204'
cldkg:
url: "https://jiahe.eu.org:15443/clash_verge/cfkg-proxies.yaml"
type: http
#type: file
interval: 10807
path: local_data/cfkg-proxies.yaml
health-check:
enable: true
interval: 12000
url: 'http://www.gstatic.com/generate_204'
cldop:
url: "https://jiahe.eu.org:15443/clash_verge/cf_op_proxies.yaml"
type: http
#type: file
interval: 5612
path: local_data/cf_op_proxies.yaml
health-check:
enable: true
interval: 960
url: 'http://www.gstatic.com/generate_204'
skr:
url: "https://jiahe.eu.org:15443/clash_verge/skrapp.yaml"
type: http
#type: file
interval: 6622
path: local_data/skrapp.yaml
health-check:
enable: true
interval: 960
url: 'http://www.gstatic.com/generate_204'
flynb:
url: "https://jiahe.eu.org:15443/clash_verge/flynb-proxies.yaml"
type: http
#type: file
interval: 10807
path: local_data/flynb-proxies.yaml
health-check:
enable: true
interval: 12000
url: 'http://www.gstatic.com/generate_204'
ucust:
url: "https://jiahe.eu.org:15443/clash_verge/user_custom.yaml"
type: http
#type: file
interval: 933622
path: local_data/user_custom.yaml
health-check:
enable: true
interval: 186960
url: 'http://www.gstatic.com/generate_204'
rule-providers:
reject:
type: http
behavior: domain
#url: from "https://github.com/Loyalsoldier/clash-rules/tree/release"
url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/reject.txt"
path: ./ruleset/reject.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
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
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
UnBan:
type: http
behavior: classical
url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Providers/UnBan.yaml"
path: ./ruleset/UnBan.yaml
interval: 86400
BanAD:
type: http
behavior: classical
url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Providers/BanAD.yaml"
path: ./ruleset/BanAD.yaml
interval: 86400
BanEasyList:
type: http
behavior: classical
url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Providers/BanEasyList.yaml"
path: ./ruleset/BanEasyList.yaml
interval: 86400
BanEasyListChina:
type: http
behavior: classical
url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Providers/BanEasyListChina.yaml"
path: ./ruleset/BanEasyListChina.yaml
interval: 86400
BanEasyPrivacy:
type: http
behavior: classical
url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Providers/BanEasyPrivacy.yaml"
path: ./ruleset/BanEasyPrivacy.yaml
interval: 86400
BanProgramAD:
type: http
behavior: classical
url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Providers/BanProgramAD.yaml"
path: ./ruleset/BanProgramAD.yaml
interval: 86400
GoogleCN:
type: http
behavior: classical
url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Providers/Ruleset/GoogleCN.yaml"
path: ./ruleset/GoogleCN.yaml
interval: 86400
Download:
type: http
behavior: classical
#url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Providers/Download.yaml"
url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Providers/Ruleset/Download.yaml"
path: ./ruleset/Download.yaml
interval: 86400
OneDrive:
type: http
behavior: classical
#url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Providers/Ruleset/OneDrive.yaml"
url: "https://ghproxy.net/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Providers/Ruleset/OneDrive.yaml"
path: ./ruleset/OneDrive.yaml
interval: 86400
Twitter:
type: http
behavior: classical
#url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/refs/heads/master/Clash/Providers/Ruleset/Twitter.yaml"
format: 'text' # or 'yaml'
url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/geoip@release/clash/classical/twitter.txt"
path: ./ruleset/Twitter.yaml
interval: 86400
cloudflare_ipcidr:
type: http
behavior: classical
format: 'text' # or 'yaml'
url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/geoip@release/clash/classical/cloudflare.txt"
#"https://raw.githubusercontent.com/Loyalsoldier/geoip/refs/heads/release/clash/classical/cloudflare.txt"
#behavior: ipcidr
#url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/refs/heads/meta/geo/geoip/cloudflare.yaml"
# https://github.com/Loyalsoldier/geoip/blob/release/clash/ipcidr/cloudflare.txt
path: ./ruleset/cloudflare_ipcidr.yaml
interval: 86400
artificial_direct:
type: http
behavior: domain
url: "https://cdn.jsdelivr.net/gh/FGWong/clash_config/ruleset/manual_direct.yaml"
path: ./ruleset/manual_direct.yaml
interval: 86400
artificial_proxy:
type: http
behavior: domain
url: "https://cdn.jsdelivr.net/gh/FGWong/clash_config@main/ruleset/manual_proxy.yaml"
path: ./ruleset/manual_proxy.yaml
interval: 86400
classical_direct:
behavior: "classical" # domain, ipcidr or classical (仅限 Clash Premium 内核)
type: http # file
format: 'yaml' # or 'text'
url: "https://cdn.jsdelivr.net/gh/FGWong/clash_config@main/ruleset/classical_direct.yaml"
#url: "https://jiahe.eu.org:15443/clash_verge/ruleset/classical_direct.yaml"
path: ./ruleset/classical_direct.yaml
interval: 86400
classical_proxy:
behavior: "classical" # domain, ipcidr or classical (仅限 Clash Premium 内核)
type: http # file
format: 'yaml' # or 'text'
url: "https://cdn.jsdelivr.net/gh/FGWong/clash_config@main/ruleset/classical_proxy.yaml"
path: ./ruleset/classical_proxy.yaml
interval: 86400
passby_proxy:
behavior: "classical" # domain, ipcidr or classical (仅限 Clash Premium 内核)
type: http # file
format: 'yaml' # or 'text'
url: "https://cdn.jsdelivr.net/gh/FGWong/clash_config@main/ruleset/proxy_bypass_cloudflare.yaml"
path: ./ruleset/proxy_bypass_cloudflare.yaml
interval: 86400
rules:
- RULE-SET,classical_direct,🎯 全球直连
- RULE-SET,artificial_direct,🎯 全球直连
- RULE-SET,cloudflare_ipcidr,🎯 全球直连
- RULE-SET,UnBan,🎯 全球直连
- RULE-SET,passby_proxy,XTwitter
- RULE-SET,classical_proxy,🚀 节点选择
- RULE-SET,artificial_proxy,🚀 节点选择
- RULE-SET,reject,🛑 全球拦截
- RULE-SET,BanAD,🛑 全球拦截
- RULE-SET,BanProgramAD,🛑 全球拦截
- RULE-SET,telegramcidr,📲 电报信息
- RULE-SET,google,🚀 节点选择
- RULE-SET,OneDrive,🚀 节点选择
- RULE-SET,Twitter,XTwitter
- RULE-SET,apple,🍎 苹果服务
- RULE-SET,proxy,🚀 节点选择
- RULE-SET,lancidr,🎯 全球直连,no-resolve
- GEOIP,LAN,🎯 全球直连,no-resolve
- RULE-SET,tld-not-cn,🚀 节点选择
- RULE-SET,gfw,🚀 节点选择
- MATCH,🎯 全球直连