forked from mahdibland/V2RayAggregator
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathEternity.yml
More file actions
2368 lines (2368 loc) · 55 KB
/
Eternity.yml
File metadata and controls
2368 lines (2368 loc) · 55 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
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: false
mode: rule
log-level: info
external-controller: 127.0.0.1:9090
dns:
enable: true
ipv6: false
enhanced-mode: fake-ip
nameserver:
- 114.114.114.114
- 223.5.5.5
- 8.8.8.8
- 9.9.9.9
- 1.1.1.1
- https://dns.google/dns-query
- tls://dns.google:853
proxies:
- name: 🇺🇸US-156.146.38.163-0275 | 93.045MB
server: 156.146.38.163
port: 443
type: ss
cipher: aes-128-cfb
password: shadowsocks
- name: RELAY-172.67.184.53-1422 | 86.996MB
server: cloudconeaaa.gorgorchicken.one
port: 8443
type: vmess
uuid: 1cec1ebc-b489-4769-f2d9-e079b5832a60
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: cloudconeaaa.gorgorchicken.one
- name: 🇺🇸US-156.146.38.163-0634 | 85.835MB
server: 156.146.38.163
port: 443
type: ss
cipher: aes-128-cfb
password: shadowsocks
- name: RELAY-104.21.36.26-1098 | 77.269MB
server: 104.21.36.26
port: 8443
type: vmess
uuid: 1cec1ebc-b489-4769-f2d9-e079b5832a60
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: cloudconeaaa.gorgorchicken.one
- name: RELAY-172.67.184.53-1072 | 69.083MB
server: 172.67.184.53
port: 8443
type: vmess
uuid: aa0c4744-9568-4bee-a08b-73668a9b2a42
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: cloudconebbb.gorgorchicken.one
- name: 🇺🇸US-104.200.19.107-0627 | 65.027MB
server: 104.200.19.107
port: 443
type: vmess
uuid: 4c994e4a-6c2f-4aaa-9907-63f652ffba60
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: us02web.zoom.us
- name: 🇺🇸US-104.200.19.107-2123 | 64.991MB
server: 104.200.19.107
port: 443
type: vmess
uuid: 4c994e4a-6c2f-4aaa-9907-63f652ffba60
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: us02web.zoom.us
- name: 🇺🇸US-192.9.241.163-0676 | 64.251MB
server: sj.alieszvps.cf
port: 55555
type: vmess
uuid: bb68b623-7f27-4da1-b068-4e5748ca29d6
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: sj.alieszvps.cf
- name: RELAY-188.114.99.0-1139 | 61.617MB
server: 188.114.99.0
port: 8443
type: vmess
uuid: aa0c4744-9568-4bee-a08b-73668a9b2a42
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: cloudconebbb.gorgorchicken.one
- name: RELAY-104.27.97.42-1125 | 52.709MB
server: 104.27.97.42
port: 8443
type: vmess
uuid: aa0c4744-9568-4bee-a08b-73668a9b2a42
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: cloudconebbb.gorgorchicken.one
- name: 🇺🇸US-89.187.181.179-0617 | 52.327MB
server: 89.187.181.179
port: 443
type: ss
cipher: aes-256-cfb
password: asdKkaskJKfnsa
- name: RELAY-104.24.176.7-1365 | 50.512MB
server: amini1.ddns.net
port: 443
type: vmess
uuid: 172dc69f-3b43-4457-8ef8-d555b2d37f4a
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: service3.karop.homes
- name: RELAY-104.21.36.26-1088 | 50.325MB
server: cloudconebbb.gorgorchicken.one
port: 8443
type: vmess
uuid: aa0c4744-9568-4bee-a08b-73668a9b2a42
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: cloudconebbb.gorgorchicken.one
- name: 🇺🇸US-23.94.136.9-6916 | 49.816MB
server: 23.94.136.9
port: 80
type: vmess
uuid: cd1a8e9e-292e-499c-8266-79d636c28de5
alterId: 0
cipher: auto
tls: false
skip-cert-verify: false
network: ws
ws-opts:
path: /
- name: 🇺🇸US-138.197.5.103-0613 | 44.742MB
server: us.blazeppn.info
port: 443
type: trojan
password: xxoo
skip-cert-verify: false
- name: 🇺🇸US-205.134.180.143-0644 | 42.329MB
server: www.outline.network.ak1949.fr8678825324247b8176d59f83c30bd94d23d2e3ac5cd4a743bkwqeikvdyufr.cyou
port: 443
type: ss
cipher: chacha20-ietf-poly1305
password: R9Xc4dHXGv3c
- name: 🇺🇸US-205.134.180.145-0618 | 42.251MB
server: 205.134.180.145
port: 443
type: ss
cipher: chacha20-ietf-poly1305
password: hgLCgfLRgB6d
- name: 🇺🇸US-205.134.180.137-0619 | 41.666MB
server: 205.134.180.137
port: 443
type: ss
cipher: chacha20-ietf-poly1305
password: g13S7doXar0A
- name: RELAY-104.26.1.30-1548 | 40.936MB
server: lonan.globa.abc.1145114.me
port: 2087
type: vmess
uuid: 60cc198b-9451-4bad-8292-52d93a8dd9ba
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: cadci.44kk7t.tech
- name: 🇨🇦CA-143.244.43.216-0615 | 40.929MB
server: 143.244.43.216
port: 110
type: ss
cipher: aes-256-cfb
password: asdKkaskJKfnsa
- name: 🇺🇸US-205.134.180.147-0620 | 40.044MB
server: 205.134.180.147
port: 443
type: ss
cipher: chacha20-ietf-poly1305
password: 9Bvkw5aupNy8
- name: RELAY-162.159.135.61-1335 | 39.941MB
server: Singapore.MFA.EE
port: 80
type: vmess
uuid: 08b2ceb1-5917-42da-b02c-0f942754aac6
alterId: 0
cipher: auto
tls: false
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: buyvm.iiio.wiki
- name: RELAY-172.67.5.219-0140 | 38.525MB
server: cdn.yifenjichang.top
port: 443
type: vmess
uuid: ffde06d3-f952-4ee7-f09f-e587b7fb1558
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: ca3.mianfenyun012.eu.org
- name: RELAY-104.27.193.64-1129 | 38.355MB
server: 104.27.193.64
port: 443
type: vmess
uuid: 172dc69f-3b43-4457-8ef8-d555b2d37f4a
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: service4.karop.homes
- name: RELAY-104.21.75.246-1101 | 38.094MB
server: 104.21.75.246
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: cf.tonyluk.link
- name: RELAY-172.67.102.199-0067 | 36.833MB
server: cdn.yifenjichang.top
port: 80
type: vmess
uuid: ffde06d3-f952-4ee7-f09f-e587b7fb1558
alterId: 0
cipher: auto
tls: false
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: ca3.mianfenyun012.eu.org
- name: 🇺🇸US-89.187.179.192-0614 | 35.802MB
server: 89.187.179.192
port: 443
type: ss
cipher: aes-256-cfb
password: asdKkaskJKfnsa
- name: 🇺🇸US-205.134.180.151-0643 | 34.572MB
server: 205.134.180.151
port: 443
type: ss
cipher: chacha20-ietf-poly1305
password: 5cp9Z3iWnJZ2
- name: 🇺🇸US-205.134.180.151-0639 | 34.357MB
server: www.outline.network.ak1889.fr8678825324247b8176d59f83c30bd94d23d2e3ac5cd4a743bkwqeikvdyufr.cyou
port: 443
type: ss
cipher: chacha20-ietf-poly1305
password: 5cp9Z3iWnJZ2
- name: RELAY-104.21.24.166-1178 | 30.666MB
server: us-1.8080.eu.org
port: 443
type: vmess
uuid: 03bad296-8170-4756-a6be-760198f13413
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
servername: RELAY-104.21.24.166-1178 | 30.666MB
network: ws
ws-opts:
path: /
headers:
Host: us-1.8080.eu.org
- name: 🇺🇸US-164.90.130.217-0626 | 30.052MB
server: 164.90.130.217
port: 13337
type: vmess
uuid: bdd22841-c4d2-4aa8-acf2-95aa9125f159
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
- name: 🇺🇸US-172.233.194.102-0610 | 27.12MB
server: 172.233.194.102
port: 80
type: vmess
uuid: 29b88e63-9092-4375-a551-c4ee4702cfbe
alterId: 0
cipher: auto
tls: false
skip-cert-verify: false
servername: 🇺🇸US-172.233.194.102-0610 | 27.12MB
network: ws
ws-opts:
path: /
- name: 🇺🇸US-172.233.194.102-0611 | 25.417MB
server: 172.233.194.102
port: 80
type: vmess
uuid: 29b88e63-9092-4375-a551-c4ee4702cfbe
alterId: 0
cipher: auto
tls: false
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: internet.life.com.by
- name: 🇯🇵JP-52.69.77.230-10068 | 25.318MB
server: jp6.skynode.one
port: 8443
type: vmess
uuid: 861cb438-6731-3638-bbf1-153575f8a430
alterId: 0
cipher: auto
tls: false
skip-cert-verify: false
servername: 🇯🇵JP-52.69.77.230-10068 | 25.318MB
network: ws
ws-opts:
path: /
headers:
Host: jp6.skynode.one
- name: 🇯🇵JP-35.77.104.81-10070 | 25.064MB
server: jp2.skynode.one
port: 80
type: vmess
uuid: 861cb438-6731-3638-bbf1-153575f8a430
alterId: 0
cipher: auto
tls: false
skip-cert-verify: false
servername: 🇯🇵JP-35.77.104.81-10070 | 25.064MB
network: ws
ws-opts:
path: /
headers:
Host: jp2.skynode.one
- name: 🇯🇵JP-43.207.122.208-10067 | 24.867MB
server: jp5.skynode.one
port: 8080
type: vmess
uuid: 861cb438-6731-3638-bbf1-153575f8a430
alterId: 0
cipher: auto
tls: false
skip-cert-verify: false
servername: 🇯🇵JP-43.207.122.208-10067 | 24.867MB
network: ws
ws-opts:
path: /
headers:
Host: jp5.skynode.one
- name: 🇯🇵JP-18.177.143.145-10071 | 24.82MB
server: jp1.skynode.one
port: 80
type: vmess
uuid: 861cb438-6731-3638-bbf1-153575f8a430
alterId: 0
cipher: auto
tls: false
skip-cert-verify: false
servername: 🇯🇵JP-18.177.143.145-10071 | 24.82MB
network: ws
ws-opts:
path: /
headers:
Host: jp1.skynode.one
- name: 🇺🇸US-66.181.33.108-0216 | 24.619MB
server: 66.181.33.108
port: 22666
type: vmess
uuid: 9f096c70-478a-4fef-b29f-0f14d6a06583
alterId: 0
cipher: auto
tls: false
skip-cert-verify: false
network: ws
ws-opts:
path: /
- name: RELAY-172.67.219.190-1442 | 24.176MB
server: ca-1.8080.eu.org
port: 443
type: vmess
uuid: 03bad296-8170-4756-a6be-760198f13413
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: ca-1.8080.eu.org
- name: 🇺🇸US-80.92.205.112-0238 | 23.28MB
server: 80.92.205.112
port: 443
type: vmess
uuid: 4c90ba75-230b-4f8b-bbff-8efa0eb0415f
alterId: 0
cipher: auto
tls: false
skip-cert-verify: false
network: ws
ws-opts:
path: /
- name: RELAY-172.67.81.238-1447 | 21.749MB
server: 172.67.81.238
port: 2096
type: vmess
uuid: 0809f6b2-f5d8-472e-831e-48c2e61e461f
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: frab.carfin.tech
- name: 🇬🇧GB-13.87.74.71-0678 | 21.548MB
server: 13.87.74.71
port: 14564
type: ss
cipher: chacha20-ietf-poly1305
password: Q1qlRknoN9PwGeExWVyTKg
- name: RELAY-104.24.176.7-1420 | 20.8MB
server: cdnjs.com
port: 2096
type: vmess
uuid: 0809f6b2-f5d8-472e-831e-48c2e61e461f
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: frab.carfin.tech
- name: RELAY-104.24.177.7-1429 | 20.694MB
server: 104.24.177.7
port: 2096
type: vmess
uuid: 0809f6b2-f5d8-472e-831e-48c2e61e461f
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: frab.carfin.tech
- name: 🇳🇱NL-109.201.152.181-0691 | 20.373MB
server: 109.201.152.181
port: 443
type: ss
cipher: aes-128-cfb
password: shadowsocks
- name: RELAY-104.21.4.29-1398 | 20.369MB
server: oliv.beauty
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 1
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: oliv.beauty
- name: RELAY-188.114.99.0-1557 | 20.29MB
server: 188.114.99.0
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 1
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: ophelia.mom
- name: RELAY-172.67.131.150-1364 | 20.27MB
server: 172.67.131.150
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 1
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: oliv.beauty
- name: RELAY-104.21.27.139-1468 | 20.26MB
server: 104.21.27.139
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: edeen.makeup
- name: RELAY-162.159.134.234-1227 | 20.147MB
server: 162.159.134.234
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: octavi.cfd
- name: RELAY-104.21.53.12-1229 | 20.113MB
server: 104.21.53.12
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 1
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: ophelia.mom
- name: RELAY-172.67.183.110-1540 | 20.096MB
server: 172.67.183.110
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: waynn.makeup
- name: RELAY-162.159.134.234-3777 | 20.086MB
server: discord.gg
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: octavi.cfd
- name: 🇫🇷FR-195.154.169.198-0769 | 20.047MB
server: 195.154.169.198
port: 989
type: ss
cipher: aes-256-cfb
password: f8f7aCzcPKbsF8p3
- name: RELAY-104.21.4.29-3728 | 19.973MB
server: 104.21.4.29
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: oliv.beauty
- name: RELAY-104.21.31.183-1419 | 19.967MB
server: octavi.cfd
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 1
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: octavi.cfd
- name: RELAY-162.159.133.234-1130 | 19.954MB
server: 162.159.133.234
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: octavi.cfd
- name: 🇫🇷FR-51.15.27.48-0692 | 19.895MB
server: 51.15.27.48
port: 989
type: ss
cipher: aes-256-cfb
password: f8f7aCzcPKbsF8p3
- name: RELAY-172.67.197.82-1424 | 19.876MB
server: odelia.autos
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: odelia.autos
- name: RELAY-162.159.136.234-1514 | 19.859MB
server: 162.159.136.234
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: octavi.cfd
- name: 🇫🇷FR-51.159.111.208-0773 | 19.832MB
server: 51.159.111.208
port: 989
type: ss
cipher: aes-256-cfb
password: f8f7aCzcPKbsF8p3
- name: RELAY-162.159.135.234-1127 | 19.823MB
server: 162.159.135.234
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: octavi.cfd
- name: RELAY-172.67.207.114-1363 | 19.743MB
server: 30.vmessprotocol.telegram-vmessprotocol-channel.space
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 1
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: ophelia.mom
- name: RELAY-172.67.207.114-1423 | 19.702MB
server: ophelia.mom
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 1
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: ophelia.mom
- name: RELAY-104.21.31.183-1103 | 19.61MB
server: 104.21.31.183
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 1
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: octavi.cfd
- name: RELAY-188.114.98.0-0225 | 19.506MB
server: 188.114.98.0
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: odelia.autos
- name: RELAY-172.67.179.37-1573 | 19.418MB
server: octavi.cfd
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 1
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: octavi.cfd
- name: RELAY-64.68.192.77-1306 | 19.346MB
server: 64.68.192.77
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 1
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: ophelia.mom
- name: RELAY-104.21.91.254-1152 | 19.296MB
server: waynn.makeup
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: waynn.makeup
- name: RELAY-172.67.215.202-1146 | 19.282MB
server: 172.67.215.202
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 1
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: octavi.cfd
- name: 🇰🇷KR-3.36.88.179-10211 | 19.274MB
server: kr5.skynode.one
port: 443
type: vmess
uuid: 861cb438-6731-3638-bbf1-153575f8a430
alterId: 0
cipher: auto
tls: false
skip-cert-verify: false
servername: 🇰🇷KR-3.36.88.179-10211 | 19.274MB
network: ws
ws-opts:
path: /
headers:
Host: kr5.skynode.one
- name: 🇬🇧GB-77.72.5.113-2105 | 19.197MB
server: 77.72.5.113
port: 989
type: ss
cipher: aes-256-cfb
password: f8f7aCzcPKbsF8p3
- name: RELAY-104.18.154.42-0097 | 19.111MB
server: docs.digitalocean.com
port: 443
type: vmess
uuid: d8d3482e-6d58-4e86-b870-e7fbe893d8b9
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: dIGIkAlA.ONlINeviSioNsTore.sITE
- name: 🇫🇷FR-172.232.61.218-2063 | 19.098MB
server: beeconf.xyz
port: 8080
type: ss
cipher: chacha20-ietf-poly1305
password: ezesBXesf3RKBCp1vqKuIx
- name: RELAY-172.67.179.37-1085 | 19.093MB
server: 172.67.179.37
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 1
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: octavi.cfd
- name: 🇫🇷FR-172.232.61.218-0789 | 18.948MB
server: beeconf.xyz
port: 8080
type: ss
cipher: chacha20-ietf-poly1305
password: ezesBXesf3RKBCp1vqKuIx
- name: RELAY-104.18.154.42-0771 | 18.915MB
server: 104.18.154.42
port: 443
type: vmess
uuid: d8d3482e-6d58-4e86-b870-e7fbe893d8b9
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: dIGIkAlA.ONlINeviSioNsTore.sITE
- name: RELAY-104.18.213.12-1100 | 18.753MB
server: api.jquery.com
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: sub.xn--9kq89d4y0g.top
- name: 🇬🇧GB-139.162.236.79-0689 | 18.564MB
server: 139.162.236.79
port: 8099
type: ss
cipher: aes-256-cfb
password: eIW0Dnk69454e6nSwuspv9DmS201tQ0D
- name: RELAY-188.114.97.1-1304 | 18.55MB
server: 22.vmessprotocol.telegram-vmessprotocol-channel.space
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 1
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: odelia.autos
- name: RELAY-162.159.130.234-1337 | 18.389MB
server: 162.159.130.234
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 0
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: octavi.cfd
- name: RELAY-188.114.97.7-1481 | 18.347MB
server: 188.114.97.7
port: 443
type: vmess
uuid: 03fcc618-b93d-6796-6aed-8a38c975d581
alterId: 1
cipher: auto
tls: true
skip-cert-verify: false
network: ws
ws-opts:
path: /
headers:
Host: waynn.makeup
- name: RELAY-188.114.97.3-1495 | 18.259MB
server: 188.114.97.3
port: 443
type: vmess