-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathJP
More file actions
930 lines (930 loc) · 24.2 KB
/
JP
File metadata and controls
930 lines (930 loc) · 24.2 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
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
proxies:
- name: 香港负载均衡1
type: vmess
server: 43.247.134.54
port: 55626
cipher: auto
uuid: dcd8a7a4-4a0b-44a3-9cb0-53c4e4fbe86c
alterId: 0
tls: false
network: http
http-opts:
path:
- /
headers: {}
client-fingerprint: chrome
- name: 香港负载均衡2
type: vmess
server: 38.147.188.14
port: 20458
cipher: auto
uuid: 2d512166-3881-432f-a87a-045f780aa866
alterId: 0
tls: false
network: http
http-opts:
path:
- /
headers: {}
client-fingerprint: chrome
- name: 香港负载均衡3
type: vmess
server: 38.147.188.2
port: 41188
cipher: auto
uuid: 58aa99c7-c905-436d-85d2-503be189b86b
alterId: 0
tls: false
network: http
http-opts:
path:
- /
headers: {}
client-fingerprint: chrome
- name: 香港负载均衡4
type: vmess
server: 38.147.188.144
port: 19034
cipher: auto
uuid: 64a9db00-9869-4859-97b6-0b3569460228
alterId: 0
tls: false
network: http
http-opts:
path:
- /
headers: {}
client-fingerprint: chrome
- name: 香港负载均衡5
type: vmess
server: 38.147.188.53
port: 37309
cipher: auto
uuid: 7976d658-fa62-4ddf-a1b3-55d684a4b6ff
alterId: 0
tls: false
network: http
http-opts:
path:
- /
headers: {}
client-fingerprint: chrome
- name: 香港负载均衡6
type: vmess
server: 103.224.80.2
port: 20042
cipher: auto
uuid: c248db08-0853-43da-aae2-17ae688f703b
alterId: 0
tls: false
network: http
http-opts:
path:
- /
headers: {}
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: 44c80ad4.cute.sma-dk.huawei-oss.cn
port: 16004
name: 香港负载均衡7
client-fingerprint: chrome
- name: 日本 01
type: vmess
server: 45.159.50.60
port: 50750
cipher: auto
uuid: 9cc96c11-bc02-40d9-a3de-514663d58d3c
alterId: 0
tls: false
network: http
http-opts:
path:
- /
headers: {}
client-fingerprint: chrome
- name: 美国 01
type: vmess
server: 154.40.57.187
port: 55765
cipher: auto
uuid: 9326bb9d-3d11-472e-ab59-f35da634552e
alterId: 0
tls: false
network: http
http-opts:
path:
- /
headers: {}
client-fingerprint: chrome
- name: 美国 02
type: vmess
server: 23.236.69.167
port: 47862
cipher: auto
uuid: afa4759b-52ec-48b9-a711-438fa2e47bf8
alterId: 0
tls: false
network: http
http-opts:
path:
- /
headers: {}
client-fingerprint: chrome
- name: 韩国 01
type: vmess
server: 45.94.68.25
port: 41752
cipher: auto
uuid: 4042f25c-7e4b-4fe2-906a-00e7f70abae8
alterId: 0
tls: false
network: http
http-opts:
path:
- /
headers: {}
client-fingerprint: chrome
- name: 韩国 02
type: vmess
server: 45.141.136.180
port: 44136
cipher: auto
uuid: 88468400-8d2d-4951-b29d-5666bbcd103a
alterId: 0
tls: false
network: http
http-opts:
path:
- /
headers: {}
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: f2c364d8.cute.sma-dk.huawei-oss.cn
port: 50501
name: "\U0001F1EF\U0001F1F5 日本 A1 [TR]"
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: f2c364d8.cute.sma-dk.huawei-oss.cn
port: 50502
name: "\U0001F1EF\U0001F1F5 日本 A2 [TR]"
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: f2c364d8.cute.sma-dk.huawei-oss.cn
port: 50503
name: "\U0001F1EF\U0001F1F5 日本 A3 [TR]"
client-fingerprint: chrome
- skip-cert-verify: true
sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: p1v88h5q.cute.sma-dk.huawei-oss.cn
port: 16011
name: "\U0001F1F8\U0001F1EC 新加坡 A1 [TR]"
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: p1v88h5q.cute.sma-dk.huawei-oss.cn
port: 16012
name: "\U0001F1F8\U0001F1EC 新加坡 A2 [TR]"
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: p1v88h5q.cute.sma-dk.huawei-oss.cn
port: 16013
name: "\U0001F1F8\U0001F1EC 新加坡 A3 [TR]"
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: p1v88h5q.cute.sma-dk.huawei-oss.cn
port: 16021
name: "\U0001F1F9\U0001F1FC 台湾 A1 [TR]"
client-fingerprint: chrome
- sni: twy-blue.cloud-services.top
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: twy-blue.cloud-services.top
port: 443
name: "\U0001F1F9\U0001F1FC 台湾.Y | 原生 [TR]"
client-fingerprint: chrome
- skip-cert-verify: true
sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: f2c364d8.cute.sma-dk.huawei-oss.cn
port: 50511
name: "\U0001F1FA\U0001F1F8 美国 A1 [TR]"
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: f2c364d8.cute.sma-dk.huawei-oss.cn
port: 50512
name: "\U0001F1FA\U0001F1F8 美国 A2 [TR]"
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: a01h5fat.cute.sma-dk.huawei-oss.cn
port: 50513
name: "\U0001F1FA\U0001F1F8 美国 A3 [TR]"
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: a01h5fat.cute.sma-dk.huawei-oss.cn
port: 50514
name: "\U0001F1FA\U0001F1F8 美国 A4 [TR]"
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: f2c364d8.cute.sma-dk.huawei-oss.cn
port: 50521
name: "\U0001F1F0\U0001F1F7 韩国 A1 [TR]"
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: p1v88h5q.cute.sma-dk.huawei-oss.cn
port: 50542
name: "\U0001F1F9\U0001F1F7 土耳其 A1"
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: p1v88h5q.cute.sma-dk.huawei-oss.cn
port: 50544
name: "\U0001F1E6\U0001F1EA 阿联酋 A1"
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: p1v88h5q.cute.sma-dk.huawei-oss.cn
port: 50551
name: "\U0001F1F2\U0001F1FE 马来西亚 A1"
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: p1v88h5q.cute.sma-dk.huawei-oss.cn
port: 50621
name: "\U0001F1F5\U0001F1ED 菲律宾 A1"
client-fingerprint: chrome
- sni: live.hwoss.cn
network: tcp
type: trojan
password: dad347f6-2863-4284-8fda-e7f63d77bef6
server: 44c80ad4.cute.sma-dk.huawei-oss.cn
port: 50611
name: "\U0001F1E6\U0001F1FA 澳洲 A1"
client-fingerprint: chrome
proxy-groups:
- name: 节点选择
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png
type: select
proxies:
- 自动选择
- 香港节点
- 台湾节点
- 狮城节点
- 日本节点
- 美国节点
- 韩国节点
- 手动切换
- DIRECT
- name: 手动切换
icon: >-
https://testingcf.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/select.png
include-all: true
type: select
- name: 自动选择
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Auto.png
type: url-test
include-all: true
interval: 300
tolerance: 50
- name: 电报消息
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Telegram.png
type: select
proxies:
- 节点选择
- 自动选择
- 狮城节点
- 香港节点
- 台湾节点
- 日本节点
- 美国节点
- 韩国节点
- 手动切换
- DIRECT
- name: OpenAi
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bot.png
type: select
proxies:
- 节点选择
- 自动选择
- 狮城节点
- 香港节点
- 台湾节点
- 日本节点
- 美国节点
- 韩国节点
- 手动切换
- DIRECT
- name: 油管视频
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png
type: select
proxies:
- 节点选择
- 自动选择
- 狮城节点
- 香港节点
- 台湾节点
- 日本节点
- 美国节点
- 韩国节点
- 手动切换
- DIRECT
- name: 奈飞视频
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png
type: select
proxies:
- 节点选择
- 自动选择
- 奈飞节点
- 狮城节点
- 香港节点
- 台湾节点
- 日本节点
- 美国节点
- 韩国节点
- 手动切换
- DIRECT
- name: 巴哈姆特
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Bahamut.png
type: select
proxies:
- 台湾节点
- 节点选择
- 手动切换
- DIRECT
- name: 哔哩哔哩
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili.png
type: select
proxies:
- 全球直连
- 台湾节点
- 香港节点
- name: 国外媒体
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/ForeignMedia.png
type: select
proxies:
- 节点选择
- 自动选择
- 香港节点
- 台湾节点
- 狮城节点
- 日本节点
- 美国节点
- 韩国节点
- 手动切换
- DIRECT
- name: 国内媒体
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/DomesticMedia.png
type: select
proxies:
- DIRECT
- 香港节点
- 台湾节点
- 狮城节点
- 日本节点
- 手动切换
- name: 谷歌FCM
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Google_Search.png
type: select
proxies:
- DIRECT
- 节点选择
- 美国节点
- 香港节点
- 台湾节点
- 狮城节点
- 日本节点
- 韩国节点
- 手动切换
- name: 微软Bing
icon: >-
https://testingcf.jsdelivr.net/gh/shindgewongxj/WHATSINStash@master/icon/bing.png
type: select
proxies:
- DIRECT
- 节点选择
- 美国节点
- 香港节点
- 台湾节点
- 狮城节点
- 日本节点
- 韩国节点
- 手动切换
- name: 微软云盘
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/OneDrive.png
type: select
proxies:
- DIRECT
- 节点选择
- 美国节点
- 香港节点
- 台湾节点
- 狮城节点
- 日本节点
- 韩国节点
- 手动切换
- name: 微软服务
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Microsoft.png
type: select
proxies:
- 节点选择
- DIRECT
- 美国节点
- 香港节点
- 台湾节点
- 狮城节点
- 日本节点
- 韩国节点
- 手动切换
- name: 苹果服务
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Apple.png
type: select
proxies:
- DIRECT
- 节点选择
- 美国节点
- 香港节点
- 台湾节点
- 狮城节点
- 日本节点
- 韩国节点
- 手动切换
- name: 游戏平台
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Game.png
type: select
proxies:
- DIRECT
- 节点选择
- 美国节点
- 香港节点
- 台湾节点
- 狮城节点
- 日本节点
- 韩国节点
- 手动切换
- name: 网易音乐
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netease_Music.png
type: select
include-all: true
filter: (?i)网易|音乐|NetEase|Music
proxies:
- DIRECT
- 节点选择
- 自动选择
- name: 全球直连
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Direct.png
type: select
proxies:
- DIRECT
- 节点选择
- 自动选择
- name: 广告拦截
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/AdBlack.png
type: select
proxies:
- REJECT
- DIRECT
- name: 应用净化
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hijacking.png
type: select
proxies:
- REJECT
- DIRECT
- name: 漏网之鱼
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Final.png
type: select
proxies:
- 节点选择
- 自动选择
- DIRECT
- 香港节点
- 台湾节点
- 狮城节点
- 日本节点
- 美国节点
- 韩国节点
- 手动切换
- name: 香港节点
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Hong_Kong.png
include-all: true
filter: (?i)港|HK|hk|Hong Kong|HongKong|hongkong
type: url-test
interval: 300
tolerance: 50
- name: 日本节点
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Japan.png
include-all: true
filter: (?i)日本|川日|东京|大阪|泉日|埼玉|沪日|深日|JP|Japan
type: url-test
interval: 300
tolerance: 50
- name: 美国节点
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png
include-all: true
filter: (?i)美|波特兰|达拉斯|俄勒冈|凤凰城|费利蒙|硅谷|拉斯维加斯|洛杉矶|圣何塞|圣克拉拉|西雅图|芝加哥|US|United States
type: url-test
interval: 300
tolerance: 50
- name: 台湾节点
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Taiwan.png
include-all: true
filter: (?i)台|新北|彰化|TW|Taiwan
type: url-test
interval: 300
tolerance: 50
- name: 狮城节点
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Singapore.png
include-all: true
filter: (?i)新加坡|坡|狮城|SG|Singapore
type: url-test
interval: 300
tolerance: 50
- name: 韩国节点
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Korea.png
include-all: true
filter: (?i)KR|Korea|KOR|首尔|韩|韓
type: url-test
interval: 300
tolerance: 50
- name: 奈飞节点
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png
include-all: true
filter: (?i)NF|奈飞|解锁|Netflix|NETFLIX|Media
type: select
- name: GLOBAL
icon: >-
https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Global.png
include-all: true
type: select
proxies:
- 节点选择
- 手动切换
- 自动选择
- 电报消息
- OpenAi
- 油管视频
- 奈飞视频
- 巴哈姆特
- 哔哩哔哩
- 国外媒体
- 国内媒体
- 谷歌FCM
- 微软Bing
- 微软云盘
- 微软服务
- 苹果服务
- 游戏平台
- 网易音乐
- 全球直连
- 广告拦截
- 应用净化
- 漏网之鱼
- 香港节点
- 日本节点
- 美国节点
- 台湾节点
- 狮城节点
- 韩国节点
- 奈飞节点
rule-providers:
LocalAreaNetwork:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/LocalAreaNetwork.list
path: ./ruleset/LocalAreaNetwork.list
behavior: classical
interval: 86400
format: text
type: http
UnBan:
url: 'https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/UnBan.list'
path: ./ruleset/UnBan.list
behavior: classical
interval: 86400
format: text
type: http
BanAD:
url: 'https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/BanAD.list'
path: ./ruleset/BanAD.list
behavior: classical
interval: 86400
format: text
type: http
BanProgramAD:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/BanProgramAD.list
path: ./ruleset/BanProgramAD.list
behavior: classical
interval: 86400
format: text
type: http
GoogleFCM:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Ruleset/GoogleFCM.list
path: ./ruleset/GoogleFCM.list
behavior: classical
interval: 86400
format: text
type: http
GoogleCN:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/GoogleCN.list
path: ./ruleset/GoogleCN.list
behavior: classical
interval: 86400
format: text
type: http
SteamCN:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Ruleset/SteamCN.list
path: ./ruleset/SteamCN.list
behavior: classical
interval: 86400
format: text
type: http
Bing:
url: 'https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Bing.list'
path: ./ruleset/Bing.list
behavior: classical
interval: 86400
format: text
type: http
OneDrive:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/OneDrive.list
path: ./ruleset/OneDrive.list
behavior: classical
interval: 86400
format: text
type: http
Microsoft:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Microsoft.list
path: ./ruleset/Microsoft.list
behavior: classical
interval: 86400
format: text
type: http
Apple:
url: 'https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Apple.list'
path: ./ruleset/Apple.list
behavior: classical
interval: 86400
format: text
type: http
Telegram:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Telegram.list
path: ./ruleset/Telegram.list
behavior: classical
interval: 86400
format: text
type: http
OpenAi:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Ruleset/OpenAi.list
path: ./ruleset/OpenAi.list
behavior: classical
interval: 86400
format: text
type: http
NetEaseMusic:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Ruleset/NetEaseMusic.list
path: ./ruleset/NetEaseMusic.list
behavior: classical
interval: 86400
format: text
type: http
Epic:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Ruleset/Epic.list
path: ./ruleset/Epic.list
behavior: classical
interval: 86400
format: text
type: http
Origin:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Ruleset/Origin.list
path: ./ruleset/Origin.list
behavior: classical
interval: 86400
format: text
type: http
Sony:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Ruleset/Sony.list
path: ./ruleset/Sony.list
behavior: classical
interval: 86400
format: text
type: http
Steam:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Ruleset/Steam.list
path: ./ruleset/Steam.list
behavior: classical
interval: 86400
format: text
type: http
Nintendo:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Ruleset/Nintendo.list
path: ./ruleset/Nintendo.list
behavior: classical
interval: 86400
format: text
type: http
YouTube:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Ruleset/YouTube.list
path: ./ruleset/YouTube.list
behavior: classical
interval: 86400
format: text
type: http
Netflix:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Ruleset/Netflix.list
path: ./ruleset/Netflix.list
behavior: classical
interval: 86400
format: text
type: http
Bahamut:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Ruleset/Bahamut.list
path: ./ruleset/Bahamut.list
behavior: classical
interval: 86400
format: text
type: http
BilibiliHMT:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Ruleset/BilibiliHMT.list
path: ./ruleset/BilibiliHMT.list
behavior: classical
interval: 86400
format: text
type: http
Bilibili:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Ruleset/Bilibili.list
path: ./ruleset/Bilibili.list
behavior: classical
interval: 86400
format: text
type: http
ChinaMedia:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/ChinaMedia.list
path: ./ruleset/ChinaMedia.list
behavior: classical
interval: 86400
format: text
type: http
ProxyMedia:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/ProxyMedia.list
path: ./ruleset/ProxyMedia.list
behavior: classical
interval: 86400
format: text
type: http
ProxyGFWlist:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/ProxyGFWlist.list
path: ./ruleset/ProxyGFWlist.list
behavior: classical
interval: 86400
format: text
type: http
ChinaDomain:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/ChinaDomain.list
path: ./ruleset/ChinaDomain.list
behavior: domain
interval: 86400
format: text
type: http
ChinaCompanyIp:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/ChinaCompanyIp.list
path: ./ruleset/ChinaCompanyIp.list
behavior: ipcidr
interval: 86400
format: text
type: http
Download:
url: >-
https://testingcf.jsdelivr.net/gh/ACL4SSR/ACL4SSR@master/Clash/Download.list
path: ./ruleset/Download.list
behavior: classical
interval: 86400
format: text
type: http
rules:
- 'RULE-SET,LocalAreaNetwork,全球直连'
- 'RULE-SET,UnBan,全球直连'
- 'RULE-SET,BanAD,广告拦截'
- 'RULE-SET,BanProgramAD,应用净化'
- 'RULE-SET,GoogleFCM,谷歌FCM'
- 'RULE-SET,GoogleCN,全球直连'
- 'RULE-SET,SteamCN,全球直连'
- 'RULE-SET,Bing,微软Bing'
- 'RULE-SET,OneDrive,微软云盘'
- 'RULE-SET,Microsoft,微软服务'
- 'RULE-SET,Apple,苹果服务'
- 'RULE-SET,Telegram,电报消息'
- 'RULE-SET,OpenAi,OpenAi'
- 'RULE-SET,NetEaseMusic,网易音乐'
- 'RULE-SET,Epic,游戏平台'
- 'RULE-SET,Origin,游戏平台'
- 'RULE-SET,Sony,游戏平台'
- 'RULE-SET,Steam,游戏平台'
- 'RULE-SET,Nintendo,游戏平台'
- 'RULE-SET,YouTube,油管视频'
- 'RULE-SET,Netflix,奈飞视频'
- 'RULE-SET,Bahamut,巴哈姆特'
- 'RULE-SET,BilibiliHMT,哔哩哔哩'
- 'RULE-SET,Bilibili,哔哩哔哩'
- 'RULE-SET,ChinaMedia,国内媒体'
- 'RULE-SET,ProxyMedia,国外媒体'
- 'RULE-SET,ProxyGFWlist,节点选择'
- 'RULE-SET,ChinaDomain,全球直连'
- 'RULE-SET,ChinaCompanyIp,全球直连'
- 'RULE-SET,Download,全球直连'
- 'GEOIP,CN,全球直连'
- 'MATCH,漏网之鱼'