meta-json-schema 1.18.4-beta3 → 1.18.4-beta5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/CHANGELOG.md +44 -40
  2. package/LICENSE +21 -21
  3. package/README.md +204 -204
  4. package/package.json +50 -41
  5. package/schemas/clash-verge-merge-json-schema.json +1 -0
  6. package/schemas/meta-json-schema.json +1 -0
  7. package/.gitattributes +0 -2
  8. package/.github/workflows/release_on_tag.yml +0 -44
  9. package/.github/workflows/workflow_runs_cleaner.yml +0 -18
  10. package/.vscode/extensions.json +0 -3
  11. package/.vscode/settings.json +0 -30
  12. package/scripts/release.mjs +0 -29
  13. package/scripts/util/bundle.mjs +0 -91
  14. package/scripts/util/env.mjs +0 -9
  15. package/scripts/util/file.mjs +0 -13
  16. package/scripts/watch.mjs +0 -28
  17. package/src/clash-verge-merge-json-schema.json +0 -58
  18. package/src/definitions/compatible.json +0 -6
  19. package/src/definitions/enums.json +0 -58
  20. package/src/definitions/patterns.json +0 -87
  21. package/src/definitions/types.json +0 -70
  22. package/src/meta-json-schema.json +0 -168
  23. package/src/modules/adapter/outbound/base.json +0 -91
  24. package/src/modules/adapter/outbound/direct.json +0 -39
  25. package/src/modules/adapter/outbound/dns.json +0 -39
  26. package/src/modules/adapter/outbound/http.json +0 -101
  27. package/src/modules/adapter/outbound/hysteria.json +0 -182
  28. package/src/modules/adapter/outbound/hysteria2.json +0 -146
  29. package/src/modules/adapter/outbound/reality.json +0 -25
  30. package/src/modules/adapter/outbound/shadowsocks.json +0 -308
  31. package/src/modules/adapter/outbound/shadowsocksr.json +0 -151
  32. package/src/modules/adapter/outbound/singmux.json +0 -95
  33. package/src/modules/adapter/outbound/snell.json +0 -65
  34. package/src/modules/adapter/outbound/socks5.json +0 -88
  35. package/src/modules/adapter/outbound/ssh.json +0 -87
  36. package/src/modules/adapter/outbound/trojan.json +0 -93
  37. package/src/modules/adapter/outbound/tuic.json +0 -213
  38. package/src/modules/adapter/outbound/vless.json +0 -146
  39. package/src/modules/adapter/outbound/vmess.json +0 -251
  40. package/src/modules/adapter/outbound/wireguard.json +0 -150
  41. package/src/modules/adapter/outboundgroup/fallback.json +0 -18
  42. package/src/modules/adapter/outboundgroup/groupbase.json +0 -98
  43. package/src/modules/adapter/outboundgroup/loadbalance.json +0 -29
  44. package/src/modules/adapter/outboundgroup/relay.json +0 -18
  45. package/src/modules/adapter/outboundgroup/urltest.json +0 -25
  46. package/src/modules/adapter/provider/health-check.json +0 -74
  47. package/src/modules/adapter/provider/provider.json +0 -159
  48. package/src/modules/config/authentication.json +0 -9
  49. package/src/modules/config/controller.json +0 -53
  50. package/src/modules/config/dns.json +0 -163
  51. package/src/modules/config/ebpf.json +0 -22
  52. package/src/modules/config/experimental.json +0 -29
  53. package/src/modules/config/general.json +0 -140
  54. package/src/modules/config/geox-url.json +0 -38
  55. package/src/modules/config/hosts.json +0 -9
  56. package/src/modules/config/inbound.json +0 -107
  57. package/src/modules/config/iptables.json +0 -38
  58. package/src/modules/config/listeners.json +0 -90
  59. package/src/modules/config/ntp.json +0 -50
  60. package/src/modules/config/profile.json +0 -24
  61. package/src/modules/config/proxies.json +0 -118
  62. package/src/modules/config/proxy-groups.json +0 -21
  63. package/src/modules/config/proxy-providers.json +0 -11
  64. package/src/modules/config/rules.json +0 -11
  65. package/src/modules/config/sniffer.json +0 -111
  66. package/src/modules/config/sub-rules.json +0 -14
  67. package/src/modules/config/tls.json +0 -28
  68. package/src/modules/config/tunnels.json +0 -49
  69. package/src/modules/listener/config/tuic.json +0 -102
  70. package/src/modules/listener/config/tun.json +0 -205
  71. package/src/modules/listener/inbound/base.json +0 -43
  72. package/src/modules/listener/inbound/http.json +0 -18
  73. package/src/modules/listener/inbound/hysteria2.json +0 -102
  74. package/src/modules/listener/inbound/mixed.json +0 -26
  75. package/src/modules/listener/inbound/mux.json +0 -42
  76. package/src/modules/listener/inbound/redir.json +0 -18
  77. package/src/modules/listener/inbound/shadowsocks.json +0 -41
  78. package/src/modules/listener/inbound/socks.json +0 -26
  79. package/src/modules/listener/inbound/tproxy.json +0 -26
  80. package/src/modules/listener/inbound/tuic.json +0 -84
  81. package/src/modules/listener/inbound/tun.json +0 -207
  82. package/src/modules/listener/inbound/tunnel.json +0 -33
  83. package/src/modules/listener/inbound/vmess.json +0 -72
  84. package/src/modules/listener/sing/sing.json +0 -42
  85. package/src/modules/rules/provider/provider.json +0 -71
  86. package/src/modules/rules/rule.json +0 -165
  87. package/test/clash-meta/example1.yaml +0 -3170
  88. package/test/clash-verge/merge.yaml +0 -212
