Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
maoia
/
1
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
1
/
test.js
maoia
Upload test.js
af858bb
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
Wrap lines
216 Bytes
const
createVLESSServer =
require
(
'./index.js'
);
// 定义端口和 UUID
const
port =
3001
;
const
uuid =
'd342d11e-d424-4583-b36e-524ab1f0afa4'
;
// 调用函数启动 VLESS 服务器
createVLESSServer
(port, uuid);