-
Notifications
You must be signed in to change notification settings - Fork 71
/
fast-clash-1027-us.yml
7168 lines (7168 loc) · 252 KB
/
fast-clash-1027-us.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
port: 7890
socks-port: 7891
allow-lan: true
mode: Rule
log-level: info
external-controller: 127.0.0.1:9090
proxies:
- name: 🇺🇲 US_655
server: 154.16.168.186
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_656
server: 172.93.153.150
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_657
server: 148.72.174.46
port: 34651
type: ss
cipher: aes-256-gcm
password: fQrrhJUGWCGRfgvJgPDDX5sN
- name: 🇺🇲 US_658
server: 192.145.37.8
port: 9014
type: ss
cipher: aes-256-cfb
password: KnJGad3FqTvjqbaX
- name: 🇺🇲 US_659
server: 154.16.168.186
port: 35938
type: ss
cipher: aes-256-gcm
password: FeQQ8muhWnKXHeCQ3D8Zjyeq
- name: 🇺🇲 US_660
server: 45.43.19.76
port: 34651
type: ss
cipher: aes-256-gcm
password: fQrrhJUGWCGRfgvJgPDDX5sN
- name: 🇺🇲 US_661
server: 148.72.174.48
port: 34651
type: ss
cipher: aes-256-gcm
password: fQrrhJUGWCGRfgvJgPDDX5sN
- name: 🇺🇲 US_662
server: 107.181.166.83
port: 34651
type: ss
cipher: aes-256-gcm
password: fQrrhJUGWCGRfgvJgPDDX5sN
- name: 🇺🇲 US_663
server: 209.58.128.50
port: 34651
type: ss
cipher: aes-256-gcm
password: fQrrhJUGWCGRfgvJgPDDX5sN
- name: 🇺🇲 US_664
server: 198.8.80.85
port: 34651
type: ss
cipher: aes-256-gcm
password: fQrrhJUGWCGRfgvJgPDDX5sN
- name: 🇺🇲 US_665
server: 199.229.250.163
port: 34651
type: ss
cipher: aes-256-gcm
password: fQrrhJUGWCGRfgvJgPDDX5sN
- name: 🇺🇲 US_666
server: 172.98.87.35
port: 34651
type: ss
cipher: aes-256-gcm
password: fQrrhJUGWCGRfgvJgPDDX5sN
- name: 🇺🇲 US_667
server: 199.58.187.69
port: 34651
type: ss
cipher: aes-256-gcm
password: fQrrhJUGWCGRfgvJgPDDX5sN
- name: 🇺🇲 US_668
server: 198.147.22.195
port: 34651
type: ss
cipher: aes-256-gcm
password: fQrrhJUGWCGRfgvJgPDDX5sN
- name: 🇺🇲 US_669
server: 192.145.37.68
port: 9079
type: ss
cipher: aes-256-cfb
password: TPqX8edgbAURcAMb
- name: 🇺🇲 US_670
server: 45.82.255.179
port: 9007
type: ss
cipher: aes-256-cfb
password: kSPmvwdFzGMMW5pY
- name: 🇺🇲 US_671
server: 45.82.255.178
port: 9007
type: ss
cipher: aes-256-cfb
password: kSPmvwdFzGMMW5pY
- name: 🇺🇲 US_672
server: 213.59.119.7
port: 9014
type: ss
cipher: aes-256-cfb
password: KnJGad3FqTvjqbaX
- name: 🇺🇲 US_673
server: 89.187.178.94
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_674
server: 35.237.80.204
port: 22356
type: ss
cipher: aes-256-cfb
password: 4cbc1f4926f1
- name: 🇺🇲 US_675
server: 45.82.255.178
port: 9093
type: ss
cipher: aes-256-cfb
password: wfLC2y7rzZyCmuyt
- name: 🇺🇲 US_676
server: 84.17.35.93
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_677
server: 45.79.90.66
port: 8099
type: ss
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
- name: 🇺🇲 US_678
server: 185.242.5.211
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_679
server: 23.105.160.138
port: 35938
type: ss
cipher: aes-256-gcm
password: FeQQ8muhWnKXHeCQ3D8Zjyeq
- name: 🇺🇲 US_680
server: 184.170.250.152
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_681
server: 45.82.255.178
port: 9019
type: ss
cipher: aes-256-cfb
password: GA9KzeEgvfxNrgmM
- name: 🇺🇲 US_682
server: 45.82.255.176
port: 9019
type: ss
cipher: aes-256-cfb
password: GA9KzeEgvfxNrgmM
- name: 🇺🇲 US_683
server: 89.187.178.94
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_684
server: 104.148.30.87
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_685
server: 104.200.131.170
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_686
server: 107.181.166.39
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_687
server: 45.151.175.127
port: 80
type: ss
cipher: aes-256-cfb
password: jik198863
- name: 🇺🇲 US_688
server: 104.237.154.204
port: 8097
type: ss
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
- name: 🇺🇲 US_689
server: 104.237.154.204
port: 8099
type: ss
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
- name: 🇺🇲 US_690
server: 45.33.104.162
port: 8097
type: ss
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
- name: 🇺🇲 US_691
server: 104.244.208.213
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_692
server: 69.30.201.82
port: 8097
type: ss
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
- name: 🇺🇲 US_693
server: 184.170.250.152
port: 35938
type: ss
cipher: aes-256-gcm
password: FeQQ8muhWnKXHeCQ3D8Zjyeq
- name: 🇺🇲 US_694
server: 192.154.253.67
port: 35938
type: ss
cipher: aes-256-gcm
password: FeQQ8muhWnKXHeCQ3D8Zjyeq
- name: 🇺🇲 US_695
server: 198.147.22.167
port: 35938
type: ss
cipher: aes-256-gcm
password: FeQQ8muhWnKXHeCQ3D8Zjyeq
- name: 🇺🇲 US_696
server: 45.33.104.162
port: 8099
type: ss
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
- name: 🇺🇲 US_697
server: 172.93.153.150
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_698
server: 213.59.119.7
port: 9020
type: ss
cipher: aes-256-cfb
password: BNmAXXxAHYpTRdzu
- name: 🇺🇲 US_699
server: 213.59.119.2
port: 9020
type: ss
cipher: aes-256-cfb
password: BNmAXXxAHYpTRdzu
- name: 🇺🇲 US_700
server: 198.8.80.227
port: 35938
type: ss
cipher: aes-256-gcm
password: FeQQ8muhWnKXHeCQ3D8Zjyeq
- name: 🇺🇲 US_701
server: 23.105.160.138
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_702
server: 66.115.177.133
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_703
server: 66.115.175.47
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_704
server: 38.95.110.71
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_705
server: 45.82.255.176
port: 9014
type: ss
cipher: aes-256-cfb
password: KnJGad3FqTvjqbaX
- name: 🇺🇲 US_706
server: 198.255.78.36
port: 8099
type: ss
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
- name: 🇺🇲 US_707
server: 45.82.255.179
port: 9020
type: ss
cipher: aes-256-cfb
password: BNmAXXxAHYpTRdzu
- name: 🇺🇲 US_708
server: 45.79.90.66
port: 8097
type: ss
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
- name: 🇺🇲 US_709
server: 66.115.177.133
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_710
server: 89.187.178.94
port: 35938
type: ss
cipher: aes-256-gcm
password: FeQQ8muhWnKXHeCQ3D8Zjyeq
- name: 🇺🇲 US_711
server: 198.8.80.227
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_712
server: 192.154.253.67
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_713
server: 184.170.250.152
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_714
server: 174.128.245.149
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_715
server: 185.242.5.211
port: 35938
type: ss
cipher: aes-256-gcm
password: FeQQ8muhWnKXHeCQ3D8Zjyeq
- name: 🇺🇲 US_716
server: 192.145.37.68
port: 9019
type: ss
cipher: aes-256-cfb
password: GA9KzeEgvfxNrgmM
- name: 🇺🇲 US_717
server: 2.56.175.240
port: 9050
type: ss
cipher: aes-256-cfb
password: FG5ddLsMPbV5CutE
- name: 🇺🇲 US_718
server: 213.59.119.7
port: 9050
type: ss
cipher: aes-256-cfb
password: FG5ddLsMPbV5CutE
- name: 🇺🇲 US_719
server: 23.105.160.138
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_720
server: 192.154.255.54
port: 34007
type: ss
cipher: aes-256-gcm
password: Ant36ph4AX8fHx59fUTLxMqq
- name: 🇺🇲 US_721
server: 198.147.22.167
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_722
server: 104.244.208.213
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_723
server: 213.59.119.2
port: 9050
type: ss
cipher: aes-256-cfb
password: FG5ddLsMPbV5CutE
- name: 🇺🇲 US_724
server: 107.191.43.194
port: 2019
type: ss
cipher: aes-256-cfb
password: Life!sAwesome
- name: 🇺🇲 US_725
server: 45.82.255.18
port: 9093
type: ss
cipher: aes-256-cfb
password: wfLC2y7rzZyCmuyt
- name: 🇺🇲 US_726
server: 45.82.255.217
port: 9079
type: ss
cipher: aes-256-cfb
password: TPqX8edgbAURcAMb
- name: 🇺🇲 US_727
server: 45.82.255.175
port: 9079
type: ss
cipher: aes-256-cfb
password: TPqX8edgbAURcAMb
- name: 🇺🇲 US_728
server: 213.59.119.7
port: 9079
type: ss
cipher: aes-256-cfb
password: TPqX8edgbAURcAMb
- name: 🇺🇲 US_729
server: 213.59.119.7
port: 9007
type: ss
cipher: aes-256-cfb
password: kSPmvwdFzGMMW5pY
- name: 🇺🇲 US_730
server: 104.148.30.87
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_731
server: 209.141.62.129
port: 29993
type: ss
cipher: xchacha20-ietf-poly1305
password: t.cn/EGJIyrl
plugin: obfs
plugin-opts:
mode: http
host: data.video.qiyi.com
- name: 🇺🇲 US_732
server: 198.52.125.212
port: 8086
type: ss
cipher: xchacha20-ietf-poly1305
password: t.me/SSRSUB
plugin: obfs
plugin-opts:
mode: http
host: data.video.qiyi.com
- name: 🇺🇲 US_733
server: 66.115.177.133
port: 35938
type: ss
cipher: aes-256-gcm
password: FeQQ8muhWnKXHeCQ3D8Zjyeq
- name: 🇺🇲 US_734
server: 104.148.30.87
port: 35938
type: ss
cipher: aes-256-gcm
password: FeQQ8muhWnKXHeCQ3D8Zjyeq
- name: 🇺🇲 US_735
server: 45.82.255.178
port: 9014
type: ss
cipher: aes-256-cfb
password: KnJGad3FqTvjqbaX
- name: 🇺🇲 US_736
server: 104.200.131.170
port: 35938
type: ss
cipher: aes-256-gcm
password: FeQQ8muhWnKXHeCQ3D8Zjyeq
- name: 🇺🇲 US_737
server: 104.244.208.213
port: 35938
type: ss
cipher: aes-256-gcm
password: FeQQ8muhWnKXHeCQ3D8Zjyeq
- name: 🇺🇲 US_738
server: 107.181.166.39
port: 35938
type: ss
cipher: aes-256-gcm
password: FeQQ8muhWnKXHeCQ3D8Zjyeq
- name: 🇺🇲 US_739
server: 137.220.51.71
port: 2019
type: ss
cipher: aes-256-cfb
password: Life!sAwesome
- name: 🇺🇲 US_740
server: 45.82.255.176
port: 9020
type: ss
cipher: aes-256-cfb
password: BNmAXXxAHYpTRdzu
- name: 🇺🇲 US_741
server: 192.154.253.67
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_742
server: 107.181.166.39
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_743
server: 104.200.131.170
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_744
server: 198.8.80.227
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_745
server: 45.82.255.180
port: 9019
type: ss
cipher: aes-256-cfb
password: GA9KzeEgvfxNrgmM
- name: 🇺🇲 US_746
server: 45.82.255.217
port: 9020
type: ss
cipher: aes-256-cfb
password: BNmAXXxAHYpTRdzu
- name: 🇺🇲 US_747
server: 45.82.255.180
port: 9014
type: ss
cipher: aes-256-cfb
password: KnJGad3FqTvjqbaX
- name: 🇺🇲 US_748
server: 154.16.168.186
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_749
server: 66.115.175.47
port: 35938
type: ss
cipher: aes-256-gcm
password: FeQQ8muhWnKXHeCQ3D8Zjyeq
- name: 🇺🇲 US_750
server: 174.128.245.149
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_751
server: 66.115.175.47
port: 36133
type: ss
cipher: aes-256-gcm
password: xPNTeRxDB3u2ASfGmRj5V7GV
- name: 🇺🇲 US_752
server: 38.95.110.71
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_753
server: 198.147.22.167
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_754
server: 185.242.5.211
port: 34583
type: ss
cipher: aes-256-gcm
password: hbWeaNJfjeP6GkT7jp6CSSx8
- name: 🇺🇲 US_755
server: 45.55.2.232
port: 14293
type: ssr
cipher: aes-256-cfb
password: 2170f8
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_756
server: 45.33.104.162
port: 8097
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_757
server: 45.33.104.162
port: 8099
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_758
server: 209.141.62.35
port: 8850
type: ssr
cipher: aes-256-cfb
password: Memory
protocol: auth_aes128_md5
obfs: http_simple
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_759
server: 104.237.154.204
port: 8099
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_760
server: 192.240.123.26
port: 8097
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_761
server: 45.79.90.66
port: 8099
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_762
server: 104.237.154.204
port: 8097
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_763
server: 192.240.123.26
port: 8097
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_764
server: 107.148.209.230
port: 8230
type: ssr
cipher: rc4-md5
password: passinfo123
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_765
server: 107.148.209.231
port: 8331
type: ssr
cipher: rc4-md5
password: passinfo123
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_766
server: 104.233.233.110
port: 8110
type: ssr
cipher: rc4-md5
password: passinfo123
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_767
server: 107.148.215.140
port: 8240
type: ssr
cipher: rc4-md5
password: passinfo123
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_768
server: 207.246.108.11
port: 23156
type: ssr
cipher: aes-256-cfb
password: free-ssr.xyz
protocol: auth_aes128_md5
obfs: tls1.2_ticket_auth
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_769
server: 107.148.209.40
port: 8140
type: ssr
cipher: rc4-md5
password: passinfo123
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_770
server: 50.7.12.147
port: 8097
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_771
server: 69.36.182.52
port: 8097
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_772
server: 69.36.182.52
port: 8099
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_773
server: 104.237.154.204
port: 8097
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_774
server: 162.220.51.58
port: 8099
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_775
server: 104.237.154.204
port: 8099
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_776
server: 50.7.12.147
port: 8099
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_777
server: 45.33.104.162
port: 8097
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_778
server: 45.33.104.162
port: 8099
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_779
server: 45.79.90.66
port: 8097
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_780
server: 192.240.123.26
port: 8099
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_781
server: 45.79.90.66
port: 8099
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_782
server: 69.30.201.82
port: 8099
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_783
server: 162.220.51.58
port: 8097
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_784
server: 69.30.201.82
port: 8097
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_785
server: 69.30.201.82
port: 8099
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_786
server: 192.240.123.26
port: 8099
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_787
server: 69.30.201.82
port: 8099
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_788
server: 198.255.78.36
port: 8099
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_789
server: 69.30.201.82
port: 8097
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_790
server: 45.79.90.66
port: 8097
type: ssr
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
protocol: origin
obfs: plain
protocol-param: ""
obfs-param: ""
- name: 🇺🇲 US_791
server: 158.247.194.71
port: 443
type: vmess
uuid: 6bc6c549-53a2-36aa-813f-a7a25a700020
alterId: 1
cipher: auto
tls: true
skip-cert-verify: true
network: ws
ws-path: /panel
ws-headers:
Host: 158.247.194.71
- name: 🇺🇲 US_792
server: 158.247.195.108
port: 443
type: vmess
uuid: 6bc6c549-53a2-36aa-813f-a7a25a700020
alterId: 1
cipher: auto
tls: true
skip-cert-verify: true
network: ws
ws-path: /panel
ws-headers: