Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


## nvless

一个用typescript实现的只使用ws链接的vless协议服务端。
Expand Down Expand Up @@ -59,5 +61,5 @@ location = /nvless {
npm install

# 启动服务
npm run test
npm run dev
```