UNPKG
@3kmfi6hp/nodejs-proxy
Version:
latest (1.0.29)
1.0.29
1.0.27
1.0.24
1.0.23
1.0.22
1.0.21
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A Node.js vless proxy
github.com/3Kmfi6HP/nodejs-proxy
3Kmfi6HP/nodejs-proxy
@3kmfi6hp/nodejs-proxy
/
test2.js
9 lines
(6 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
{ createVLESSServer } =
require
(
'./main.js'
);
// 定义端口和 UUID
const
port =
3002
;
const
uuid =
'd342d11e-d424-4583-b36e-524ab1f0afa4'
;
// 调用函数启动 VLESS 服务器
createVLESSServer
(port, uuid);