@@ -1,3170 +0,0 @@
1
- # 混合端口
2
- mixed-port: 7890
3
- # 是否允许局域网访问
4
- allow-lan: true
5
- # 运行模式
6
- mode: rule
7
- # 日志级别
8
- log-level: info
9
- # 是否允许内核接受IPv6流量
10
- ipv6: true
11
- # HTTP REST API外部控制监听地址、访问密钥
12
- external-controller: 0.0.0.0:9090
13
- secret: ''
14
- # TCP并发
15
- tcp-concurrent: true
16
- # 全局客户端指纹(支持VLESS,VMess,Trojan)
17
- global-client-fingerprint: chrome
18
- # 下载外部资源(proxy-provider、rule-provider、GEO等)使用的UA
19
- global-ua: clash.meta
20
-
21
- # DNS配置
22
- dns:
23
- enable: true
24
- ipv6: true
25
- default-nameserver: [1.1.1.1, 223.5.5.5]
26
- enhanced-mode: fake-ip
27
- fake-ip-range: 198.18.0.1/16
28
- fake-ip-filter:
29
- # 排除劫持NCSI(解决出现断网小地球)
30
- - '+.msftconnecttest.com'
31
- - '+.msftncsi.com'
32
- use-hosts: true
33
- nameserver:
34
- # 阿里云公共DNS
35
- - https://dns.alidns.com/dns-query
36
- # 腾讯DNSPod
37
- - https://doh.pub/dns-query
38
- # 360安全DNS
39
- - https://doh.360.cn/dns-query
40
- fallback:
41
- # Cloudflare
42
- - https://1.1.1.1/dns-query
43
- # OpenDNS
44
- - https://208.67.222.222/dns-query
45
- - https://208.67.220.220/dns-query
46
- # Mullvad
47
- - https://194.242.2.2/dns-query
48
- - https://194.242.2.3/dns-query
49
- fallback-filter:
50
- geoip: true
51
- geoip-code: CN
52
- geosite: [gfw]
53
- ipcidr: [240.0.0.0/4]
54
-
55
- # 自动更新GEO
56
- geo-auto-update: true
57
- # 自动更新GEO间隔(单位: 小时)
58
- geo-update-interval: 48
59
- # 自定义GEO下载地址
60
- geox-url:
61
- geoip: https://mirror.ghproxy.com/https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geoip.dat
62
- geosite: https://mirror.ghproxy.com/https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geosite.dat
63
- mmdb: https://mirror.ghproxy.com/https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/country.mmdb
64
-
65
- # 代理列表
66
- proxies:
67
- - {
68
- 'name': '🇭🇰 香港_1',
69
- 'server': '231103level2.unclemanco.com',
70
- 'port': '916',
71
- 'type': 'ss',
72
- 'cipher': 'aes-128-gcm',
73
- 'password': 'fsfal2',
74
- 'plugin': 'obfs',
75
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
76
- 'udp': true
77
- }
78
- - {
79
- 'name': '🇭🇰 香港_2',
80
- 'server': '231103level2.unclemanco.com',
81
- 'port': '9022',
82
- 'type': 'ss',
83
- 'cipher': 'aes-128-gcm',
84
- 'password': 'QHPy2u',
85
- 'plugin': 'obfs',
86
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
87
- 'udp': true
88
- }
89
- - {
90
- 'name': '🇭🇰 香港_3',
91
- 'server': '231103level3.unclemanco.com',
92
- 'port': '905',
93
- 'type': 'ss',
94
- 'cipher': 'aes-128-gcm',
95
- 'password': 'ayucloud1',
96
- 'plugin': 'obfs',
97
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
98
- 'udp': true
99
- }
100
- - {
101
- 'name': '🇭🇰 香港_4',
102
- 'server': '231103level2.unclemanco.com',
103
- 'port': '9052',
104
- 'type': 'ss',
105
- 'cipher': 'aes-128-gcm',
106
- 'password': 'ayucloud1',
107
- 'plugin': 'obfs',
108
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
109
- 'udp': true
110
- }
111
- - {
112
- 'name': '🇭🇰 香港_5',
113
- 'server': '231103level3.unclemanco.com',
114
- 'port': '908',
115
- 'type': 'ss',
116
- 'cipher': 'aes-128-gcm',
117
- 'password': 'ayucloud1',
118
- 'plugin': 'obfs',
119
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
120
- 'udp': true
121
- }
122
- - {
123
- 'name': '🇭🇰 香港_6',
124
- 'server': '231103level2.unclemanco.com',
125
- 'port': '39004',
126
- 'type': 'ss',
127
- 'cipher': 'aes-128-gcm',
128
- 'password': 'ayds23sd1',
129
- 'plugin': 'obfs',
130
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
131
- 'udp': true
132
- }
133
- - {
134
- 'name': '🇭🇰 香港_7',
135
- 'server': '231103level1.unclemanco.com',
136
- 'port': '9047',
137
- 'type': 'ss',
138
- 'cipher': 'aes-128-gcm',
139
- 'password': 'ayucloud1',
140
- 'plugin': 'obfs',
141
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
142
- 'udp': true
143
- }
144
- - {
145
- 'name': '🇭🇰 香港_8',
146
- 'server': '231103level3.unclemanco.com',
147
- 'port': '9063',
148
- 'type': 'ss',
149
- 'cipher': 'aes-128-gcm',
150
- 'password': 'QHPy2u',
151
- 'plugin': 'obfs',
152
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
153
- 'udp': true
154
- }
155
- - {
156
- 'name': '🇭🇰 香港_9',
157
- 'server': '231103level3.unclemanco.com',
158
- 'port': '904',
159
- 'type': 'ss',
160
- 'cipher': 'aes-128-gcm',
161
- 'password': 'a12cloud1',
162
- 'plugin': 'obfs',
163
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
164
- 'udp': true
165
- }
166
- - {
167
- 'name': '🇭🇰 香港_10',
168
- 'server': '231103level2.unclemanco.com',
169
- 'port': '8001',
170
- 'type': 'ss',
171
- 'cipher': 'aes-128-gcm',
172
- 'password': 'QHPy2u',
173
- 'plugin': 'obfs',
174
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
175
- 'udp': true
176
- }
177
- - {
178
- 'name': '🇭🇰 香港_11',
179
- 'server': '231103level3.unclemanco.com',
180
- 'port': '825',
181
- 'type': 'ss',
182
- 'cipher': 'aes-128-gcm',
183
- 'password': 'QHPy2u',
184
- 'plugin': 'obfs',
185
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
186
- 'udp': true
187
- }
188
- - {
189
- 'name': '🇭🇰 香港_12',
190
- 'server': '231103level3.unclemanco.com',
191
- 'port': '9054',
192
- 'type': 'ss',
193
- 'cipher': 'aes-128-gcm',
194
- 'password': 'QHPy2u',
195
- 'plugin': 'obfs',
196
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
197
- 'udp': true
198
- }
199
- - {
200
- 'name': '🇭🇰 香港_13',
201
- 'server': '231103level3.unclemanco.com',
202
- 'port': '20012',
203
- 'type': 'ss',
204
- 'cipher': 'aes-128-gcm',
205
- 'password': 'QHPy2u',
206
- 'plugin': 'obfs',
207
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
208
- 'udp': true
209
- }
210
- - {
211
- 'name': '🇭🇰 香港_14',
212
- 'server': '231103level3.unclemanco.com',
213
- 'port': '9040',
214
- 'type': 'ss',
215
- 'cipher': 'aes-128-gcm',
216
- 'password': 'QHPy2u',
217
- 'plugin': 'obfs',
218
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
219
- 'udp': true
220
- }
221
- - {
222
- 'name': '🇭🇰 香港_15',
223
- 'server': '231103level3.unclemanco.com',
224
- 'port': '835',
225
- 'type': 'ss',
226
- 'cipher': 'aes-128-gcm',
227
- 'password': 'ayucloud1',
228
- 'plugin': 'obfs',
229
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
230
- 'udp': true
231
- }
232
- - {
233
- 'name': '🇭🇰 香港_16',
234
- 'server': '231103level3.unclemanco.com',
235
- 'port': '834',
236
- 'type': 'ss',
237
- 'cipher': 'aes-128-gcm',
238
- 'password': 'QHPy2u',
239
- 'plugin': 'obfs',
240
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
241
- 'udp': true
242
- }
243
- - {
244
- 'name': '🇭🇰 香港_17',
245
- 'server': '231103level3.unclemanco.com',
246
- 'port': '907',
247
- 'type': 'ss',
248
- 'cipher': 'aes-128-gcm',
249
- 'password': 'ayucles1',
250
- 'plugin': 'obfs',
251
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
252
- 'udp': true
253
- }
254
- - {
255
- 'name': '🇭🇰 香港_18',
256
- 'server': '231103level1.unclemanco.com',
257
- 'port': '912',
258
- 'type': 'ss',
259
- 'cipher': 'aes-128-gcm',
260
- 'password': 'QHPy2u',
261
- 'plugin': 'obfs',
262
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
263
- 'udp': true
264
- }
265
- - {
266
- 'name': '🇭🇰 香港_19',
267
- 'server': '231103level3.unclemanco.com',
268
- 'port': '919',
269
- 'type': 'ss',
270
- 'cipher': 'aes-128-gcm',
271
- 'password': 'ayucloud1',
272
- 'plugin': 'obfs',
273
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
274
- 'udp': true
275
- }
276
- - {
277
- 'name': '🇭🇰 香港_20',
278
- 'server': '231103level3.unclemanco.com',
279
- 'port': '823',
280
- 'type': 'ss',
281
- 'cipher': 'aes-128-gcm',
282
- 'password': 'ayucloud1',
283
- 'plugin': 'obfs',
284
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
285
- 'udp': true
286
- }
287
- - {
288
- 'name': '🇭🇰 香港_21',
289
- 'server': '8.218.188.129',
290
- 'port': '2086',
291
- 'client-fingerprint': 'chrome',
292
- 'type': 'vless',
293
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
294
- 'tls': false,
295
- 'tfo': false,
296
- 'skip-cert-verify': false,
297
- 'network': 'ws',
298
- 'ws-opts':
299
- { 'path': '/proxyIP=proxyip.aliyun.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
300
- 'udp': true
301
- }
302
- - {
303
- 'cipher': 'chacha20-ietf',
304
- 'client-fingerprint': 'chrome',
305
- 'name': '❓ 未知_1',
306
- 'obfs': 'tls1.2_ticket_auth',
307
- 'obfs-param': '6f41b24.microsoft.com',
308
- 'password': 'Fhbe0z',
309
- 'port': '11421',
310
- 'protocol': 'auth_aes128_sha1',
311
- 'protocol-param': '24:SpYUtPeJYhRk4FWC',
312
- 'server': '120.232.240.1',
313
- 'type': 'ssr'
314
- }
315
- - {
316
- 'name': '🇭🇰 香港_22',
317
- 'server': '8.218.105.223',
318
- 'port': '2052',
319
- 'client-fingerprint': 'chrome',
320
- 'type': 'vless',
321
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
322
- 'tls': false,
323
- 'tfo': false,
324
- 'skip-cert-verify': false,
325
- 'network': 'ws',
326
- 'ws-opts':
327
- { 'path': '/proxyIP=proxyip.aliyun.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
328
- 'udp': true
329
- }
330
- - {
331
- 'name': '🇭🇰 香港_23',
332
- 'server': '8.210.3.24',
333
- 'port': '2082',
334
- 'client-fingerprint': 'chrome',
335
- 'type': 'vless',
336
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
337
- 'tls': false,
338
- 'tfo': false,
339
- 'skip-cert-verify': false,
340
- 'network': 'ws',
341
- 'ws-opts':
342
- { 'path': '/proxyIP=proxyip.aliyun.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
343
- 'udp': true
344
- }
345
- - { 'name': '🇭🇰 香港_24', 'type': 'http', 'server': '127.0.0.1', 'port': '7890' }
346
- - {
347
- 'name': '🇭🇰 香港_25',
348
- 'server': '8.217.221.165',
349
- 'port': '2082',
350
- 'client-fingerprint': 'chrome',
351
- 'type': 'vless',
352
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
353
- 'tls': false,
354
- 'tfo': false,
355
- 'skip-cert-verify': false,
356
- 'network': 'ws',
357
- 'ws-opts':
358
- { 'path': '/proxyIP=proxyip.aliyun.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
359
- 'udp': true
360
- }
361
- - {
362
- 'name': '🇭🇰 香港_26',
363
- 'server': '8.210.3.24',
364
- 'port': '8880',
365
- 'client-fingerprint': 'chrome',
366
- 'type': 'vless',
367
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
368
- 'tls': false,
369
- 'tfo': false,
370
- 'skip-cert-verify': false,
371
- 'network': 'ws',
372
- 'ws-opts':
373
- { 'path': '/proxyIP=proxyip.aliyun.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
374
- 'udp': true
375
- }
376
- - {
377
- 'name': '🇭🇰 香港_27',
378
- 'server': '231103level2.unclemanco.com',
379
- 'port': '9053',
380
- 'type': 'ss',
381
- 'cipher': 'aes-128-gcm',
382
- 'password': 'ayucloud1',
383
- 'plugin': 'obfs',
384
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
385
- 'udp': true
386
- }
387
- - {
388
- 'name': '🇸🇬 新加坡_1',
389
- 'server': '231103level3.unclemanco.com',
390
- 'port': '9037',
391
- 'type': 'ss',
392
- 'cipher': 'aes-128-gcm',
393
- 'password': 'ayucloud1',
394
- 'plugin': 'obfs',
395
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
396
- 'udp': true
397
- }
398
- - {
399
- 'name': '🇭🇰 香港_28',
400
- 'server': '231103level3.unclemanco.com',
401
- 'port': '824',
402
- 'type': 'ss',
403
- 'cipher': 'aes-128-gcm',
404
- 'password': 'ayu1245',
405
- 'plugin': 'obfs',
406
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
407
- 'udp': true
408
- }
409
- - {
410
- 'name': '🇯🇵 日本_1',
411
- 'server': '54.199.167.157',
412
- 'type': 'ss',
413
- 'port': '443',
414
- 'password': 'amazonskr05',
415
- 'cipher': 'aes-256-cfb',
416
- 'delay': '1503'
417
- }
418
- - {
419
- 'name': '🇯🇵 日本_2',
420
- 'server': '43.207.175.104',
421
- 'port': '443',
422
- 'type': 'ss',
423
- 'cipher': 'aes-256-cfb',
424
- 'password': 'amazonskr05',
425
- 'udp': true
426
- }
427
- - {
428
- 'name': '🇯🇵 日本_3',
429
- 'server': '18.183.77.187',
430
- 'port': '443',
431
- 'type': 'ss',
432
- 'cipher': 'aes-256-cfb',
433
- 'password': 'amazonskr05',
434
- 'udp': true
435
- }
436
- - {
437
- 'name': '🇯🇵 日本_4',
438
- 'server': '13.231.229.41',
439
- 'port': '443',
440
- 'type': 'ss',
441
- 'cipher': 'aes-256-cfb',
442
- 'password': 'amazonskr05',
443
- 'udp': true
444
- }
445
- - {
446
- 'name': '🇯🇵 日本_5',
447
- 'server': '52.195.237.101',
448
- 'port': '443',
449
- 'type': 'ss',
450
- 'cipher': 'aes-256-cfb',
451
- 'password': 'amazonskr05',
452
- 'udp': true
453
- }
454
- - {
455
- 'name': '🇯🇵 日本_6',
456
- 'server': '54.238.23.117',
457
- 'port': '443',
458
- 'type': 'ss',
459
- 'cipher': 'aes-256-cfb',
460
- 'password': 'amazonskr05',
461
- 'udp': true
462
- }
463
- - {
464
- 'name': '🇸🇬 新加坡_2',
465
- 'server': '231103level2.unclemanco.com',
466
- 'port': '19999',
467
- 'type': 'ss',
468
- 'cipher': 'aes-128-gcm',
469
- 'password': 'dajkdkjda&dja*/?',
470
- 'plugin': 'obfs',
471
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
472
- 'udp': true
473
- }
474
- - {
475
- 'name': '🇭🇰 香港_29',
476
- 'server': '231103level1.unclemanco.com',
477
- 'port': '840',
478
- 'type': 'ss',
479
- 'cipher': 'aes-128-gcm',
480
- 'password': 'QHPy2u',
481
- 'plugin': 'obfs',
482
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
483
- 'udp': true
484
- }
485
- - {
486
- 'name': '🇸🇬 新加坡_3',
487
- 'server': '231103level3.unclemanco.com',
488
- 'port': '902',
489
- 'type': 'ss',
490
- 'cipher': 'aes-128-gcm',
491
- 'password': 'ayuc211',
492
- 'plugin': 'obfs',
493
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
494
- 'udp': true
495
- }
496
- - {
497
- 'name': '🇸🇬 新加坡_4',
498
- 'server': '13.250.57.60',
499
- 'port': '443',
500
- 'type': 'ss',
501
- 'cipher': 'aes-256-cfb',
502
- 'password': 'amazonskr05',
503
- 'udp': true
504
- }
505
- - {
506
- 'name': '🇯🇵 日本_7',
507
- 'server': '13.113.218.2',
508
- 'port': '443',
509
- 'type': 'ss',
510
- 'cipher': 'aes-256-cfb',
511
- 'password': 'amazonskr05',
512
- 'udp': true
513
- }
514
- - {
515
- 'name': '🇭🇰 香港_30',
516
- 'type': 'vless',
517
- 'server': '103.44.255.27',
518
- 'port': '443',
519
- 'uuid': 'f775978b-6e22-41a8-ae5e-5f9779e6745f',
520
- 'tls': true,
521
- 'servername': 'juzibaipiao.5112233.xyz',
522
- 'network': 'ws',
523
- 'ws-opts': { 'path': '/?ed=2048', 'headers': { 'host': 'juzibaipiao.5112233.xyz' } }
524
- }
525
- - {
526
- 'name': '🇭🇰 香港_31',
527
- 'server': 'hk-auto-console.suya.ink',
528
- 'port': '8023',
529
- 'type': 'ss',
530
- 'cipher': 'aes-256-gcm',
531
- 'password': '8F0544B4-40A9-4EA5-AB45-DF155034884E',
532
- 'udp': true
533
- }
534
- - {
535
- 'cipher': 'chacha20-ietf',
536
- 'client-fingerprint': 'chrome',
537
- 'name': '❓ 未知_2',
538
- 'obfs': 'tls1.2_ticket_auth',
539
- 'obfs-param': '6f41b24.microsoft.com',
540
- 'password': 'Fhbe0z',
541
- 'port': '11428',
542
- 'protocol': 'auth_aes128_sha1',
543
- 'protocol-param': '24:SpYUtPeJYhRk4FWC',
544
- 'server': '120.232.240.1',
545
- 'type': 'ssr'
546
- }
547
- - {
548
- 'name': '🇭🇰 香港_32',
549
- 'type': 'vless',
550
- 'server': '47.242.196.67',
551
- 'port': '38077',
552
- 'uuid': '38a2070d-a256-48f3-891b-c9b68b01c8f7',
553
- 'tls': true,
554
- 'servername': 'jd.wxgqlfx.top',
555
- 'network': 'ws',
556
- 'ws-opts': { 'path': 'Twitter苏小柠', 'headers': { 'host': 'jd.wxgqlfx.top' } }
557
- }
558
- - {
559
- 'name': '🇸🇬 新加坡_5',
560
- 'server': '231103level3.unclemanco.com',
561
- 'port': '9060',
562
- 'type': 'ss',
563
- 'cipher': 'aes-128-gcm',
564
- 'password': 'QHPy2u',
565
- 'plugin': 'obfs',
566
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
567
- 'udp': true
568
- }
569
- - {
570
- 'name': '🇭🇰 香港_33',
571
- 'server': '8.210.64.111',
572
- 'port': '34237',
573
- 'client-fingerprint': 'random',
574
- 'type': 'vless',
575
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
576
- 'tls': true,
577
- 'tfo': false,
578
- 'skip-cert-verify': false,
579
- 'servername': '5ae52850-e7f0-481c-8cff-6c1ed17fd9f1.91f1a2e9-9f15-4330-996f-0b6bc7c8fa5b.theworkpc.com',
580
- 'network': 'ws',
581
- 'ws-opts':
582
- {
583
- 'path': '/edgetunnel.2424014450.workers.dev/proxyIP=proxyip.aliyun.fxxk.dedyn.io',
584
- 'headers':
585
- { 'Host': '5ae52850-e7f0-481c-8cff-6c1ed17fd9f1.91f1a2e9-9f15-4330-996f-0b6bc7c8fa5b.theworkpc.com' }
586
- },
587
- 'udp': true
588
- }
589
- - {
590
- 'name': '🇭🇰 香港_34',
591
- 'server': 'bestproxy.onecf.eu.org',
592
- 'port': '80',
593
- 'client-fingerprint': 'chrome',
594
- 'type': 'vless',
595
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
596
- 'tls': false,
597
- 'tfo': false,
598
- 'skip-cert-verify': false,
599
- 'network': 'ws',
600
- 'ws-opts':
601
- { 'path': '/proxyIP=proxyip.oracle.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
602
- 'udp': true
603
- }
604
- - {
605
- 'name': '🇭🇰 香港_35',
606
- 'server': '8.210.49.165',
607
- 'port': '36950',
608
- 'client-fingerprint': 'random',
609
- 'type': 'vless',
610
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
611
- 'tls': true,
612
- 'tfo': false,
613
- 'skip-cert-verify': false,
614
- 'servername': '30388d70-6f5c-4d7c-8daa-9d3df7c5c526.9150e878-8296-4798-a172-c3fe66b8dee5.ddnsgeek.com',
615
- 'network': 'ws',
616
- 'ws-opts':
617
- {
618
- 'path': '/edgetunnel.2424014450.workers.dev/proxyIP=proxyip.aliyun.fxxk.dedyn.io',
619
- 'headers':
620
- { 'Host': '30388d70-6f5c-4d7c-8daa-9d3df7c5c526.9150e878-8296-4798-a172-c3fe66b8dee5.ddnsgeek.com' }
621
- },
622
- 'udp': true
623
- }
624
- - {
625
- 'cipher': 'aes-256-cfb',
626
- 'name': '🇯🇵 日本_8',
627
- 'password': 'amazonskr05',
628
- 'port': '443',
629
- 'server': '52.195.225.184',
630
- 'type': 'ss'
631
- }
632
- - {
633
- 'name': '🇭🇰 香港_36',
634
- 'server': '47.244.255.95',
635
- 'port': '8449',
636
- 'type': 'vless',
637
- 'Inc. - 4': 'None',
638
- 'client-fingerprint': 'random',
639
- 'uuid': '2cd6ed0f-636e-4e6c-9449-5a263d7a0fa5',
640
- 'tls': true,
641
- 'tfo': false,
642
- 'servername': 'cfed.tgzdyz2.top',
643
- 'skip-cert-verify': true,
644
- 'network': 'ws',
645
- 'ws-opts': { 'path': 'TG@ZDYZ2', 'headers': { 'Host': 'cfed.tgzdyz2.top' } },
646
- 'udp': true,
647
- 'delay': '849'
648
- }
649
- - {
650
- 'name': '🇭🇰 香港_37',
651
- 'server': 'proxy.xxxxxxxx.tk',
652
- 'port': '80',
653
- 'client-fingerprint': 'chrome',
654
- 'type': 'vless',
655
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
656
- 'tls': false,
657
- 'tfo': false,
658
- 'skip-cert-verify': false,
659
- 'network': 'ws',
660
- 'ws-opts':
661
- { 'path': '/proxyIP=proxyip.oracle.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
662
- 'udp': true
663
- }
664
- - {
665
- 'name': '🇸🇬 新加坡_6',
666
- 'server': '231103level2.unclemanco.com',
667
- 'port': '9038',
668
- 'type': 'ss',
669
- 'cipher': 'aes-128-gcm',
670
- 'password': 'ayucloud1',
671
- 'plugin': 'obfs',
672
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
673
- 'udp': true
674
- }
675
- - {
676
- 'name': '🇸🇬 新加坡_7',
677
- 'server': '47.128.64.71',
678
- 'port': '443',
679
- 'type': 'ss',
680
- 'cipher': 'aes-256-cfb',
681
- 'password': 'amazonskr05',
682
- 'udp': true
683
- }
684
- - {
685
- 'cipher': 'aes-256-cfb',
686
- 'client-fingerprint': 'chrome',
687
- 'name': '🇯🇵 日本_9',
688
- 'password': 'amazonskr05',
689
- 'port': '443',
690
- 'server': '57.180.65.163',
691
- 'tfo': false,
692
- 'type': 'ss'
693
- }
694
- - {
695
- 'name': '🇭🇰 香港_38',
696
- 'server': 'n00007.bzdqsmzngpyyng.sbs',
697
- 'port': '46912',
698
- 'type': 'trojan',
699
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
700
- 'sni': 'hk03.ckcloud.info',
701
- 'skip-cert-verify': true,
702
- 'udp': true
703
- }
704
- - {
705
- 'name': '🇭🇰 香港_39',
706
- 'server': '152.32.252.175',
707
- 'port': '8969',
708
- 'type': 'vless',
709
- 'Inc. - 8': 'None',
710
- 'client-fingerprint': 'random',
711
- 'uuid': '2cd6ed0f-636e-4e6c-9449-5a263d7a0fa5',
712
- 'tls': true,
713
- 'tfo': false,
714
- 'servername': 'cfed.tgzdyz2.top',
715
- 'skip-cert-verify': true,
716
- 'network': 'ws',
717
- 'ws-opts': { 'path': 'TG@ZDYZ2', 'headers': { 'Host': 'cfed.tgzdyz2.top' } },
718
- 'udp': true,
719
- 'delay': '859'
720
- }
721
- - {
722
- 'name': '🇭🇰 香港_40',
723
- 'server': '45.249.246.59',
724
- 'port': '49454',
725
- 'type': 'vless',
726
- 'client-fingerprint': 'random',
727
- 'uuid': '2cd6ed0f-636e-4e6c-9449-5a263d7a0fa5',
728
- 'tls': true,
729
- 'tfo': false,
730
- 'servername': 'cfed.tgzdyz2.top',
731
- 'skip-cert-verify': true,
732
- 'network': 'ws',
733
- 'ws-opts': { 'path': 'TG@ZDYZ2', 'headers': { 'Host': 'cfed.tgzdyz2.top' } },
734
- 'udp': true
735
- }
736
- - {
737
- 'name': '🇭🇰 香港_41',
738
- 'server': 'n00005.bzdqsmzngpyyng.sbs',
739
- 'port': '46912',
740
- 'type': 'trojan',
741
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
742
- 'sni': 'hk03.ckcloud.info',
743
- 'skip-cert-verify': true,
744
- 'udp': true
745
- }
746
- - {
747
- 'name': '🇯🇵 日本_10',
748
- 'server': '231103level3.unclemanco.com',
749
- 'port': '9059',
750
- 'type': 'ss',
751
- 'cipher': 'aes-128-gcm',
752
- 'password': 'ayucloud1',
753
- 'plugin': 'obfs',
754
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
755
- 'udp': true
756
- }
757
- - {
758
- 'name': '🇸🇬 新加坡_8',
759
- 'server': '13.213.18.109',
760
- 'port': '443',
761
- 'type': 'ss',
762
- 'cipher': 'aes-256-cfb',
763
- 'password': 'amazonskr05'
764
- }
765
- - {
766
- 'name': '🇯🇵 日本_11',
767
- 'server': '57.181.36.85',
768
- 'port': '443',
769
- 'type': 'ss',
770
- 'cipher': 'aes-256-cfb',
771
- 'password': 'amazonskr05',
772
- 'udp': true
773
- }
774
- - {
775
- 'name': '🇹🇼 台湾_1',
776
- 'server': 'n00007.bzdqsmzngpyyng.sbs',
777
- 'port': '25074',
778
- 'type': 'trojan',
779
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
780
- 'sni': 'tw01.ckcloud.info',
781
- 'skip-cert-verify': true,
782
- 'udp': true
783
- }
784
- - {
785
- 'name': '🇭🇰 香港_42',
786
- 'server': 'n00005.bzdqsmzngpyyng.sbs',
787
- 'port': '14490',
788
- 'type': 'trojan',
789
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
790
- 'sni': 'hk04.ckcloud.info',
791
- 'skip-cert-verify': true,
792
- 'udp': true
793
- }
794
- - {
795
- 'name': '🇯🇵 日本_12',
796
- 'server': '231103level3.unclemanco.com',
797
- 'port': '811',
798
- 'type': 'ss',
799
- 'cipher': 'aes-128-gcm',
800
- 'password': 'ay2dsd1',
801
- 'plugin': 'obfs',
802
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
803
- 'udp': true
804
- }
805
- - {
806
- 'name': '🇹🇼 台湾_2',
807
- 'server': 'n00007.bzdqsmzngpyyng.sbs',
808
- 'port': '35672',
809
- 'type': 'trojan',
810
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
811
- 'sni': 'tw02.ckcloud.info',
812
- 'skip-cert-verify': true,
813
- 'udp': true
814
- }
815
- - {
816
- 'name': '🇯🇵 日本_13',
817
- 'server': 'js-iepl.bluetile.xyz',
818
- 'type': 'ss',
819
- 'port': '40012',
820
- 'password': 'a547892e-5ffa-491e-9f58-b57bbd149378',
821
- 'cipher': 'chacha20-ietf-poly1305',
822
- 'delay': '327'
823
- }
824
- - {
825
- 'name': '🇭🇰 香港_43',
826
- 'server': 'n00007.bzdqsmzngpyyng.sbs',
827
- 'port': '14490',
828
- 'type': 'trojan',
829
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
830
- 'sni': 'hk04.ckcloud.info',
831
- 'skip-cert-verify': true,
832
- 'udp': true
833
- }
834
- - {
835
- 'name': '🇯🇵 日本_14',
836
- 'server': '231103level2.unclemanco.com',
837
- 'port': '4321',
838
- 'type': 'ss',
839
- 'cipher': 'aes-128-gcm',
840
- 'password': 'ay232sffssd1',
841
- 'plugin': 'obfs',
842
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
843
- 'udp': true
844
- }
845
- - {
846
- 'name': '🇯🇵 日本_15',
847
- 'server': '231103level3.unclemanco.com',
848
- 'port': '1313',
849
- 'type': 'ss',
850
- 'cipher': 'aes-128-gcm',
851
- 'password': 'fjlfjafl231303831',
852
- 'plugin': 'obfs',
853
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
854
- 'udp': true
855
- }
856
- - {
857
- 'name': '🇯🇵 日本_16',
858
- 'server': '231103level2.unclemanco.com',
859
- 'port': '818',
860
- 'type': 'ss',
861
- 'cipher': 'aes-128-gcm',
862
- 'password': 'ayucloud1',
863
- 'plugin': 'obfs',
864
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
865
- 'udp': true
866
- }
867
- - {
868
- 'name': '❓ 未知_3',
869
- 'server': 'lion02.t3o5wy.xyz',
870
- 'type': 'ss',
871
- 'country': '🇨🇳 CN',
872
- 'port': '30021',
873
- 'password': 'FZHTkxW73qkD4jOC',
874
- 'cipher': 'chacha20-ietf-poly1305',
875
- 'delay': '794'
876
- }
877
- - {
878
- 'name': '🇯🇵 日本_17',
879
- 'type': 'ss',
880
- 'server': '13.231.229.48',
881
- 'port': '443',
882
- 'password': 'amazonskr05',
883
- 'cipher': 'aes-256-cfb'
884
- }
885
- - {
886
- 'name': '🇭🇰 香港_44',
887
- 'server': 'n00007.bzdqsmzngpyyng.sbs',
888
- 'port': '22704',
889
- 'type': 'trojan',
890
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
891
- 'sni': 'hk05.ckcloud.info',
892
- 'skip-cert-verify': true,
893
- 'udp': true
894
- }
895
- - {
896
- 'name': '❓ 未知_4',
897
- 'server': '125.141.26.10',
898
- 'port': '4315',
899
- 'type': 'ss',
900
- 'cipher': 'aes-256-cfb',
901
- 'password': 'qwerREWQ@@',
902
- 'udp': true
903
- }
904
- - {
905
- 'name': '🇵🇭 菲律宾',
906
- 'server': '231103level2.unclemanco.com',
907
- 'port': '44444',
908
- 'type': 'ss',
909
- 'cipher': 'aes-128-gcm',
910
- 'password': 'ayds232sffssd1',
911
- 'plugin': 'obfs',
912
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
913
- 'udp': true
914
- }
915
- - {
916
- 'name': '🇸🇬 新加坡_9',
917
- 'server': '231103level1.unclemanco.com',
918
- 'port': '6879',
919
- 'type': 'ss',
920
- 'cipher': 'aes-128-gcm',
921
- 'password': 'ayucloud1',
922
- 'plugin': 'obfs',
923
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
924
- 'udp': true
925
- }
926
- - {
927
- 'name': '🇯🇵 日本_18',
928
- 'server': '231103level3.unclemanco.com',
929
- 'port': '914',
930
- 'type': 'ss',
931
- 'cipher': 'aes-128-gcm',
932
- 'password': 'QHPy2u',
933
- 'plugin': 'obfs',
934
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
935
- 'udp': true
936
- }
937
- - {
938
- 'name': '🇯🇵 日本_19',
939
- 'server': '231103level2.unclemanco.com',
940
- 'port': '813',
941
- 'type': 'ss',
942
- 'cipher': 'aes-128-gcm',
943
- 'password': 'ayucloud1',
944
- 'plugin': 'obfs',
945
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
946
- 'udp': true
947
- }
948
- - {
949
- 'name': '🇹🇼 台湾_3',
950
- 'server': 'n00005.bzdqsmzngpyyng.sbs',
951
- 'port': '25074',
952
- 'type': 'trojan',
953
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
954
- 'sni': 'tw01.ckcloud.info',
955
- 'skip-cert-verify': true,
956
- 'udp': true
957
- }
958
- - {
959
- 'name': '🇯🇵 日本_20',
960
- 'server': '231103level3.unclemanco.com',
961
- 'port': '909',
962
- 'type': 'ss',
963
- 'cipher': 'aes-128-gcm',
964
- 'password': 'ayu1245',
965
- 'plugin': 'obfs',
966
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
967
- 'udp': true
968
- }
969
- - {
970
- 'name': '🇯🇵 日本_21',
971
- 'server': '231103level1.unclemanco.com',
972
- 'port': '9051',
973
- 'type': 'ss',
974
- 'cipher': 'aes-128-gcm',
975
- 'password': 'QHPy2u',
976
- 'plugin': 'obfs',
977
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
978
- 'udp': true
979
- }
980
- - {
981
- 'name': '🇺🇸 美国_1',
982
- 'type': 'ss',
983
- 'server': '3.forlive.live',
984
- 'port': '61020',
985
- 'password': 'b8eef379-1a0d-4a27-af6e-484297760477',
986
- 'cipher': 'chacha20-ietf-poly1305'
987
- }
988
- - {
989
- 'name': '🇯🇵 日本_22',
990
- 'server': '231103level3.unclemanco.com',
991
- 'port': '9021',
992
- 'type': 'ss',
993
- 'cipher': 'aes-128-gcm',
994
- 'password': 'QHPy2u',
995
- 'plugin': 'obfs',
996
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
997
- 'udp': true
998
- }
999
- - {
1000
- 'name': '🇰🇷 韩国_1',
1001
- 'server': 'p228.panda004.net',
1002
- 'port': '4315',
1003
- 'type': 'ss',
1004
- 'cipher': 'aes-256-cfb',
1005
- 'password': 'qwerREWQ@@',
1006
- 'udp': true
1007
- }
1008
- - {
1009
- 'name': '🇸🇬 新加坡_10',
1010
- 'server': '18.142.225.182',
1011
- 'port': '443',
1012
- 'type': 'ss',
1013
- 'cipher': 'aes-256-cfb',
1014
- 'password': 'amazonskr05',
1015
- 'udp': true
1016
- }
1017
- - {
1018
- 'name': '🇯🇵 日本_23',
1019
- 'server': '231103level3.unclemanco.com',
1020
- 'port': '819',
1021
- 'type': 'ss',
1022
- 'cipher': 'aes-128-gcm',
1023
- 'password': 'ayucloud1',
1024
- 'plugin': 'obfs',
1025
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
1026
- 'udp': true
1027
- }
1028
- - {
1029
- 'name': '🇰🇷 韩国_2',
1030
- 'server': '125.141.26.11',
1031
- 'port': '10218',
1032
- 'type': 'ss',
1033
- 'cipher': 'aes-256-cfb',
1034
- 'password': 'qwerREWQ@@',
1035
- 'udp': true
1036
- }
1037
- - {
1038
- 'name': '🇯🇵 日本_24',
1039
- 'server': '231103level3.unclemanco.com',
1040
- 'port': '918',
1041
- 'type': 'ss',
1042
- 'cipher': 'aes-128-gcm',
1043
- 'password': 'ayucloud1',
1044
- 'plugin': 'obfs',
1045
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
1046
- 'udp': true
1047
- }
1048
- - {
1049
- 'name': '🇯🇵 日本_25',
1050
- 'server': '231103level3.unclemanco.com',
1051
- 'port': '901',
1052
- 'type': 'ss',
1053
- 'cipher': 'aes-128-gcm',
1054
- 'password': 'ay21d1',
1055
- 'plugin': 'obfs',
1056
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
1057
- 'udp': true
1058
- }
1059
- - {
1060
- 'name': '🇭🇰 香港_45',
1061
- 'server': 'cdn-all.xn--b6gac.eu.org',
1062
- 'port': '80',
1063
- 'client-fingerprint': 'chrome',
1064
- 'type': 'vless',
1065
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
1066
- 'tls': false,
1067
- 'tfo': false,
1068
- 'skip-cert-verify': false,
1069
- 'network': 'ws',
1070
- 'ws-opts':
1071
- { 'path': '/proxyIP=proxyip.oracle.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
1072
- 'udp': true
1073
- }
1074
- - {
1075
- 'name': '🇭🇰 香港_46',
1076
- 'server': '101.78.164.239',
1077
- 'port': '12313',
1078
- 'type': 'vless',
1079
- 'client-fingerprint': 'random',
1080
- 'uuid': '2cd6ed0f-636e-4e6c-9449-5a263d7a0fa5',
1081
- 'tls': true,
1082
- 'tfo': false,
1083
- 'servername': 'cfed.tgzdyz2.top',
1084
- 'skip-cert-verify': true,
1085
- 'network': 'ws',
1086
- 'ws-opts': { 'path': 'TG@ZDYZ2', 'headers': { 'Host': 'cfed.tgzdyz2.top' } },
1087
- 'udp': true
1088
- }
1089
- - {
1090
- 'name': '🇭🇰 香港_47',
1091
- 'server': 'n00005.bzdqsmzngpyyng.sbs',
1092
- 'port': '15976',
1093
- 'type': 'trojan',
1094
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
1095
- 'sni': 'hk02.ckcloud.info',
1096
- 'skip-cert-verify': true,
1097
- 'udp': true
1098
- }
1099
- - {
1100
- 'name': '🇭🇰 香港_48',
1101
- 'server': 'n00005.bzdqsmzngpyyng.sbs',
1102
- 'port': '22704',
1103
- 'type': 'trojan',
1104
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
1105
- 'sni': 'hk05.ckcloud.info',
1106
- 'skip-cert-verify': true,
1107
- 'udp': true
1108
- }
1109
- - {
1110
- 'name': '❓ 未知_5',
1111
- 'type': 'ss',
1112
- 'server': '203.234.238.145',
1113
- 'port': '4005',
1114
- 'password': 'qwerREWQ@@',
1115
- 'cipher': 'aes-256-cfb'
1116
- }
1117
- - {
1118
- 'name': '🇭🇰 香港_49',
1119
- 'server': '118.193.44.62',
1120
- 'port': '49454',
1121
- 'type': 'vless',
1122
- 'client-fingerprint': 'random',
1123
- 'uuid': '2cd6ed0f-636e-4e6c-9449-5a263d7a0fa5',
1124
- 'tls': true,
1125
- 'tfo': false,
1126
- 'servername': 'cfed.tgzdyz2.top',
1127
- 'skip-cert-verify': true,
1128
- 'network': 'ws',
1129
- 'ws-opts': { 'path': 'TG@ZDYZ2', 'headers': { 'Host': 'cfed.tgzdyz2.top' } },
1130
- 'udp': true
1131
- }
1132
- - {
1133
- 'name': '🇯🇵 日本_26',
1134
- 'type': 'vless',
1135
- 'server': '59.4.80.188',
1136
- 'port': '30040',
1137
- 'uuid': 'f775978b-6e22-41a8-ae5e-5f9779e6745f',
1138
- 'tls': true,
1139
- 'servername': 'juzibaipiao.5112233.xyz',
1140
- 'network': 'ws',
1141
- 'ws-opts': { 'path': '/?ed=2048', 'headers': { 'host': 'juzibaipiao.5112233.xyz' } }
1142
- }
1143
- - {
1144
- 'name': '🇺🇸 美国_2',
1145
- 'type': 'vless',
1146
- 'server': '109.104.152.101',
1147
- 'port': '13982',
1148
- 'uuid': '85beb960-236b-4634-81ce-6ad66652f928',
1149
- 'network': 'tcp',
1150
- 'udp': true,
1151
- 'tls': true,
1152
- 'flow': null,
1153
- 'servername': 'itunes.apple.com',
1154
- 'client-fingerprint': 'chrome',
1155
- 'reality-opts': { 'public-key': 'HjmsLPRaQqSqtdMMpIpmpoJOKhC0rAOUCHXnz0E89RE', 'short-id': '22f6b74f02cc88a6' },
1156
- 'smux':
1157
- {
1158
- 'enabled': true,
1159
- 'protocol': 'h2mux',
1160
- 'max-connections': '1',
1161
- 'min-streams': '4',
1162
- 'padding': true,
1163
- 'brutal-opts': { 'enabled': true, 'up': '11', 'down': '55' }
1164
- }
1165
- }
1166
- - {
1167
- 'name': '🇸🇬 新加坡_11',
1168
- 'server': 'uhisfgy78eu.cfprefer1.xyz',
1169
- 'type': 'ss',
1170
- 'country': '🇨🇳CN',
1171
- 'port': '14337',
1172
- 'password': '3ce72168-730e-4020-baf8-620ee14634ac',
1173
- 'cipher': 'aes-256-gcm',
1174
- 'delay': '840'
1175
- }
1176
- - {
1177
- 'name': '🇰🇷 韩国_3',
1178
- 'server': '43.201.47.36',
1179
- 'port': '443',
1180
- 'type': 'ss',
1181
- 'cipher': 'aes-256-cfb',
1182
- 'password': 'amazonskr05',
1183
- 'udp': true
1184
- }
1185
- - {
1186
- 'name': '❓ 未知_6',
1187
- 'server': '221.150.109.88',
1188
- 'port': '51472',
1189
- 'type': 'ss',
1190
- 'cipher': 'aes-256-cfb',
1191
- 'password': 'qwerREWQ@@',
1192
- 'udp': true
1193
- }
1194
- - {
1195
- 'name': '🇹🇼 台湾_4',
1196
- 'server': 'n00005.bzdqsmzngpyyng.sbs',
1197
- 'port': '35672',
1198
- 'type': 'trojan',
1199
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
1200
- 'sni': 'tw02.ckcloud.info',
1201
- 'skip-cert-verify': true,
1202
- 'udp': true
1203
- }
1204
- - {
1205
- 'name': '❓ 未知_7',
1206
- 'server': '222.112.15.134',
1207
- 'port': '50942',
1208
- 'type': 'ss',
1209
- 'cipher': 'aes-256-cfb',
1210
- 'password': 'qwerREWQ@@',
1211
- 'udp': true
1212
- }
1213
- - {
1214
- 'name': '🇸🇬 新加坡_12',
1215
- 'server': '17.v2-ray.cyou',
1216
- 'port': '23617',
1217
- 'type': 'vmess',
1218
- 'uuid': '33be52e7-4658-3269-88c6-6c33ec88cc3e',
1219
- 'alterId': '2',
1220
- 'cipher': 'auto',
1221
- 'tls': false,
1222
- 'skip-cert-verify': true,
1223
- 'network': 'ws',
1224
- 'ws-opts': { 'path': '/', 'headers': { 'Host': '17.v2-ray.cyou' } },
1225
- 'udp': true
1226
- }
1227
- - {
1228
- 'name': '🇸🇬 新加坡_13',
1229
- 'type': 'vless',
1230
- 'server': '8.210.159.198',
1231
- 'port': '32106',
1232
- 'uuid': '38a2070d-a256-48f3-891b-c9b68b01c8f7',
1233
- 'tls': true,
1234
- 'servername': 'jd.wxgqlfx.top',
1235
- 'network': 'ws',
1236
- 'ws-opts': { 'path': 'Twitter苏小柠', 'headers': { 'host': 'jd.wxgqlfx.top' } }
1237
- }
1238
- - {
1239
- 'name': '🇸🇬 新加坡_14',
1240
- 'server': '138.2.76.91',
1241
- 'port': '2052',
1242
- 'client-fingerprint': 'chrome',
1243
- 'type': 'vless',
1244
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
1245
- 'tls': false,
1246
- 'tfo': false,
1247
- 'skip-cert-verify': false,
1248
- 'network': 'ws',
1249
- 'ws-opts':
1250
- { 'path': '/proxyIP=proxyip.sg.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
1251
- 'udp': true
1252
- }
1253
- - {
1254
- 'name': '🇰🇷 韩国_4',
1255
- 'type': 'ss',
1256
- 'server': '43.203.220.68',
1257
- 'port': '443',
1258
- 'password': 'amazonskr05',
1259
- 'cipher': 'aes-256-cfb'
1260
- }
1261
- - {
1262
- 'name': '🇰🇷 韩国_5',
1263
- 'server': '52.78.184.192',
1264
- 'type': 'ss',
1265
- 'port': '443',
1266
- 'password': 'amazonskr05',
1267
- 'cipher': 'aes-256-cfb',
1268
- 'delay': '473'
1269
- }
1270
- - {
1271
- 'name': '🇭🇰 香港_50',
1272
- 'server': 'n00007.bzdqsmzngpyyng.sbs',
1273
- 'port': '15976',
1274
- 'type': 'trojan',
1275
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
1276
- 'sni': 'hk02.ckcloud.info',
1277
- 'skip-cert-verify': true,
1278
- 'udp': true
1279
- }
1280
- - {
1281
- 'name': '🇸🇬 新加坡_15',
1282
- 'server': '152.69.215.14',
1283
- 'port': '2086',
1284
- 'client-fingerprint': 'chrome',
1285
- 'type': 'vless',
1286
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
1287
- 'tls': false,
1288
- 'tfo': false,
1289
- 'skip-cert-verify': false,
1290
- 'network': 'ws',
1291
- 'ws-opts':
1292
- { 'path': '/proxyIP=proxyip.sg.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
1293
- 'udp': true
1294
- }
1295
- - {
1296
- 'name': '🇰🇷 韩国_6',
1297
- 'server': 'p236.panda004.net',
1298
- 'port': '42839',
1299
- 'type': 'ss',
1300
- 'cipher': 'aes-256-cfb',
1301
- 'password': 'qwerREWQ@@',
1302
- 'udp': true
1303
- }
1304
- - {
1305
- 'name': '🇸🇬 新加坡_16',
1306
- 'server': '168.138.161.0',
1307
- 'port': '2095',
1308
- 'client-fingerprint': 'chrome',
1309
- 'type': 'vless',
1310
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
1311
- 'tls': false,
1312
- 'tfo': false,
1313
- 'skip-cert-verify': false,
1314
- 'network': 'ws',
1315
- 'ws-opts':
1316
- { 'path': '/proxyIP=proxyip.sg.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
1317
- 'udp': true
1318
- }
1319
- - {
1320
- 'name': '🇸🇬 新加坡_17',
1321
- 'server': '168.138.161.0',
1322
- 'port': '8080',
1323
- 'client-fingerprint': 'chrome',
1324
- 'type': 'vless',
1325
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
1326
- 'tls': false,
1327
- 'tfo': false,
1328
- 'skip-cert-verify': false,
1329
- 'network': 'ws',
1330
- 'ws-opts':
1331
- { 'path': '/proxyIP=proxyip.sg.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
1332
- 'udp': true
1333
- }
1334
- - {
1335
- 'name': '🇰🇷 韩国_7',
1336
- 'server': '43.203.233.33',
1337
- 'port': '443',
1338
- 'type': 'ss',
1339
- 'cipher': 'aes-256-cfb',
1340
- 'password': 'amazonskr05',
1341
- 'udp': true
1342
- }
1343
- - {
1344
- 'name': '🇸🇬 新加坡_18',
1345
- 'server': '138.2.76.91',
1346
- 'port': '8880',
1347
- 'client-fingerprint': 'chrome',
1348
- 'type': 'vless',
1349
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
1350
- 'tls': false,
1351
- 'tfo': false,
1352
- 'skip-cert-verify': false,
1353
- 'network': 'ws',
1354
- 'ws-opts':
1355
- { 'path': '/proxyIP=proxyip.sg.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
1356
- 'udp': true
1357
- }
1358
- - {
1359
- 'name': '🇹🇼 台湾_5',
1360
- 'server': '118.163.128.81',
1361
- 'port': '13688',
1362
- 'type': 'vless',
1363
- 'client-fingerprint': 'random',
1364
- 'uuid': '2cd6ed0f-636e-4e6c-9449-5a263d7a0fa5',
1365
- 'tls': true,
1366
- 'tfo': false,
1367
- 'servername': 'cfed.tgzdyz2.top',
1368
- 'skip-cert-verify': true,
1369
- 'network': 'ws',
1370
- 'ws-opts': { 'path': 'TG@ZDYZ2', 'headers': { 'Host': 'cfed.tgzdyz2.top' } },
1371
- 'udp': true
1372
- }
1373
- - {
1374
- 'name': '❓ 未知_8',
1375
- 'server': 'n00003.bzdqsmzngpyyng.sbs',
1376
- 'port': '40276',
1377
- 'type': 'trojan',
1378
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
1379
- 'sni': 'sg01.ckcloud.info',
1380
- 'skip-cert-verify': true,
1381
- 'udp': true
1382
- }
1383
- - {
1384
- 'name': '🇰🇷 韩国_8',
1385
- 'server': 'p233.panda004.net',
1386
- 'port': '50942',
1387
- 'type': 'ss',
1388
- 'cipher': 'aes-256-cfb',
1389
- 'password': 'qwerREWQ@@',
1390
- 'udp': true
1391
- }
1392
- - {
1393
- 'name': '🇰🇷 韩国_9',
1394
- 'server': 'p225.panda004.net',
1395
- 'port': '4005',
1396
- 'type': 'ss',
1397
- 'cipher': 'aes-256-cfb',
1398
- 'password': 'qwerREWQ@@',
1399
- 'udp': true
1400
- }
1401
- - {
1402
- 'name': '🇸🇬 新加坡_19',
1403
- 'server': '13.v2-ray.cyou',
1404
- 'port': '23613',
1405
- 'type': 'vmess',
1406
- 'uuid': '33be52e7-4658-3269-88c6-6c33ec88cc3e',
1407
- 'alterId': '2',
1408
- 'cipher': 'auto',
1409
- 'tls': false,
1410
- 'skip-cert-verify': true,
1411
- 'network': 'ws',
1412
- 'ws-opts': { 'path': '/', 'headers': { 'Host': '13.v2-ray.cyou' } },
1413
- 'udp': true
1414
- }
1415
- - {
1416
- 'name': '🇹🇼 台湾_6',
1417
- 'server': '211.75.74.232',
1418
- 'port': '4443',
1419
- 'type': 'vless',
1420
- 'client-fingerprint': 'chrome',
1421
- 'uuid': '2cd6ed0f-636e-4e6c-9449-5a263d7a0fa5',
1422
- 'tls': true,
1423
- 'tfo': false,
1424
- 'skip-cert-verify': false,
1425
- 'servername': 'cfed.tgzdyz2.top',
1426
- 'network': 'ws',
1427
- 'ws-opts': { 'path': 'TG@ZDYZ2', 'headers': { 'Host': 'cfed.tgzdyz2.top' } }
1428
- }
1429
- - {
1430
- 'name': '🇰🇷 韩国_10',
1431
- 'server': '43.202.41.139',
1432
- 'port': '443',
1433
- 'type': 'ss',
1434
- 'cipher': 'aes-256-cfb',
1435
- 'password': 'amazonskr05',
1436
- 'udp': true
1437
- }
1438
- - {
1439
- 'name': '🇸🇬 新加坡_20',
1440
- 'server': '158.178.246.169',
1441
- 'port': '2082',
1442
- 'client-fingerprint': 'chrome',
1443
- 'type': 'vless',
1444
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
1445
- 'tls': false,
1446
- 'tfo': false,
1447
- 'skip-cert-verify': false,
1448
- 'network': 'ws',
1449
- 'ws-opts':
1450
- { 'path': '/proxyIP=proxyip.sg.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
1451
- 'udp': true
1452
- }
1453
- - {
1454
- 'name': '🇯🇵 日本_27',
1455
- 'server': '121.181.87.111',
1456
- 'port': '12405',
1457
- 'type': 'vless',
1458
- 'client-fingerprint': 'chrome',
1459
- 'uuid': '2cd6ed0f-636e-4e6c-9449-5a263d7a0fa5',
1460
- 'tls': true,
1461
- 'tfo': false,
1462
- 'skip-cert-verify': false,
1463
- 'servername': 'cfed.tgzdyz2.top',
1464
- 'network': 'ws',
1465
- 'ws-opts': { 'path': 'TG@ZDYZ2', 'headers': { 'Host': 'cfed.tgzdyz2.top' } }
1466
- }
1467
- - {
1468
- 'name': '🇰🇷 韩国_11',
1469
- 'server': 'p221.panda001.net',
1470
- 'port': '49032',
1471
- 'type': 'ss',
1472
- 'cipher': 'aes-256-cfb',
1473
- 'password': 'qwerREWQ@@',
1474
- 'udp': true
1475
- }
1476
- - {
1477
- 'name': '🇸🇬 新加坡_21',
1478
- 'server': '152.69.215.14',
1479
- 'port': '2082',
1480
- 'client-fingerprint': 'chrome',
1481
- 'type': 'vless',
1482
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
1483
- 'tls': false,
1484
- 'tfo': false,
1485
- 'skip-cert-verify': false,
1486
- 'network': 'ws',
1487
- 'ws-opts':
1488
- { 'path': '/proxyIP=proxyip.sg.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
1489
- 'udp': true
1490
- }
1491
- - {
1492
- 'name': '🇰🇷 韩国_12',
1493
- 'server': '43.201.110.81',
1494
- 'port': '443',
1495
- 'type': 'ss',
1496
- 'cipher': 'aes-256-cfb',
1497
- 'password': 'amazonskr05',
1498
- 'udp': true
1499
- }
1500
- - {
1501
- 'name': '🇸🇬 新加坡_22',
1502
- 'server': '138.2.76.91',
1503
- 'port': '2086',
1504
- 'client-fingerprint': 'chrome',
1505
- 'type': 'vless',
1506
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
1507
- 'tls': false,
1508
- 'tfo': false,
1509
- 'skip-cert-verify': false,
1510
- 'network': 'ws',
1511
- 'ws-opts':
1512
- { 'path': '/proxyIP=proxyip.sg.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
1513
- 'udp': true
1514
- }
1515
- - {
1516
- 'name': '🇸🇬 新加坡_23',
1517
- 'server': '138.2.92.11',
1518
- 'port': '8880',
1519
- 'client-fingerprint': 'chrome',
1520
- 'type': 'vless',
1521
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
1522
- 'tls': false,
1523
- 'tfo': false,
1524
- 'skip-cert-verify': false,
1525
- 'network': 'ws',
1526
- 'ws-opts':
1527
- { 'path': '/proxyIP=proxyip.sg.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
1528
- 'udp': true
1529
- }
1530
- - {
1531
- 'cipher': 'aes-256-cfb',
1532
- 'name': '🇸🇬 新加坡_24',
1533
- 'password': 'amazonskr05',
1534
- 'port': '443',
1535
- 'server': '47.129.9.69',
1536
- 'type': 'ss',
1537
- 'udp': true
1538
- }
1539
- - {
1540
- 'name': '🇯🇵 日本_28',
1541
- 'server': '231103level3.unclemanco.com',
1542
- 'port': '9062',
1543
- 'type': 'ss',
1544
- 'cipher': 'aes-128-gcm',
1545
- 'password': 'ayucloud1',
1546
- 'plugin': 'obfs',
1547
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
1548
- 'udp': true
1549
- }
1550
- - {
1551
- 'name': '🇰🇷 韩国_13',
1552
- 'server': '43.201.82.233',
1553
- 'port': '443',
1554
- 'type': 'ss',
1555
- 'cipher': 'aes-256-cfb',
1556
- 'password': 'amazonskr05',
1557
- 'delay': '443'
1558
- }
1559
- - {
1560
- 'name': '🇰🇷 韩国_14',
1561
- 'server': '43.201.54.34',
1562
- 'port': '443',
1563
- 'type': 'ss',
1564
- 'cipher': 'aes-256-cfb',
1565
- 'password': 'amazonskr05',
1566
- 'udp': true
1567
- }
1568
- - {
1569
- 'name': '🇰🇷 韩国_15',
1570
- 'server': '43.203.192.6',
1571
- 'port': '443',
1572
- 'type': 'ss',
1573
- 'cipher': 'aes-256-cfb',
1574
- 'password': 'amazonskr05',
1575
- 'udp': true
1576
- }
1577
- - {
1578
- 'name': '🇰🇷 韩国_16',
1579
- 'server': '43.201.34.246',
1580
- 'port': '443',
1581
- 'type': 'ss',
1582
- 'cipher': 'aes-256-cfb',
1583
- 'password': 'amazonskr05',
1584
- 'udp': true
1585
- }
1586
- - {
1587
- 'name': '🇸🇬 新加坡_25',
1588
- 'server': '161.117.81.13',
1589
- 'port': '22388',
1590
- 'client-fingerprint': 'random',
1591
- 'type': 'vless',
1592
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
1593
- 'tls': true,
1594
- 'tfo': false,
1595
- 'skip-cert-verify': false,
1596
- 'servername': 'a17cabb5-3f13-4056-b0ce-476143491d4b.blackbeautifulman.cloudns.org',
1597
- 'network': 'ws',
1598
- 'ws-opts':
1599
- {
1600
- 'path': '/edgetunnel.2424014450.workers.dev/proxyIP=proxyip.sg.fxxk.dedyn.io',
1601
- 'headers': { 'Host': 'a17cabb5-3f13-4056-b0ce-476143491d4b.blackbeautifulman.cloudns.org' }
1602
- },
1603
- 'udp': true
1604
- }
1605
- - {
1606
- 'type': 'ss',
1607
- 'name': '🇰🇷 韩国_17',
1608
- 'server': '43.201.69.200',
1609
- 'port': '443',
1610
- 'cipher': 'aes-256-cfb',
1611
- 'password': 'amazonskr05'
1612
- }
1613
- - {
1614
- 'name': '🇸🇬 新加坡_26',
1615
- 'server': '152.69.215.14',
1616
- 'port': '8880',
1617
- 'client-fingerprint': 'chrome',
1618
- 'type': 'vless',
1619
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
1620
- 'tls': false,
1621
- 'tfo': false,
1622
- 'skip-cert-verify': false,
1623
- 'network': 'ws',
1624
- 'ws-opts':
1625
- { 'path': '/proxyIP=proxyip.sg.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
1626
- 'udp': true
1627
- }
1628
- - {
1629
- 'name': '🇸🇬 新加坡_27',
1630
- 'server': '129.150.63.96',
1631
- 'port': '8880',
1632
- 'client-fingerprint': 'chrome',
1633
- 'type': 'vless',
1634
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
1635
- 'tls': false,
1636
- 'tfo': false,
1637
- 'skip-cert-verify': false,
1638
- 'network': 'ws',
1639
- 'ws-opts':
1640
- { 'path': '/proxyIP=proxyip.sg.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
1641
- 'udp': true
1642
- }
1643
- - {
1644
- 'name': '🇸🇬 新加坡_28',
1645
- 'server': '12.v2-ray.cyou',
1646
- 'port': '23612',
1647
- 'type': 'vmess',
1648
- 'uuid': '33be52e7-4658-3269-88c6-6c33ec88cc3e',
1649
- 'alterId': '2',
1650
- 'cipher': 'auto',
1651
- 'tls': false,
1652
- 'skip-cert-verify': true,
1653
- 'network': 'ws',
1654
- 'ws-opts': { 'path': '/', 'headers': { 'Host': '12.v2-ray.cyou' } },
1655
- 'udp': true
1656
- }
1657
- - {
1658
- 'cipher': 'aes-256-cfb',
1659
- 'name': '🇰🇷 韩国_18',
1660
- 'password': 'amazonskr05',
1661
- 'port': '443',
1662
- 'server': '13.125.25.193',
1663
- 'type': 'ss',
1664
- 'udp': true
1665
- }
1666
- - {
1667
- 'name': '🇸🇬 新加坡_29',
1668
- 'type': 'vless',
1669
- 'server': '13.250.131.37',
1670
- 'port': '443',
1671
- 'uuid': '2cd6ed0f-636e-4e6c-9449-5a263d7a0fa5',
1672
- 'tls': true,
1673
- 'servername': 'cfed.tgzdyz2.top',
1674
- 'network': 'ws',
1675
- 'ws-opts': { 'path': 'tg@zdyz2', 'headers': { 'host': 'cfed.tgzdyz2.top' } }
1676
- }
1677
- - {
1678
- 'cipher': 'aes-256-cfb',
1679
- 'name': '🇰🇷 韩国_19',
1680
- 'password': 'amazonskr05',
1681
- 'port': '443',
1682
- 'server': '43.203.201.192',
1683
- 'type': 'ss'
1684
- }
1685
- - {
1686
- 'name': '🇸🇬 新加坡_30',
1687
- 'server': 'n00007.bzdqsmzngpyyng.sbs',
1688
- 'port': '40276',
1689
- 'type': 'trojan',
1690
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
1691
- 'sni': 'sg01.ckcloud.info',
1692
- 'skip-cert-verify': true,
1693
- 'udp': true
1694
- }
1695
- - {
1696
- 'name': '🇯🇵 日本_29',
1697
- 'server': '146.56.133.140',
1698
- 'port': '2096',
1699
- 'client-fingerprint': 'chrome',
1700
- 'type': 'vless',
1701
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
1702
- 'tls': false,
1703
- 'tfo': false,
1704
- 'skip-cert-verify': false,
1705
- 'network': 'ws',
1706
- 'ws-opts':
1707
- { 'path': '/proxyIP=proxyip.kr.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
1708
- 'udp': true
1709
- }
1710
- - {
1711
- 'name': '🇸🇬 新加坡_31',
1712
- 'server': 'n00007.bzdqsmzngpyyng.sbs',
1713
- 'port': '21526',
1714
- 'type': 'trojan',
1715
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
1716
- 'sni': 'sg02.ckcloud.info',
1717
- 'skip-cert-verify': true,
1718
- 'udp': true
1719
- }
1720
- - {
1721
- 'name': '🇸🇬 新加坡_32',
1722
- 'server': 'n00003.bzdqsmzngpyyng.sbs',
1723
- 'port': '21526',
1724
- 'type': 'trojan',
1725
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
1726
- 'sni': 'sg02.ckcloud.info',
1727
- 'skip-cert-verify': true,
1728
- 'udp': true
1729
- }
1730
- - {
1731
- 'name': '🇲🇾 马来西亚_1',
1732
- 'server': 'n00005.bzdqsmzngpyyng.sbs',
1733
- 'port': '25881',
1734
- 'type': 'trojan',
1735
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
1736
- 'sni': 'my01.ckcloud.info',
1737
- 'skip-cert-verify': true,
1738
- 'udp': true
1739
- }
1740
- - {
1741
- 'name': '🇹🇼 台湾_7',
1742
- 'server': '118.163.128.81',
1743
- 'port': '12559',
1744
- 'type': 'vless',
1745
- 'client-fingerprint': 'chrome',
1746
- 'uuid': '2cd6ed0f-636e-4e6c-9449-5a263d7a0fa5',
1747
- 'tls': true,
1748
- 'tfo': false,
1749
- 'skip-cert-verify': false,
1750
- 'servername': 'cfed.tgzdyz2.top',
1751
- 'network': 'ws',
1752
- 'ws-opts': { 'path': 'TG@ZDYZ2', 'headers': { 'Host': 'cfed.tgzdyz2.top' } }
1753
- }
1754
- - {
1755
- 'name': '🇸🇬 新加坡_33',
1756
- 'server': 'n00005.bzdqsmzngpyyng.sbs',
1757
- 'port': '40276',
1758
- 'type': 'trojan',
1759
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
1760
- 'sni': 'sg01.ckcloud.info',
1761
- 'skip-cert-verify': true,
1762
- 'udp': true
1763
- }
1764
- - {
1765
- 'name': '🇯🇵 日本_30',
1766
- 'server': 'uhisfgy78eu.cfprefer1.xyz',
1767
- 'port': '28436',
1768
- 'type': 'ss',
1769
- 'cipher': 'aes-256-gcm',
1770
- 'password': '3ce72168-730e-4020-baf8-620ee14634ac',
1771
- 'udp': true
1772
- }
1773
- - {
1774
- 'name': '🇰🇷 韩国_20',
1775
- 'server': '231103level3.unclemanco.com',
1776
- 'port': '9019',
1777
- 'type': 'ss',
1778
- 'cipher': 'aes-128-gcm',
1779
- 'password': 'ayucloud1',
1780
- 'plugin': 'obfs',
1781
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
1782
- 'udp': true
1783
- }
1784
- - {
1785
- 'name': '🇹🇼 台湾_8',
1786
- 'type': 'vless',
1787
- 'server': '118.163.128.81',
1788
- 'port': '17333',
1789
- 'uuid': '678ac895-92c2-4f27-a9d4-f1a89c5f5365',
1790
- 'tls': true,
1791
- 'servername': 'mositr.freenods.sbs',
1792
- 'network': 'ws',
1793
- 'ws-opts': { 'path': 'Twitter苏小柠', 'headers': { 'host': 'mositr.freenods.sbs' } }
1794
- }
1795
- - {
1796
- 'name': '🇯🇵 日本_31',
1797
- 'type': 'vless',
1798
- 'server': '152.70.245.66',
1799
- 'port': '12693',
1800
- 'uuid': '38a2070d-a256-48f3-891b-c9b68b01c8f7',
1801
- 'tls': true,
1802
- 'servername': 'jd.wxgqlfx.top',
1803
- 'network': 'ws',
1804
- 'ws-opts': { 'path': '/?ed=2048', 'headers': { 'host': 'jd.wxgqlfx.top' } }
1805
- }
1806
- - {
1807
- 'name': '🇰🇷 韩国_21',
1808
- 'server': '146.56.161.141',
1809
- 'port': '45593',
1810
- 'type': 'vless',
1811
- 'client-fingerprint': 'chrome',
1812
- 'uuid': 'd342d11e-d424-4583-b36e-524ab1f0afa4',
1813
- 'tls': true,
1814
- 'tfo': false,
1815
- 'skip-cert-verify': false,
1816
- 'servername': 'a.ssll.gay',
1817
- 'network': 'ws',
1818
- 'ws-opts': { 'path': 'Telegram🇨🇳 @WangCai2 /?ed=2048', 'headers': { 'Host': 'a.ssll.gay' } },
1819
- 'delay': '2444'
1820
- }
1821
- - {
1822
- 'name': '🇸🇬 新加坡_34',
1823
- 'server': 'n00005.bzdqsmzngpyyng.sbs',
1824
- 'port': '21526',
1825
- 'type': 'trojan',
1826
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
1827
- 'sni': 'sg02.ckcloud.info',
1828
- 'skip-cert-verify': true,
1829
- 'udp': true
1830
- }
1831
- - {
1832
- 'name': '🇰🇷 韩国_22',
1833
- 'server': '43.203.227.246',
1834
- 'type': 'ss',
1835
- 'port': '443',
1836
- 'password': 'amazonskr05',
1837
- 'cipher': 'aes-256-cfb',
1838
- 'delay': '535'
1839
- }
1840
- - {
1841
- 'name': '🇰🇷 韩国_23',
1842
- 'server': '231103level3.unclemanco.com',
1843
- 'port': '921',
1844
- 'type': 'ss',
1845
- 'cipher': 'aes-128-gcm',
1846
- 'password': 'ayucl243113',
1847
- 'plugin': 'obfs',
1848
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
1849
- 'udp': true
1850
- }
1851
- - {
1852
- 'name': '🇯🇵 日本_32',
1853
- 'server': '112.168.91.60',
1854
- 'port': '18888',
1855
- 'type': 'vless',
1856
- 'Inc. - 22': 'None',
1857
- 'client-fingerprint': 'random',
1858
- 'uuid': '2cd6ed0f-636e-4e6c-9449-5a263d7a0fa5',
1859
- 'tls': true,
1860
- 'tfo': false,
1861
- 'servername': 'cfed.tgzdyz2.top',
1862
- 'skip-cert-verify': true,
1863
- 'network': 'ws',
1864
- 'ws-opts': { 'path': 'TG@ZDYZ2', 'headers': { 'Host': 'cfed.tgzdyz2.top' } },
1865
- 'udp': true,
1866
- 'delay': '2506'
1867
- }
1868
- - {
1869
- 'name': '🇭🇰 香港_51',
1870
- 'server': '8.v2-ray.cyou',
1871
- 'port': '23608',
1872
- 'type': 'vmess',
1873
- 'uuid': '33be52e7-4658-3269-88c6-6c33ec88cc3e',
1874
- 'alterId': '2',
1875
- 'cipher': 'auto',
1876
- 'tls': false,
1877
- 'skip-cert-verify': true,
1878
- 'udp': true
1879
- }
1880
- - {
1881
- 'name': '🇰🇷 韩国_24',
1882
- 'server': '231103level2.unclemanco.com',
1883
- 'port': '804',
1884
- 'type': 'ss',
1885
- 'cipher': 'aes-128-gcm',
1886
- 'password': 'wedsa',
1887
- 'plugin': 'obfs',
1888
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
1889
- 'udp': true
1890
- }
1891
- - {
1892
- 'name': '🇭🇰 香港_52',
1893
- 'server': '183.236.51.59',
1894
- 'port': '54100',
1895
- 'type': 'vmess',
1896
- 'alterId': '64',
1897
- 'cipher': 'auto',
1898
- 'skip-cert-verify': false,
1899
- 'tfo': false,
1900
- 'tls': false,
1901
- 'uuid': '418048af-a293-4b99-9b0c-98ca3580dd24'
1902
- }
1903
- - {
1904
- 'name': '🇯🇵 日本_33',
1905
- 'server': '14.52.249.135',
1906
- 'port': '10082',
1907
- 'type': 'vless',
1908
- 'client-fingerprint': 'chrome',
1909
- 'uuid': '2cd6ed0f-636e-4e6c-9449-5a263d7a0fa5',
1910
- 'tls': true,
1911
- 'tfo': false,
1912
- 'skip-cert-verify': false,
1913
- 'servername': 'cfed.tgzdyz2.top',
1914
- 'network': 'ws',
1915
- 'ws-opts': { 'path': 'TG@ZDYZ2', 'headers': { 'Host': 'cfed.tgzdyz2.top' } }
1916
- }
1917
- - {
1918
- 'name': '🇰🇷 韩国_25',
1919
- 'server': '231103level3.unclemanco.com',
1920
- 'port': '920',
1921
- 'type': 'ss',
1922
- 'cipher': 'aes-128-gcm',
1923
- 'password': 'ayucloud1',
1924
- 'plugin': 'obfs',
1925
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
1926
- 'udp': true
1927
- }
1928
- - {
1929
- 'name': '🇯🇵 日本_34',
1930
- 'server': '47.91.16.214',
1931
- 'port': '80',
1932
- 'client-fingerprint': 'chrome',
1933
- 'type': 'vless',
1934
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
1935
- 'tls': false,
1936
- 'tfo': false,
1937
- 'skip-cert-verify': false,
1938
- 'network': 'ws',
1939
- 'ws-opts':
1940
- { 'path': '/proxyIP=proxyip.jp.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
1941
- 'udp': true
1942
- }
1943
- - {
1944
- 'name': '🇰🇷 韩国_26',
1945
- 'server': '231103level3.unclemanco.com',
1946
- 'port': '9035',
1947
- 'type': 'ss',
1948
- 'cipher': 'aes-128-gcm',
1949
- 'password': 'QHPy2u',
1950
- 'plugin': 'obfs',
1951
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
1952
- 'udp': true
1953
- }
1954
- - {
1955
- 'name': '🇮🇳 印度',
1956
- 'server': '143.110.242.24',
1957
- 'port': '51117',
1958
- 'type': 'ss',
1959
- 'cipher': 'chacha20-ietf-poly1305',
1960
- 'password': 'P7Mq81xOOwVCMxRtTYqv0T',
1961
- 'udp': true
1962
- }
1963
- - {
1964
- 'name': '🇰🇷 韩国_27',
1965
- 'server': '231103level3.unclemanco.com',
1966
- 'port': '803',
1967
- 'type': 'ss',
1968
- 'cipher': 'aes-128-gcm',
1969
- 'password': 'QHPy2u',
1970
- 'plugin': 'obfs',
1971
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
1972
- 'udp': true
1973
- }
1974
- - {
1975
- 'name': '🇯🇵 日本_35',
1976
- 'server': 'uhisfgy78eu.cfprefer1.xyz',
1977
- 'port': '10019',
1978
- 'type': 'ss',
1979
- 'cipher': 'aes-256-gcm',
1980
- 'password': '3ce72168-730e-4020-baf8-620ee14634ac',
1981
- 'udp': true
1982
- }
1983
- - {
1984
- 'name': '🇰🇷 韩国_28',
1985
- 'server': 'p232.panda004.net',
1986
- 'port': '51472',
1987
- 'type': 'ss',
1988
- 'cipher': 'aes-256-cfb',
1989
- 'password': 'qwerREWQ@@',
1990
- 'udp': true
1991
- }
1992
- - {
1993
- 'type': 'ss',
1994
- 'name': '🇰🇷 韩国_29',
1995
- 'server': 'p110.panda001.net',
1996
- 'port': '54719',
1997
- 'cipher': 'aes-256-cfb',
1998
- 'password': 'qwerREWQ@@'
1999
- }
2000
- - {
2001
- 'name': '🇰🇷 韩国_30',
2002
- 'server': 'p230.panda004.net',
2003
- 'port': '42978',
2004
- 'type': 'ss',
2005
- 'cipher': 'aes-256-cfb',
2006
- 'password': 'qwerREWQ@@',
2007
- 'udp': true
2008
- }
2009
- - {
2010
- 'name': '🇰🇷 韩国_31',
2011
- 'server': '231103level3.unclemanco.com',
2012
- 'port': '807',
2013
- 'type': 'ss',
2014
- 'cipher': 'aes-128-gcm',
2015
- 'password': 'ayuclsaa',
2016
- 'plugin': 'obfs',
2017
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
2018
- 'udp': true
2019
- }
2020
- - {
2021
- 'name': '🇰🇷 韩国_32',
2022
- 'server': '231103level3.unclemanco.com',
2023
- 'port': '913',
2024
- 'type': 'ss',
2025
- 'cipher': 'aes-128-gcm',
2026
- 'password': 'ayucloud1',
2027
- 'plugin': 'obfs',
2028
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
2029
- 'udp': true
2030
- }
2031
- - {
2032
- 'name': '🇰🇷 韩国_33',
2033
- 'server': 'p238.panda004.net',
2034
- 'port': '57743',
2035
- 'type': 'ss',
2036
- 'cipher': 'aes-256-cfb',
2037
- 'password': 'qwerREWQ@@',
2038
- 'udp': true
2039
- }
2040
- - {
2041
- 'name': '🇰🇷 韩国_34',
2042
- 'server': '231103level3.unclemanco.com',
2043
- 'port': '9001',
2044
- 'type': 'ss',
2045
- 'cipher': 'aes-128-gcm',
2046
- 'password': 'ayucew2',
2047
- 'plugin': 'obfs',
2048
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
2049
- 'udp': true
2050
- }
2051
- - {
2052
- 'name': '🇲🇾 马来西亚_2',
2053
- 'server': 'n00007.bzdqsmzngpyyng.sbs',
2054
- 'port': '25881',
2055
- 'type': 'trojan',
2056
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
2057
- 'sni': 'my01.ckcloud.info',
2058
- 'skip-cert-verify': true,
2059
- 'udp': true
2060
- }
2061
- - {
2062
- 'name': '🇻🇳 越南_1',
2063
- 'server': 'n00005.bzdqsmzngpyyng.sbs',
2064
- 'port': '54295',
2065
- 'type': 'ss',
2066
- 'cipher': 'chacha20-ietf-poly1305',
2067
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
2068
- 'udp': true
2069
- }
2070
- - {
2071
- 'name': '🇻🇳 越南_2',
2072
- 'server': 'n00007.bzdqsmzngpyyng.sbs',
2073
- 'port': '54295',
2074
- 'type': 'ss',
2075
- 'cipher': 'chacha20-ietf-poly1305',
2076
- 'password': 'ee016766-2d94-4f6e-b720-186c601ee4e0',
2077
- 'udp': true
2078
- }
2079
- - {
2080
- 'name': '🇯🇵 日本_36',
2081
- 'server': 'tg.wxgqlfx.top',
2082
- 'port': '443',
2083
- 'type': 'vless',
2084
- 'uuid': '38a2070d-a256-48f3-891b-c9b68b01c8f7',
2085
- 'tls': true,
2086
- 'servername': 'jd.wxgqlfx.top',
2087
- 'network': 'ws',
2088
- 'ws-opts': { 'path': '/?ed=2048', 'headers': { 'host': 'jd.wxgqlfx.top' } }
2089
- }
2090
- - {
2091
- 'name': '🇺🇸 美国_3',
2092
- 'type': 'vless',
2093
- 'server': 'fbi.gov',
2094
- 'port': '8080',
2095
- 'uuid': '399a2781-48ba-4b43-ba9b-1ea0b66c1736',
2096
- 'tls': false,
2097
- 'servername': 'wjw.sripfeur.workers.dev',
2098
- 'network': 'ws',
2099
- 'ws-opts': { 'path': '/?ed=2048', 'headers': { 'host': 'wjw.sripfeur.workers.dev' } },
2100
- 'client-fingerprint': 'randomized'
2101
- }
2102
- - {
2103
- 'name': '🇯🇵 日本_37',
2104
- 'server': '64.110.88.200',
2105
- 'port': '8443',
2106
- 'client-fingerprint': 'chrome',
2107
- 'type': 'vless',
2108
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
2109
- 'tls': false,
2110
- 'tfo': false,
2111
- 'skip-cert-verify': false,
2112
- 'network': 'ws',
2113
- 'ws-opts':
2114
- { 'path': '/proxyIP=proxyip.kr.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
2115
- 'udp': true
2116
- }
2117
- - {
2118
- 'name': '🇰🇷 韩国_35',
2119
- 'server': '231103level3.unclemanco.com',
2120
- 'port': '810',
2121
- 'type': 'ss',
2122
- 'cipher': 'aes-128-gcm',
2123
- 'password': 'QHPy2u',
2124
- 'plugin': 'obfs',
2125
- 'plugin-opts': { 'mode': 'http', 'host': 'd6c9191892.download.windowsupdate.com' },
2126
- 'udp': true
2127
- }
2128
- - {
2129
- 'name': '🇯🇵 日本_38',
2130
- 'server': '103.150.8.57',
2131
- 'port': '58294',
2132
- 'type': 'vless',
2133
- 'client-fingerprint': 'random',
2134
- 'uuid': '2cd6ed0f-636e-4e6c-9449-5a263d7a0fa5',
2135
- 'tls': true,
2136
- 'tfo': false,
2137
- 'servername': 'cfed.tgzdyz2.top',
2138
- 'skip-cert-verify': true,
2139
- 'network': 'ws',
2140
- 'ws-opts': { 'path': 'TG@ZDYZ2', 'headers': { 'Host': 'cfed.tgzdyz2.top' } },
2141
- 'udp': true
2142
- }
2143
- - {
2144
- 'name': '🇰🇷 韩国_36',
2145
- 'server': '146.56.169.23',
2146
- 'port': '34237',
2147
- 'type': 'vless',
2148
- 'client-fingerprint': 'chrome',
2149
- 'uuid': 'd342d11e-d424-4583-b36e-524ab1f0afa4',
2150
- 'tls': true,
2151
- 'tfo': false,
2152
- 'skip-cert-verify': false,
2153
- 'servername': 'a.ssll.gay',
2154
- 'network': 'ws',
2155
- 'ws-opts': { 'path': 'Telegram🇨🇳 @WangCai2 /?ed=2048', 'headers': { 'Host': 'a.ssll.gay' } },
2156
- 'delay': '2001'
2157
- }
2158
- - {
2159
- 'name': '❓ 未知_9',
2160
- 'server': 'jsfg-iepl.bluetile.xyz',
2161
- 'type': 'ss',
2162
- 'port': '41017',
2163
- 'password': 'a547892e-5ffa-491e-9f58-b57bbd149378',
2164
- 'cipher': 'chacha20-ietf-poly1305',
2165
- 'delay': '931'
2166
- }
2167
- - {
2168
- 'name': '🇰🇷 韩国_37',
2169
- 'server': '221.150.109.87',
2170
- 'port': '43926',
2171
- 'type': 'ss',
2172
- 'cipher': 'aes-256-cfb',
2173
- 'password': 'qwerREWQ@@',
2174
- 'udp': true
2175
- }
2176
- - {
2177
- 'name': '🇸🇬 新加坡_35',
2178
- 'server': '117.18.13.170',
2179
- 'port': '40269',
2180
- 'type': 'vless',
2181
- 'Inc. - 3': 'None',
2182
- 'client-fingerprint': 'random',
2183
- 'uuid': '2cd6ed0f-636e-4e6c-9449-5a263d7a0fa5',
2184
- 'tls': true,
2185
- 'tfo': false,
2186
- 'servername': 'cfed.tgzdyz2.top',
2187
- 'skip-cert-verify': true,
2188
- 'network': 'ws',
2189
- 'ws-opts': { 'path': 'TG@ZDYZ2', 'headers': { 'Host': 'cfed.tgzdyz2.top' } },
2190
- 'udp': true,
2191
- 'delay': '1997'
2192
- }
2193
- - {
2194
- 'name': '🇰🇷 韩国_38',
2195
- 'server': 'p231.panda004.net',
2196
- 'port': '43926',
2197
- 'type': 'ss',
2198
- 'cipher': 'aes-256-cfb',
2199
- 'password': 'qwerREWQ@@'
2200
- }
2201
- - {
2202
- 'name': '🇯🇵 日本_39',
2203
- 'server': '45.66.129.42',
2204
- 'port': '11015',
2205
- 'client-fingerprint': 'random',
2206
- 'type': 'vless',
2207
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
2208
- 'tls': true,
2209
- 'tfo': false,
2210
- 'skip-cert-verify': false,
2211
- 'servername': '159d770e-fd74-4069-a73b-fe6ececa7951.f82aee4c-752c-4b0c-9793-380d4d76435c.ddnsgeek.com',
2212
- 'network': 'ws',
2213
- 'ws-opts':
2214
- {
2215
- 'path': '/edgetunnel.2424014450.workers.dev/proxyIP=proxyip.jp.fxxk.dedyn.io',
2216
- 'headers':
2217
- { 'Host': '159d770e-fd74-4069-a73b-fe6ececa7951.f82aee4c-752c-4b0c-9793-380d4d76435c.ddnsgeek.com' }
2218
- },
2219
- 'udp': true
2220
- }
2221
- - {
2222
- 'name': '🇯🇵 日本_40',
2223
- 'server': '8.209.252.13',
2224
- 'port': '8880',
2225
- 'client-fingerprint': 'chrome',
2226
- 'type': 'vless',
2227
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
2228
- 'tls': false,
2229
- 'tfo': false,
2230
- 'skip-cert-verify': false,
2231
- 'network': 'ws',
2232
- 'ws-opts':
2233
- { 'path': '/proxyIP=proxyip.jp.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
2234
- 'udp': true
2235
- }
2236
- - {
2237
- 'name': '🇺🇸 美国_4',
2238
- 'server': '52.12.162.168',
2239
- 'port': '443',
2240
- 'type': 'ss',
2241
- 'cipher': 'aes-256-cfb',
2242
- 'password': 'amazonskr05',
2243
- 'delay': '703'
2244
- }
2245
- - {
2246
- 'cipher': 'aes-256-cfb',
2247
- 'client-fingerprint': 'chrome',
2248
- 'name': '🇺🇸 美国_5',
2249
- 'password': 'amazonskr05',
2250
- 'port': '443',
2251
- 'server': '35.91.225.232',
2252
- 'tfo': false,
2253
- 'type': 'ss'
2254
- }
2255
- - {
2256
- 'name': '🇯🇵 日本_41',
2257
- 'type': 'vless',
2258
- 'server': '146.56.144.32',
2259
- 'port': '11202',
2260
- 'uuid': '86cb9a9b-dc2e-45d6-b35d-7ce1daa32a15',
2261
- 'tls': true,
2262
- 'servername': 'dns68.shift.cloudns.org',
2263
- 'network': 'ws',
2264
- 'ws-opts': { 'path': 'Twitter苏小柠', 'headers': { 'host': 'dns68.shift.cloudns.org' } }
2265
- }
2266
- - {
2267
- 'name': '🇯🇵 日本_42',
2268
- 'server': '1.238.209.247',
2269
- 'port': '34866',
2270
- 'client-fingerprint': 'random',
2271
- 'type': 'vless',
2272
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
2273
- 'tls': true,
2274
- 'tfo': false,
2275
- 'skip-cert-verify': false,
2276
- 'servername': 'a17cabb5-3f13-4056-b0ce-476143491d4b.blackbeautifulman.cloudns.org',
2277
- 'network': 'ws',
2278
- 'ws-opts':
2279
- {
2280
- 'path': '/edgetunnel.2424014450.workers.dev/proxyIP=proxyip.kr.fxxk.dedyn.io',
2281
- 'headers': { 'Host': 'a17cabb5-3f13-4056-b0ce-476143491d4b.blackbeautifulman.cloudns.org' }
2282
- },
2283
- 'udp': true
2284
- }
2285
- - {
2286
- 'name': '🇯🇵 日本_43',
2287
- 'server': '39.118.238.82',
2288
- 'port': '35978',
2289
- 'client-fingerprint': 'random',
2290
- 'type': 'vless',
2291
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
2292
- 'tls': true,
2293
- 'tfo': false,
2294
- 'skip-cert-verify': false,
2295
- 'servername': 'e8b99cbe-9ebd-4a20-a497-38f4b29f2c98.83b11782-ecae-411f-90c3-2a01bb33260a.gleeze.com',
2296
- 'network': 'ws',
2297
- 'ws-opts':
2298
- {
2299
- 'path': '/edgetunnel.2424014450.workers.dev/proxyIP=proxyip.kr.fxxk.dedyn.io',
2300
- 'headers': { 'Host': 'e8b99cbe-9ebd-4a20-a497-38f4b29f2c98.83b11782-ecae-411f-90c3-2a01bb33260a.gleeze.com' }
2301
- },
2302
- 'udp': true
2303
- }
2304
- - {
2305
- 'name': '🇯🇵 日本_44',
2306
- 'type': 'vless',
2307
- 'server': '1.232.40.93',
2308
- 'port': '11211',
2309
- 'uuid': '2cd6ed0f-636e-4e6c-9449-5a263d7a0fa5',
2310
- 'tls': true,
2311
- 'servername': 'cfed.tgzdyz2.top',
2312
- 'network': 'ws',
2313
- 'ws-opts': { 'path': 'tg@zdyz2', 'headers': { 'host': 'cfed.tgzdyz2.top' } }
2314
- }
2315
- - {
2316
- 'name': '🇺🇸 美国_6',
2317
- 'server': '35.91.54.169',
2318
- 'port': '443',
2319
- 'type': 'ss',
2320
- 'cipher': 'aes-256-cfb',
2321
- 'password': 'amazonskr05',
2322
- 'udp': true
2323
- }
2324
- - {
2325
- 'name': '🇯🇵 日本_45',
2326
- 'type': 'vless',
2327
- 'server': '146.56.171.182',
2328
- 'port': '11659',
2329
- 'uuid': '86cb9a9b-dc2e-45d6-b35d-7ce1daa32a15',
2330
- 'tls': true,
2331
- 'servername': 'dns68.shift.cloudns.org',
2332
- 'network': 'ws',
2333
- 'ws-opts': { 'path': 'Twitter苏小柠', 'headers': { 'host': 'dns68.shift.cloudns.org' } }
2334
- }
2335
- - {
2336
- 'name': '🇯🇵 日本_46',
2337
- 'server': '47.91.15.247',
2338
- 'port': '8080',
2339
- 'client-fingerprint': 'chrome',
2340
- 'type': 'vless',
2341
- 'uuid': '113dd109-540e-4497-9d47-eed30315260f',
2342
- 'tls': false,
2343
- 'tfo': false,
2344
- 'skip-cert-verify': false,
2345
- 'network': 'ws',
2346
- 'ws-opts':
2347
- { 'path': '/proxyIP=proxyip.jp.fxxk.dedyn.io', 'headers': { 'Host': 'edgetunnel.2424014450.workers.dev' } },
2348
- 'udp': true
2349
- }
2350
-
2351
- # 代理组
2352
- proxy-groups:
2353
- - name: 节点选择
2354
- type: select
2355
-
2356
- proxies:
2357
- [
2358
- '延迟选优',
2359
- '故障转移',
2360
- '负载均衡(散列)',
2361
- '负载均衡(轮询)',
2362
- 'DIRECT',
2363
- '香港节点',
2364
- '日本节点',
2365
- '菲律宾节点',
2366
- '台湾节点',
2367
- '新加坡节点',
2368
- '未知节点',
2369
- 'Cloudflare节点',
2370
- '韩国节点',
2371
- '美国节点',
2372
- '马来西亚节点',
2373
- '印度节点',
2374
- '越南节点'
2375
- ]
2376
-
2377
- - name: 延迟选优
2378
- type: url-test
2379
- tolerance: 100
2380
- lazy: true
2381
- interval: 60
2382
- timeout: 2000
2383
- url: https://www.google.com/gen_204
2384
- max-failed-times: 3
2385
- proxies:
2386
- [
2387
- '香港节点',
2388
- '日本节点',
2389
- '菲律宾节点',
2390
- '台湾节点',
2391
- '新加坡节点',
2392
- '未知节点',
2393
- 'Cloudflare节点',
2394
- '韩国节点',
2395
- '美国节点',
2396
- '马来西亚节点',
2397
- '印度节点',
2398
- '越南节点'
2399
- ]
2400
-
2401
- - name: 故障转移
2402
- type: fallback
2403
- lazy: true
2404
- interval: 60
2405
- timeout: 2000
2406
- url: https://www.google.com/gen_204
2407
- max-failed-times: 3
2408
- proxies:
2409
- [
2410
- '香港节点',
2411
- '日本节点',
2412
- '菲律宾节点',
2413
- '台湾节点',
2414
- '新加坡节点',
2415
- '未知节点',
2416
- 'Cloudflare节点',
2417
- '韩国节点',
2418
- '美国节点',
2419
- '马来西亚节点',
2420
- '印度节点',
2421
- '越南节点'
2422
- ]
2423
-
2424
- - name: 负载均衡(散列)
2425
- type: load-balance
2426
- strategy: consistent-hashing
2427
- lazy: true
2428
- interval: 60
2429
- timeout: 2000
2430
- url: https://www.google.com/gen_204
2431
- max-failed-times: 3
2432
- proxies:
2433
- [
2434
- '香港节点',
2435
- '日本节点',
2436
- '菲律宾节点',
2437
- '台湾节点',
2438
- '新加坡节点',
2439
- '未知节点',
2440
- 'Cloudflare节点',
2441
- '韩国节点',
2442
- '美国节点',
2443
- '马来西亚节点',
2444
- '印度节点',
2445
- '越南节点'
2446
- ]
2447
-
2448
- - name: 负载均衡(轮询)
2449
- type: load-balance
2450
- strategy: round-robin
2451
- lazy: true
2452
- interval: 60s
2453
- timeout: 2000
2454
- url: https://www.google.com/gen_204
2455
- max-failed-times: 3
2456
- proxies:
2457
- [
2458
- '香港节点',
2459
- '日本节点',
2460
- '菲律宾节点',
2461
- '台湾节点',
2462
- '新加坡节点',
2463
- '未知节点',
2464
- 'Cloudflare节点',
2465
- '韩国节点',
2466
- '美国节点',
2467
- '马来西亚节点',
2468
- '印度节点',
2469
- '越南节点'
2470
- ]
2471
-
2472
- - name: 谷歌服务
2473
- type: select
2474
- proxies:
2475
- [
2476
- '节点选择',
2477
- '延迟选优',
2478
- '故障转移',
2479
- '负载均衡(散列)',
2480
- '负载均衡(轮询)',
2481
- '全局直连',
2482
- '香港节点',
2483
- '日本节点',
2484
- '菲律宾节点',
2485
- '台湾节点',
2486
- '新加坡节点',
2487
- '未知节点',
2488
- 'Cloudflare节点',
2489
- '韩国节点',
2490
- '美国节点',
2491
- '马来西亚节点',
2492
- '印度节点',
2493
- '越南节点'
2494
- ]
2495
-
2496
- - name: 国外媒体
2497
- type: select
2498
- proxies:
2499
- [
2500
- '节点选择',
2501
- '延迟选优',
2502
- '故障转移',
2503
- '负载均衡(散列)',
2504
- '负载均衡(轮询)',
2505
- '全局直连',
2506
- '香港节点',
2507
- '日本节点',
2508
- '菲律宾节点',
2509
- '台湾节点',
2510
- '新加坡节点',
2511
- '未知节点',
2512
- 'Cloudflare节点',
2513
- '韩国节点',
2514
- '美国节点',
2515
- '马来西亚节点',
2516
- '印度节点',
2517
- '越南节点'
2518
- ]
2519
-
2520
- - name: 电报消息
2521
- type: select
2522
- proxies:
2523
- [
2524
- '节点选择',
2525
- '延迟选优',
2526
- '故障转移',
2527
- '负载均衡(散列)',
2528
- '负载均衡(轮询)',
2529
- '全局直连',
2530
- '香港节点',
2531
- '日本节点',
2532
- '菲律宾节点',
2533
- '台湾节点',
2534
- '新加坡节点',
2535
- '未知节点',
2536
- 'Cloudflare节点',
2537
- '韩国节点',
2538
- '美国节点',
2539
- '马来西亚节点',
2540
- '印度节点',
2541
- '越南节点'
2542
- ]
2543
-
2544
- - name: 微软服务
2545
- type: select
2546
- proxies:
2547
- [
2548
- '全局直连',
2549
- '节点选择',
2550
- '延迟选优',
2551
- '故障转移',
2552
- '负载均衡(散列)',
2553
- '负载均衡(轮询)',
2554
- '香港节点',
2555
- '日本节点',
2556
- '菲律宾节点',
2557
- '台湾节点',
2558
- '新加坡节点',
2559
- '未知节点',
2560
- 'Cloudflare节点',
2561
- '韩国节点',
2562
- '美国节点',
2563
- '马来西亚节点',
2564
- '印度节点',
2565
- '越南节点'
2566
- ]
2567
-
2568
- - name: 苹果服务
2569
- type: select
2570
- proxies:
2571
- [
2572
- '节点选择',
2573
- '延迟选优',
2574
- '故障转移',
2575
- '负载均衡(散列)',
2576
- '负载均衡(轮询)',
2577
- '全局直连',
2578
- '香港节点',
2579
- '日本节点',
2580
- '菲律宾节点',
2581
- '台湾节点',
2582
- '新加坡节点',
2583
- '未知节点',
2584
- 'Cloudflare节点',
2585
- '韩国节点',
2586
- '美国节点',
2587
- '马来西亚节点',
2588
- '印度节点',
2589
- '越南节点'
2590
- ]
2591
-
2592
- - name: 广告过滤
2593
- type: select
2594
- proxies: ['REJECT', 'DIRECT']
2595
-
2596
- - name: 全局直连
2597
- type: select
2598
- proxies:
2599
- [
2600
- 'DIRECT',
2601
- '节点选择',
2602
- '延迟选优',
2603
- '故障转移',
2604
- '负载均衡(散列)',
2605
- '负载均衡(轮询)',
2606
- '香港节点',
2607
- '日本节点',
2608
- '菲律宾节点',
2609
- '台湾节点',
2610
- '新加坡节点',
2611
- '未知节点',
2612
- 'Cloudflare节点',
2613
- '韩国节点',
2614
- '美国节点',
2615
- '马来西亚节点',
2616
- '印度节点',
2617
- '越南节点'
2618
- ]
2619
-
2620
- - name: 全局拦截
2621
- type: select
2622
- proxies: ['REJECT', 'DIRECT']
2623
-
2624
- - name: 漏网之鱼
2625
- type: select
2626
- proxies:
2627
- [
2628
- '节点选择',
2629
- '延迟选优',
2630
- '故障转移',
2631
- '负载均衡(散列)',
2632
- '负载均衡(轮询)',
2633
- '全局直连',
2634
- '香港节点',
2635
- '日本节点',
2636
- '菲律宾节点',
2637
- '台湾节点',
2638
- '新加坡节点',
2639
- '未知节点',
2640
- 'Cloudflare节点',
2641
- '韩国节点',
2642
- '美国节点',
2643
- '马来西亚节点',
2644
- '印度节点',
2645
- '越南节点'
2646
- ]
2647
-
2648
- - name: 香港节点
2649
- type: url-test
2650
- tolerance: 50
2651
- lazy: false
2652
- interval: 300
2653
- timeout: 2000
2654
- url: https://www.google.com/gen_204
2655
- max-failed-times: 3
2656
- hidden: false
2657
- proxies:
2658
- [
2659
- '🇭🇰 香港_1',
2660
- '🇭🇰 香港_2',
2661
- '🇭🇰 香港_3',
2662
- '🇭🇰 香港_4',
2663
- '🇭🇰 香港_5',
2664
- '🇭🇰 香港_6',
2665
- '🇭🇰 香港_7',
2666
- '🇭🇰 香港_8',
2667
- '🇭🇰 香港_9',
2668
- '🇭🇰 香港_10',
2669
- '🇭🇰 香港_11',
2670
- '🇭🇰 香港_12',
2671
- '🇭🇰 香港_13',
2672
- '🇭🇰 香港_14',
2673
- '🇭🇰 香港_15',
2674
- '🇭🇰 香港_16',
2675
- '🇭🇰 香港_17',
2676
- '🇭🇰 香港_18',
2677
- '🇭🇰 香港_19',
2678
- '🇭🇰 香港_20',
2679
- '🇭🇰 香港_27',
2680
- '🇭🇰 香港_28',
2681
- '🇭🇰 香港_29',
2682
- '🇭🇰 香港_31',
2683
- '🇭🇰 香港_38',
2684
- '🇭🇰 香港_41',
2685
- '🇭🇰 香港_42',
2686
- '🇭🇰 香港_43',
2687
- '🇭🇰 香港_44',
2688
- '🇭🇰 香港_47',
2689
- '🇭🇰 香港_48',
2690
- '🇭🇰 香港_50',
2691
- '🇭🇰 香港_51',
2692
- '🇭🇰 香港_52'
2693
- ]
2694
-
2695
- - name: 日本节点
2696
- type: url-test
2697
- tolerance: 50
2698
- lazy: false
2699
- interval: 300
2700
- timeout: 2000
2701
- url: https://www.google.com/gen_204
2702
- max-failed-times: 3
2703
- hidden: false
2704
- proxies:
2705
- [
2706
- '🇯🇵 日本_1',
2707
- '🇯🇵 日本_2',
2708
- '🇯🇵 日本_3',
2709
- '🇯🇵 日本_4',
2710
- '🇯🇵 日本_5',
2711
- '🇯🇵 日本_6',
2712
- '🇯🇵 日本_7',
2713
- '🇯🇵 日本_8',
2714
- '🇯🇵 日本_9',
2715
- '🇯🇵 日本_10',
2716
- '🇯🇵 日本_11',
2717
- '🇯🇵 日本_12',
2718
- '🇯🇵 日本_13',
2719
- '🇯🇵 日本_14',
2720
- '🇯🇵 日本_15',
2721
- '🇯🇵 日本_16',
2722
- '🇯🇵 日本_17',
2723
- '🇯🇵 日本_18',
2724
- '🇯🇵 日本_19',
2725
- '🇯🇵 日本_20',
2726
- '🇯🇵 日本_21',
2727
- '🇯🇵 日本_22',
2728
- '🇯🇵 日本_23',
2729
- '🇯🇵 日本_24',
2730
- '🇯🇵 日本_25',
2731
- '🇯🇵 日本_28',
2732
- '🇯🇵 日本_30',
2733
- '🇯🇵 日本_35'
2734
- ]
2735
-
2736
- - name: 菲律宾节点
2737
- type: url-test
2738
- tolerance: 50
2739
- lazy: false
2740
- interval: 300
2741
- timeout: 2000
2742
- url: https://www.google.com/gen_204
2743
- max-failed-times: 3
2744
- hidden: false
2745
- proxies: ['🇵🇭 菲律宾']
2746
-
2747
- - name: 台湾节点
2748
- type: url-test
2749
- tolerance: 50
2750
- lazy: false
2751
- interval: 300
2752
- timeout: 2000
2753
- url: https://www.google.com/gen_204
2754
- max-failed-times: 3
2755
- hidden: false
2756
- proxies: ['🇹🇼 台湾_1', '🇹🇼 台湾_2', '🇹🇼 台湾_3', '🇹🇼 台湾_4']
2757
-
2758
- - name: 新加坡节点
2759
- type: url-test
2760
- tolerance: 50
2761
- lazy: false
2762
- interval: 300
2763
- timeout: 2000
2764
- url: https://www.google.com/gen_204
2765
- max-failed-times: 3
2766
- hidden: false
2767
- proxies:
2768
- [
2769
- '🇸🇬 新加坡_1',
2770
- '🇸🇬 新加坡_2',
2771
- '🇸🇬 新加坡_3',
2772
- '🇸🇬 新加坡_4',
2773
- '🇸🇬 新加坡_5',
2774
- '🇸🇬 新加坡_6',
2775
- '🇸🇬 新加坡_7',
2776
- '🇸🇬 新加坡_8',
2777
- '🇸🇬 新加坡_9',
2778
- '🇸🇬 新加坡_10',
2779
- '🇸🇬 新加坡_11',
2780
- '🇸🇬 新加坡_12',
2781
- '🇸🇬 新加坡_19',
2782
- '🇸🇬 新加坡_24',
2783
- '🇸🇬 新加坡_28',
2784
- '🇸🇬 新加坡_30',
2785
- '🇸🇬 新加坡_31',
2786
- '🇸🇬 新加坡_32',
2787
- '🇸🇬 新加坡_33',
2788
- '🇸🇬 新加坡_34'
2789
- ]
2790
-
2791
- - name: 未知节点
2792
- type: url-test
2793
- tolerance: 50
2794
- lazy: false
2795
- interval: 300
2796
- timeout: 2000
2797
- url: https://www.google.com/gen_204
2798
- max-failed-times: 3
2799
- hidden: false
2800
- proxies:
2801
- [
2802
- '❓ 未知_1',
2803
- '❓ 未知_2',
2804
- '❓ 未知_3',
2805
- '❓ 未知_4',
2806
- '❓ 未知_5',
2807
- '❓ 未知_6',
2808
- '❓ 未知_7',
2809
- '❓ 未知_8',
2810
- '❓ 未知_9'
2811
- ]
2812
-
2813
- - name: Cloudflare节点
2814
- type: url-test
2815
- tolerance: 50
2816
- lazy: false
2817
- interval: 300
2818
- timeout: 2000
2819
- url: https://www.google.com/gen_204
2820
- max-failed-times: 3
2821
- hidden: false
2822
- proxies:
2823
- [
2824
- '🇭🇰 香港_21',
2825
- '🇭🇰 香港_22',
2826
- '🇭🇰 香港_23',
2827
- '🇭🇰 香港_24',
2828
- '🇭🇰 香港_25',
2829
- '🇭🇰 香港_26',
2830
- '🇭🇰 香港_30',
2831
- '🇭🇰 香港_32',
2832
- '🇭🇰 香港_33',
2833
- '🇭🇰 香港_34',
2834
- '🇭🇰 香港_35',
2835
- '🇭🇰 香港_36',
2836
- '🇭🇰 香港_37',
2837
- '🇭🇰 香港_39',
2838
- '🇭🇰 香港_40',
2839
- '🇭🇰 香港_45',
2840
- '🇭🇰 香港_46',
2841
- '🇭🇰 香港_49',
2842
- '🇯🇵 日本_26',
2843
- '🇸🇬 新加坡_13',
2844
- '🇸🇬 新加坡_14',
2845
- '🇸🇬 新加坡_15',
2846
- '🇸🇬 新加坡_16',
2847
- '🇸🇬 新加坡_17',
2848
- '🇸🇬 新加坡_18',
2849
- '🇹🇼 台湾_5',
2850
- '🇹🇼 台湾_6',
2851
- '🇸🇬 新加坡_20',
2852
- '🇯🇵 日本_27',
2853
- '🇸🇬 新加坡_21',
2854
- '🇸🇬 新加坡_22',
2855
- '🇸🇬 新加坡_23',
2856
- '🇸🇬 新加坡_25',
2857
- '🇸🇬 新加坡_26',
2858
- '🇸🇬 新加坡_27',
2859
- '🇸🇬 新加坡_29',
2860
- '🇯🇵 日本_29',
2861
- '🇹🇼 台湾_7',
2862
- '🇹🇼 台湾_8',
2863
- '🇯🇵 日本_31',
2864
- '🇰🇷 韩国_21',
2865
- '🇯🇵 日本_32',
2866
- '🇯🇵 日本_33',
2867
- '🇯🇵 日本_34',
2868
- '🇯🇵 日本_36',
2869
- '🇺🇸 美国_3',
2870
- '🇯🇵 日本_37',
2871
- '🇯🇵 日本_38',
2872
- '🇰🇷 韩国_36',
2873
- '🇸🇬 新加坡_35',
2874
- '🇯🇵 日本_39',
2875
- '🇯🇵 日本_40',
2876
- '🇯🇵 日本_41',
2877
- '🇯🇵 日本_42',
2878
- '🇯🇵 日本_43',
2879
- '🇯🇵 日本_44',
2880
- '🇯🇵 日本_45',
2881
- '🇯🇵 日本_46'
2882
- ]
2883
-
2884
- - name: 韩国节点
2885
- type: url-test
2886
- tolerance: 50
2887
- lazy: false
2888
- interval: 300
2889
- timeout: 2000
2890
- url: https://www.google.com/gen_204
2891
- max-failed-times: 3
2892
- hidden: false
2893
- proxies:
2894
- [
2895
- '🇰🇷 韩国_1',
2896
- '🇰🇷 韩国_2',
2897
- '🇰🇷 韩国_3',
2898
- '🇰🇷 韩国_4',
2899
- '🇰🇷 韩国_5',
2900
- '🇰🇷 韩国_6',
2901
- '🇰🇷 韩国_7',
2902
- '🇰🇷 韩国_8',
2903
- '🇰🇷 韩国_9',
2904
- '🇰🇷 韩国_10',
2905
- '🇰🇷 韩国_11',
2906
- '🇰🇷 韩国_12',
2907
- '🇰🇷 韩国_13',
2908
- '🇰🇷 韩国_14',
2909
- '🇰🇷 韩国_15',
2910
- '🇰🇷 韩国_16',
2911
- '🇰🇷 韩国_17',
2912
- '🇰🇷 韩国_18',
2913
- '🇰🇷 韩国_19',
2914
- '🇰🇷 韩国_20',
2915
- '🇰🇷 韩国_22',
2916
- '🇰🇷 韩国_23',
2917
- '🇰🇷 韩国_24',
2918
- '🇰🇷 韩国_25',
2919
- '🇰🇷 韩国_26',
2920
- '🇰🇷 韩国_27',
2921
- '🇰🇷 韩国_28',
2922
- '🇰🇷 韩国_29',
2923
- '🇰🇷 韩国_30',
2924
- '🇰🇷 韩国_31',
2925
- '🇰🇷 韩国_32',
2926
- '🇰🇷 韩国_33',
2927
- '🇰🇷 韩国_34',
2928
- '🇰🇷 韩国_35',
2929
- '🇰🇷 韩国_37',
2930
- '🇰🇷 韩国_38'
2931
- ]
2932
-
2933
- - name: 美国节点
2934
- type: url-test
2935
- tolerance: 50
2936
- lazy: false
2937
- interval: 300
2938
- timeout: 2000
2939
- url: https://www.google.com/gen_204
2940
- max-failed-times: 3
2941
- hidden: false
2942
- proxies: ['🇺🇸 美国_1', '🇺🇸 美国_2', '🇺🇸 美国_4', '🇺🇸 美国_5', '🇺🇸 美国_6']
2943
-
2944
- - name: 马来西亚节点
2945
- type: url-test
2946
- tolerance: 50
2947
- lazy: false
2948
- interval: 300
2949
- timeout: 2000
2950
- url: https://www.google.com/gen_204
2951
- max-failed-times: 3
2952
- hidden: false
2953
- proxies: ['🇲🇾 马来西亚_1', '🇲🇾 马来西亚_2']
2954
-
2955
- - name: 印度节点
2956
- type: url-test
2957
- tolerance: 50
2958
- lazy: false
2959
- interval: 300
2960
- timeout: 2000
2961
- url: https://www.google.com/gen_204
2962
- max-failed-times: 3
2963
- hidden: false
2964
- proxies: ['🇮🇳 印度']
2965
-
2966
- - name: 越南节点
2967
- type: url-test
2968
- tolerance: 50
2969
- lazy: false
2970
- interval: 300
2971
- timeout: 2000
2972
- url: https://www.google.com/gen_204
2973
- max-failed-times: 3
2974
- hidden: false
2975
- proxies: ['🇻🇳 越南_1', '🇻🇳 越南_2']
2976
-
2977
- # 规则
2978
- rule-providers:
2979
- Apple:
2980
- type: http
2981
- behavior: classical
2982
- format: text
2983
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Apple.list
2984
- path: ./rulesets/acl4ssr/Apple.list
2985
- interval: 86400
2986
- BanAD:
2987
- type: http
2988
- behavior: classical
2989
- format: text
2990
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanAD.list
2991
- path: ./rulesets/acl4ssr/BanAD.list
2992
- interval: 86400
2993
- BanEasyList:
2994
- type: http
2995
- behavior: classical
2996
- format: text
2997
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanEasyList.list
2998
- path: ./rulesets/acl4ssr/BanEasyList.list
2999
- interval: 86400
3000
- BanEasyListChina:
3001
- type: http
3002
- behavior: classical
3003
- format: text
3004
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanEasyListChina.list
3005
- path: ./rulesets/acl4ssr/BanEasyListChina.list
3006
- interval: 86400
3007
- BanEasyPrivacy:
3008
- type: http
3009
- behavior: classical
3010
- format: text
3011
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanEasyPrivacy.list
3012
- path: ./rulesets/acl4ssr/BanEasyPrivacy.list
3013
- interval: 86400
3014
- BanProgramAD:
3015
- type: http
3016
- behavior: classical
3017
- format: text
3018
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanProgramAD.list
3019
- path: ./rulesets/acl4ssr/BanProgramAD.list
3020
- interval: 86400
3021
- Bing:
3022
- type: http
3023
- behavior: classical
3024
- format: text
3025
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Bing.list
3026
- path: ./rulesets/acl4ssr/Bing.list
3027
- interval: 86400
3028
- ChinaCompanyIp:
3029
- type: http
3030
- behavior: classical
3031
- format: text
3032
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaCompanyIp.list
3033
- path: ./rulesets/acl4ssr/ChinaCompanyIp.list
3034
- interval: 86400
3035
- ChinaDomain:
3036
- type: http
3037
- behavior: classical
3038
- format: text
3039
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaDomain.list
3040
- path: ./rulesets/acl4ssr/ChinaDomain.list
3041
- interval: 86400
3042
- ChinaIp:
3043
- type: http
3044
- behavior: classical
3045
- format: text
3046
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaIp.list
3047
- path: ./rulesets/acl4ssr/ChinaIp.list
3048
- interval: 86400
3049
- ChinaIpV6:
3050
- type: http
3051
- behavior: classical
3052
- format: text
3053
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaIpV6.list
3054
- path: ./rulesets/acl4ssr/ChinaIpV6.list
3055
- interval: 86400
3056
- ChinaMedia:
3057
- type: http
3058
- behavior: classical
3059
- format: text
3060
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaMedia.list
3061
- path: ./rulesets/acl4ssr/ChinaMedia.list
3062
- interval: 86400
3063
- Download:
3064
- type: http
3065
- behavior: classical
3066
- format: text
3067
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Download.list
3068
- path: ./rulesets/acl4ssr/Download.list
3069
- interval: 86400
3070
- Google:
3071
- type: http
3072
- behavior: classical
3073
- format: text
3074
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Ruleset/Google.list
3075
- path: ./rulesets/acl4ssr/Google.list
3076
- interval: 86400
3077
- LocalAreaNetwork:
3078
- type: http
3079
- behavior: classical
3080
- format: text
3081
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/LocalAreaNetwork.list
3082
- path: ./rulesets/acl4ssr/LocalAreaNetwork.list
3083
- interval: 86400
3084
- Microsoft:
3085
- type: http
3086
- behavior: classical
3087
- format: text
3088
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Microsoft.list
3089
- path: ./rulesets/acl4ssr/Microsoft.list
3090
- interval: 86400
3091
- Netflix:
3092
- type: http
3093
- behavior: classical
3094
- format: text
3095
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Netflix.list
3096
- path: ./rulesets/acl4ssr/Netflix.list
3097
- interval: 86400
3098
- OneDrive:
3099
- type: http
3100
- behavior: classical
3101
- format: text
3102
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/OneDrive.list
3103
- path: ./rulesets/acl4ssr/OneDrive.list
3104
- interval: 86400
3105
- ProxyGFWlist:
3106
- type: http
3107
- behavior: classical
3108
- format: text
3109
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ProxyGFWlist.list
3110
- path: ./rulesets/acl4ssr/ProxyGFWlist.list
3111
- interval: 86400
3112
- ProxyMedia:
3113
- type: http
3114
- behavior: classical
3115
- format: text
3116
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ProxyMedia.list
3117
- path: ./rulesets/acl4ssr/ProxyMedia.list
3118
- interval: 86400
3119
- Telegram:
3120
- type: http
3121
- behavior: classical
3122
- format: text
3123
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Telegram.list
3124
- path: ./rulesets/acl4ssr/Telegram.list
3125
- interval: 86400
3126
- UnBan:
3127
- type: http
3128
- behavior: classical
3129
- format: text
3130
- url: https://mirror.ghproxy.com/https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/UnBan.list
3131
- path: ./rulesets/acl4ssr/UnBan.list
3132
- interval: 86400
3133
-
3134
- rules:
3135
- # Google
3136
- - DOMAIN-SUFFIX,googleapis.cn,节点选择
3137
- - DOMAIN-SUFFIX,gstatic.com,节点选择
3138
- # Google Play
3139
- - DOMAIN-SUFFIX,xn--ngstr-lra8j.com,节点选择
3140
- # Github Pages
3141
- - DOMAIN-SUFFIX,github.io,节点选择
3142
- # V2raySE
3143
- - DOMAIN,v2rayse.com,节点选择
3144
- # acl4ssr规则集
3145
- - RULE-SET,Apple,苹果服务
3146
- - RULE-SET,Bing,微软服务
3147
- - RULE-SET,Microsoft,微软服务
3148
- - RULE-SET,OneDrive,微软服务
3149
- - RULE-SET,Netflix,国外媒体
3150
- - RULE-SET,ProxyMedia,国外媒体
3151
- - RULE-SET,Google,谷歌服务
3152
- - RULE-SET,Telegram,电报消息
3153
- - RULE-SET,ProxyGFWlist,节点选择
3154
- - RULE-SET,ChinaCompanyIp,全局直连
3155
- - RULE-SET,ChinaDomain,全局直连
3156
- - RULE-SET,ChinaIp,全局直连
3157
- - RULE-SET,ChinaIpV6,全局直连
3158
- - RULE-SET,ChinaMedia,全局直连
3159
- - RULE-SET,Download,全局直连
3160
- - RULE-SET,LocalAreaNetwork,全局直连
3161
- - RULE-SET,UnBan,全局直连
3162
- - RULE-SET,BanAD,广告过滤
3163
- - RULE-SET,BanEasyList,广告过滤
3164
- - RULE-SET,BanEasyListChina,广告过滤
3165
- - RULE-SET,BanEasyPrivacy,广告过滤
3166
- - RULE-SET,BanProgramAD,广告过滤
3167
- # 其他
3168
- - GEOIP,LAN,全局直连
3169
- - GEOIP,CN,全局直连
3170
- - MATCH,漏网之鱼