forked from peasoft/NoMoreWalls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
list.meta.yml
11885 lines (11885 loc) · 414 KB
/
list.meta.yml
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
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Update: 2024-10-17 20:27
allow-lan: false
dns:
enable: true
enhanced-mode: redir-host
fallback:
- tls://8.8.4.4
- tls://1.1.1.1
- https://dns.rubyfish.cn/dns-query
fallback-filter:
ipcidr:
- 61.160.148.90/32
ipv6: true
listen: :1053
nameserver:
- 223.5.5.5
- 114.114.114.114
external-controller: 0.0.0.0:9090
global-client-fingerprint: chrome
ipv6: true
log-level: warning
mixed-port: 7890
mode: rule
proxies:
- cipher: aes-128-gcm
name: 0,13|🇬🇧 英国2|@ripaojiedian
password: shadowsocks
port: 443
server: 212.102.53.198
tfo: false
type: ss
- cipher: aes-256-cfb
name: 0|-https://t.me/MrXbin-13
obfs: tls1.2_ticket_auth
password: fou8MBGij
port: 8081
protocol: origin
server: us-am3.eqnode.net
type: ssr
- alterId: 0
cipher: auto
h2-opts: {}
http-opts: {}
name: 0|-https://t.me/MrXbin-31
network: ws
port: 2095
server: 172.64.167.10
servername: ip10.6016725.xyz
type: vmess
udp: true
uuid: 18d96190-c10f-448f-a82a-2d36df5c3cde
ws-opts:
headers:
Host: ip10.6016725.xyz
path: /github.com/Alvin9999
- alterId: 0
cipher: auto
h2-opts: {}
http-opts: {}
name: 0|-https://t.me/MrXbin-32
network: ws
port: 443
server: speedtest.net
servername: mehrjavan.ir
skip-cert-verify: true
tls: true
type: vmess
udp: true
uuid: 57727d7d-8873-4000-b3f4-33a93fcfdd51
ws-opts:
headers:
Host: mehrjavan.ir
path: /m28jcoZZUhkqg6pk11
- name: 8|@Zede_filteri+
password: ac1e9da8-a72c-4aa3-b9e5-86c0b3fc8f64
port: 30001
server: oracle-arm-chuncheon2.lanmaoyun.icu
skip-cert-verify: true
sni: korea.nodes.lanmaoyun.icu
tls: false
type: hysteria2
- name: '8|@Zede_filteri+ #1'
password: ac1e9da8-a72c-4aa3-b9e5-86c0b3fc8f64
port: 30001
server: oracle-arm-frankfurt1.lanmaoyun.icu
skip-cert-verify: true
sni: frankfurt1.nodes.lanmaoyun.icu
tls: false
type: hysteria2
- name: '8|@Zede_filteri+ #2'
password: ac1e9da8-a72c-4aa3-b9e5-86c0b3fc8f64
port: 30001
server: oracle-arm-london1.lanmaoyun.icu
skip-cert-verify: true
sni: london1.nodes.lanmaoyun.icu
tls: false
type: hysteria2
- name: 8|Irancell-@V2ray_Raha-5
password: c5110090-c3a2-429e-b9b8-072b6535be1b
port: 8080
server: 144.202.119.175
skip-cert-verify: false
sni: jp2.trojanws.xyz
tls: false
type: hysteria2
- name: 8|Irancell-@V2ray_Raha-6
password: c5110090-c3a2-429e-b9b8-072b6535be1b
port: 8080
server: 149.28.71.141
skip-cert-verify: false
sni: jp1.trojanws.xyz
tls: false
type: hysteria2
- name: 8|Irancell-@V2ray_Raha-7
password: c5110090-c3a2-429e-b9b8-072b6535be1b
port: 8080
server: jp2.trojanws.xyz
skip-cert-verify: false
sni: jp2.trojanws.xyz
tls: false
type: hysteria2
- name: 8|ConfigV2RayNG
password: fa121e47-6108-4eb9-b673-6641f9c7f9a2
port: 8005
server: tr-01.cloudlion.me
tls: false
type: hysteria2
- name: 8|++ای++@Outline_ir
obfs: salamander
obfs-password: f215b295e3c0bf6a
password: freeasfree.f215b295e3c0bf6a
port: 7443
server: twenty.dyndns.berlin
skip-cert-verify: true
sni: zara.com
tls: false
type: hysteria2
- cipher: chacha20-ietf-poly1305
name: 13|🇭🇰 香港|@ripaojiedian
password: be650aa0-a121-49dd-a951-25650a56a50c
port: 11001
server: 183.240.255.75
tfo: false
type: ss
- cipher: chacha20-ietf-poly1305
name: 13|🇭🇰 香港2|@ripaojiedian
password: 4b3391e1-3cc6-4e82-816c-6b7bf516c12b
port: 29527
server: hzhz1.sssyun.xyz
tfo: false
type: ss
- alterId: 0
cipher: auto
name: 13|🇭🇰 香港3|@ripaojiedian
port: 50023
server: 50023.baidu-cdn.top
skip-cert-verify: false
tfo: false
tls: false
type: vmess
uuid: 0900abc9-29a4-4f70-98de-336b5d4b79d6
- alterId: 0
cipher: auto
name: 13|🇭🇰 香港4|@ripaojiedian
port: 30251
server: hkt2.bika.hk
skip-cert-verify: false
tfo: false
tls: false
type: vmess
uuid: 9e88a10b-655c-5120-89d0-408634169561
- alterId: 0
cipher: auto
name: 13|🇭🇰 香港5|@ripaojiedian
port: 2902
server: 143.92.42.65
skip-cert-verify: false
tfo: false
tls: false
type: vmess
uuid: 640c1077-d10b-4225-a9fb-d3e9c3ce7a00
- cipher: aes-256-cfb
name: 13|🇭🇰 香港R|@ripaojiedian
password: hGkQ6915tD
port: 16088
server: 120.232.81.50
tfo: false
type: ss
- name: 13,14|台湾|@ripaojiedian
network: tcp
password: 981db44e-9f07-49eb-9ba0-6ab4939919a2
port: 443
server: twnode11.oportal.cc
skip-cert-verify: false
sni: twnode11.oportal.cc
type: trojan
- cipher: chacha20-ietf-poly1305
name: 13|🇹🇼 台湾2|@ripaojiedian
password: 4b3391e1-3cc6-4e82-816c-6b7bf516c12b
port: 40017
server: hzhz2.sssyun.xyz
tfo: false
type: ss
- cipher: aes-256-cfb
name: 13|🇯🇵 日本|@ripaojiedian
password: hGkQ6915tD
port: 15084
server: 120.232.81.50
tfo: false
type: ss
- name: 13,14|日本2|@ripaojiedian
network: tcp
password: 5OZS3AXSpw9DOEc6x83D3uIYCZBDCFFSjqz24NyaxeelCKn3TyA8p0Y7RgaRal
port: 18333
server: 154.31.115.26
skip-cert-verify: false
sni: caterpie.superpokemon.com
type: trojan
- alterId: 0
cipher: auto
name: 13|🇯🇵 日本3|@ripaojiedian
port: 50032
server: 50032.baidu-cdn.top
skip-cert-verify: false
tfo: false
tls: false
type: vmess
uuid: 0900abc9-29a4-4f70-98de-336b5d4b79d6
- cipher: chacha20-ietf-poly1305
name: 13|🇯🇵 日本4|@ripaojiedian
password: 04f8339c-2aa2-489b-bd74-e666714f9d49
port: 11001
server: 61.172.235.22
tfo: false
type: ss
- alterId: 0
cipher: auto
name: 13|🇯🇵 日本5|@ripaojiedian
port: 35976
server: 5.104.82.173
skip-cert-verify: false
tfo: false
tls: false
type: vmess
uuid: dccaf5fa-5482-49cb-8519-5434af52ccbc
- name: 13,14|韩国|@ripaojiedian
network: tcp
password: 8d4a8689-e8fd-4405-9834-3f812c528db0
port: 13036
server: naiu-other.05vr9nyqg5.download
skip-cert-verify: false
sni: cloudflare.node-ssl.cdn-alibaba.com
type: trojan
- cipher: chacha20-ietf-poly1305
name: 13|🇸🇬 新加坡|@ripaojiedian
password: 4b3391e1-3cc6-4e82-816c-6b7bf516c12b
port: 39204
server: hzhz1.sssyun.xyz
tfo: false
type: ss
- alterId: 0
cipher: auto
name: 13,14|美国|@ripaojiedian
network: ws
port: '2086'
server: cfcdn1.sanfencdn9.com
servername: ''
skip-cert-verify: false
tfo: false
tls: false
type: vmess
uuid: 7ad8da0c-fda5-416b-9e72-47cc68313ffe
ws-opts:
headers:
Host: us5aVnNnWmn.wawhnyjm.xyz
path: /video/MmoigmCm
- cipher: aes-256-cfb
name: 13|🇰🇷 韩国特殊|@ripaojiedian
password: amazonskr05
port: 443
server: 54.255.167.158
tfo: false
type: ss
- cipher: aes-256-cfb
name: 13|🇸🇬 狮城特殊|@ripaojiedian
password: amazonskr05
port: 443
server: 54.254.23.34
tfo: false
type: ss
- cipher: aes-256-cfb
name: 13|🇯🇵 日本特殊|@ripaojiedian
password: amazonskr05
port: 443
server: 3.112.45.212
tfo: false
type: ss
- alterId: 64
cipher: auto
name: 13|🇩🇪 德国|@ripaojiedian
port: 43526
server: 120.232.153.71
skip-cert-verify: false
tfo: false
tls: false
type: vmess
uuid: 21a9bff2-72de-4e62-93ff-8b159f66d875
- alterId: 0
cipher: auto
name: 13|🇮🇹 意大利|@ripaojiedian
port: 2098
server: f41.maryam1500.top
skip-cert-verify: false
tfo: false
tls: false
type: vmess
uuid: 83876222-64a4-4912-aa18-b7d9d34959de
- cipher: aes-256-cfb
name: 13|🇻🇳 越南|@ripaojiedian
password: hGkQ6915tD
port: 15083
server: 120.232.81.50
tfo: false
type: ss
- alterId: 0
cipher: auto
name: 14|香港3|@ripaojiedian
network: tcp
port: '50023'
server: 50023.baidu-cdn.top
servername: ''
tls: false
type: vmess
uuid: 0900abc9-29a4-4f70-98de-336b5d4b79d6
- alterId: 0
cipher: auto
name: 14|香港4|@ripaojiedian
network: tcp
port: '30251'
server: hkt2.bika.hk
servername: ''
tls: false
type: vmess
uuid: 9e88a10b-655c-5120-89d0-408634169561
- alterId: 0
cipher: auto
name: 14|香港5|@ripaojiedian
network: tcp
port: '2902'
server: 143.92.42.65
servername: ''
tls: false
type: vmess
uuid: 640c1077-d10b-4225-a9fb-d3e9c3ce7a00
- alterId: 0
cipher: auto
name: 14|日本3|@ripaojiedian
network: tcp
port: '50032'
server: 50032.baidu-cdn.top
servername: ''
tls: false
type: vmess
uuid: 0900abc9-29a4-4f70-98de-336b5d4b79d6
- alterId: 0
cipher: none
name: 14|日本5|@ripaojiedian
network: tcp
port: '35976'
server: 5.104.82.173
servername: ''
tls: false
type: vmess
uuid: dccaf5fa-5482-49cb-8519-5434af52ccbc
- alterId: 64
cipher: auto
name: 14|德国|@ripaojiedian
network: tcp
port: '43526'
server: 120.232.153.71
servername: ''
tls: false
type: vmess
uuid: 21a9bff2-72de-4e62-93ff-8b159f66d875
- alterId: 0
cipher: auto
name: 14|意大利|@ripaojiedian
network: tcp
port: '2098'
server: f41.maryam1500.top
servername: ''
tls: false
type: vmess
uuid: 83876222-64a4-4912-aa18-b7d9d34959de
- alterId: -1
name: 15|CN_speednode_0002
port: 7890
server: 139.196.12.200
skip-cert-verify: true
tls: false
type: http
udp: true
- alterId: -1
name: 15|CN_speednode_0003
port: 7890
server: 182.92.216.171
skip-cert-verify: true
tls: false
type: http
udp: true
- name: 15|CN_speednode_0005
port: 7890
server: 139.9.45.178
skip-cert-verify: true
tls: false
type: http
udp: true
- name: 15|CN_speednode_0017
password: 9923bfe0-0fc7-436f-a8ee-89f98025939d
port: 53296
server: 23489.96110.one
skip-cert-verify: true
sni: www.icloud.com
type: trojan
udp: true
- name: 15|GB_speednode_0022
network: ws
port: 443
server: 94.247.142.241
servername: fq521.6789.cloudns.be
tls: true
type: vless
udp: true
uuid: 775213ac-3976-439a-8977-3277c0e4735d
ws-opts:
headers:
Host: fq521.6789.cloudns.be
path: /twitterfreecodessecurity
- name: 15|GB_speednode_0021
network: ws
port: 443
server: 217.163.76.84
servername: dn.ylks.xyz
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: dn.ylks.xyz
path: /?proxyip=proxyip.oracln.fxxn.dedyn.io
- name: 15|GB_speednode_0023
network: ws
port: 443
server: 217.163.76.65
servername: dn.ylks.xyz
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: dn.ylks.xyz
path: /freecodes
- name: 15|GB_speednode_0024
network: ws
port: 443
server: 217.163.76.203
servername: cm.ylks.xyz
skip-cert-verify: true
tls: true
type: vless
udp: true
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: cm.ylks.xyz
path: /blue
- name: 15|GB_speednode_0025
network: ws
port: 443
server: 217.163.76.203
servername: cm.ylks.xyz
skip-cert-verify: true
tls: true
type: vless
udp: true
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: cm.ylks.xyz
path: /freecodes
- name: 15|GB_speednode_0026
network: ws
port: 443
server: 217.163.76.203
servername: cn.ylks.xyz
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: cn.ylks.xyz
path: /freecodes
- name: 15|KR_speednode_0027
network: ws
password: auto
port: 18078
server: 183.98.186.160
skip-cert-verify: true
sni: tg.cmliussss.us.kg
type: trojan
ws-opts:
headers:
Host: tg.cmliussss.us.kg
path: /
- name: 15|KR_speednode_0029
network: ws
password: auto
port: 13980
server: 61.77.217.116
skip-cert-verify: true
sni: tg.cmliussss.us.kg
type: trojan
ws-opts:
headers:
Host: tg.cmliussss.us.kg
path: /
- name: 15|KR_speednode_0030
network: ws
port: 443
server: 152.67.212.141
servername: cn.ylks.xyz
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: cn.ylks.xyz
path: /freecodes
- name: 15|RU_speednode_0031
network: ws
port: 443
server: 31.129.49.103
servername: ln.ylks.us.kg
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: ln.ylks.us.kg
path: /?ed=2560
- name: 15|RU_speednode_0032
network: ws
port: 443
server: 45.67.215.42
servername: ln.ylka.us.kg
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: ln.ylka.us.kg
path: /?ed=2560
- name: 15|RU_speednode_0033
network: ws
port: 443
server: 45.67.215.208
servername: cn.ylks.xyz
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: cn.ylks.xyz
path: /freecodes
- name: 15|RU_speednode_0034
network: ws
password: auto
port: 443
server: 45.67.215.208
skip-cert-verify: true
sni: tg.cmliussss.us.kg
type: trojan
ws-opts:
headers:
Host: tg.cmliussss.us.kg
path: /
- name: 15|RU_speednode_0035
network: ws
port: 443
server: 45.67.215.144
servername: dm.ylks.xyz
skip-cert-verify: true
tls: true
type: vless
udp: true
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: dm.ylks.xyz
path: /blue
- name: 15|RU_speednode_0036
network: ws
port: 443
server: 45.67.215.19
servername: am.ylks.xyz
skip-cert-verify: true
tls: true
type: vless
udp: true
uuid: 48198295-b7ba-4b5c-8d85-085d55a6c869
ws-opts:
headers:
Host: am.ylks.xyz
path: /blue
- name: 15|RU_speednode_0037
network: ws
port: 443
server: 45.67.215.98
servername: dm.ylks.xyz
skip-cert-verify: true
tls: true
type: vless
udp: true
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: dm.ylks.xyz
path: /?proxyip=proxyip.oraclm.fxxm.dedyn.io
- name: 15|RU_speednode_0038
network: ws
port: 443
server: 45.67.215.42
servername: cm.ylks.xyz
skip-cert-verify: true
tls: true
type: vless
udp: true
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: cm.ylks.xyz
path: /freecodes
- name: 15|RU_speednode_0039
network: ws
port: 443
server: 45.67.215.42
servername: dm.ylks.xyz
skip-cert-verify: true
tls: true
type: vless
udp: true
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: dm.ylks.xyz
path: /blue
- name: 15|RU_speednode_0040
network: ws
port: 443
server: 45.67.215.42
servername: cn.ylks.xyz
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: cn.ylks.xyz
path: /freecodes
- name: 15|RU_speednode_0041
network: ws
port: 443
server: 45.67.215.19
servername: an.ylks.xyz
tls: true
type: vless
uuid: 48198295-b7ba-4b5c-8d85-085d55a6c869
ws-opts:
headers:
Host: an.ylks.xyz
path: /freecodes
- name: 15|RU_speednode_0042
network: ws
port: 443
server: 45.67.215.144
servername: dn.ylks.xyz
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: dn.ylks.xyz
path: /freecodes
- name: 15|RU_speednode_0043
network: ws
port: 443
server: 45.67.215.53
servername: cm.ylks.xyz
skip-cert-verify: true
tls: true
type: vless
udp: true
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: cm.ylks.xyz
path: /blue
- name: 15|RU_speednode_0044
network: ws
port: 443
server: 45.67.215.161
servername: an.ylks.xyz
tls: true
type: vless
uuid: 48198295-b7ba-4b5c-8d85-085d55a6c869
ws-opts:
headers:
Host: an.ylks.xyz
path: /freecodes
- name: 15|RU_speednode_0045
network: ws
port: 443
server: 45.67.215.161
servername: am.ylks.xyz
skip-cert-verify: true
tls: true
type: vless
udp: true
uuid: 48198295-b7ba-4b5c-8d85-085d55a6c869
ws-opts:
headers:
Host: am.ylks.xyz
path: /freecodes
- name: 15|RU_speednode_0046
network: ws
password: auto
port: 443
server: 45.67.215.53
skip-cert-verify: true
sni: tg.cmliussss.us.kg
type: trojan
ws-opts:
headers:
Host: tg.cmliussss.us.kg
path: /
- name: 15|RU_speednode_0047
network: ws
port: 443
server: 45.67.215.99
servername: an.ylks.xyz
tls: true
type: vless
uuid: 48198295-b7ba-4b5c-8d85-085d55a6c869
ws-opts:
headers:
Host: an.ylks.xyz
path: /?proxyip=proxyip.oracln.fxxn.dedyn.io
- name: 15|RU_speednode_0048
network: ws
port: 443
server: 194.35.119.193
servername: ln.ylks.us.kg
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: ln.ylks.us.kg
path: /?ed=2560
- name: 15|SG_speednode_0049
network: ws
port: 443
server: 206.238.237.74
servername: ln.ylks.us.kg
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: ln.ylks.us.kg
path: /?ed=2560
- name: 15|SG_speednode_0050
network: ws
port: 443
server: 206.238.237.74
servername: cm.ylks.xyz
skip-cert-verify: true
tls: true
type: vless
udp: true
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: cm.ylks.xyz
path: /freecodes
- name: 15|SG_speednode_0051
network: ws
port: 443
server: 206.238.237.133
servername: cm.ylks.xyz
skip-cert-verify: true
tls: true
type: vless
udp: true
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: cm.ylks.xyz
path: /freecodes
- name: 15|SG_speednode_0052
network: ws
port: 443
server: 206.238.236.83
servername: cm.ylks.xyz
skip-cert-verify: true
tls: true
type: vless
udp: true
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: cm.ylks.xyz
path: /blue
- name: 15|SG_speednode_0053
network: ws
password: auto
port: 443
server: 206.238.236.108
skip-cert-verify: true
sni: tg.cmliussss.us.kg
type: trojan
ws-opts:
headers:
Host: tg.cmliussss.us.kg
path: /
- name: 15|SG_speednode_0054
network: ws
port: 443
server: 206.238.236.160
servername: ln.kpcloud.eu.org
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: ln.kpcloud.eu.org
path: /freecodes
- name: 15|SG_speednode_0055
network: ws
port: 443
server: 206.238.236.160
servername: ll.kpcloud.eu.org
tls: true
type: vless
udp: true
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: ll.kpcloud.eu.org
path: /blue
- name: 15|US_speednode_0056
network: ws
port: 80
server: 151.101.3.10
skip-cert-verify: false
type: vless
udp: true
uuid: cefffd1d-cc58-4560-b4d1-44f1af528f30
ws-opts:
headers:
Host: uni.fi
path: /?ed=2048
- alpn:
- h2
- http/1.1
name: 15|US_speednode_0057
network: ws
port: 80
server: 199.232.95.123
servername: fastly.com
skip-cert-verify: false
type: vless
udp: true
uuid: 89b3cbba-e6ac-485a-9481-976a0415eab9
ws-opts:
headers:
Host: sara193.ir
path: /BCXzvAcvSB7JzMWj?ed=2560
- name: 15|US_speednode_0058
network: ws
port: 8880
server: 104.19.209.229
skip-cert-verify: false
type: vless
udp: true
uuid: f0d584bc-342f-4443-ba24-79e4d0e504b1
ws-opts:
headers:
Host: late-tooth.granzinhannah.workers.dev
path: /?ed=2560
- name: 15|US_speednode_0061
network: ws
port: 2082
server: 172.67.153.74
servername: node.vauth.workers.dev
tls: false
type: vless
uuid: 0ebb1677-4902-476f-bc03-3e8c7ca6fd21
ws-opts:
headers:
Host: node.vauth.workers.dev
path: /?ed=2048
- name: 15|US_speednode_0067
network: ws
port: 80
server: 199.232.37.15
skip-cert-verify: false
type: vless
udp: true
uuid: 89b3cbba-e6ac-485a-9481-976a0415eab9
ws-opts:
headers:
Host: sara193.ir
path: /BCXzvAcvSB7JzMWj?ed=2560
- alterId: -1
name: 15|US_speednode_0069
network: ws
password: auto
port: 80
server: 3.101.73.167
skip-cert-verify: true
sni: tg.cmliussss.us.kg
type: trojan
ws-opts:
headers:
Host: tg.cmliussss.us.kg
path: /
- name: 15|US_speednode_0071
network: ws
port: 443
server: 69.84.182.193
servername: ln.ylks.us.kg
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: ln.ylks.us.kg
path: /?ed=2560
- name: 15|US_speednode_0074
network: ws
port: 443
server: 69.84.182.59
servername: ln.ylks.us.kg
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: ln.ylks.us.kg
path: /?ed=2560
- name: 15|US_speednode_0077
network: ws
port: 443
server: 69.84.182.251
servername: ln.ylks.us.kg
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: ln.ylks.us.kg
path: /?ed=2560
- name: 15|US_speednode_0078
network: ws
password: auto
port: 3334
server: 23.94.61.36
skip-cert-verify: true
sni: tg.cmliussss.us.kg
type: trojan
ws-opts:
headers:
Host: tg.cmliussss.us.kg
path: /
- name: 15|US_speednode_0079
network: ws
port: 443
server: 69.84.182.165
servername: ln.ylks.us.kg
tls: true
type: vless
uuid: a13df940-020c-465f-bc89-ee5279b5cd6a
ws-opts:
headers:
Host: ln.ylks.us.kg
path: /?ed=2560
- name: 15|US_speednode_0081
network: ws
port: 443
server: 69.84.182.15