mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 09:58:14 -05:00
Update README.md
This commit is contained in:
parent
1ad7bf5d83
commit
c22efb1917
14
README.md
14
README.md
@ -28,13 +28,13 @@ A V2board node server based on multi core, modified from XrayR.
|
||||
| 自动申请tls证书 | √ | √ | √ | √ |
|
||||
| 自动续签tls证书 | √ | √ | √ | √ |
|
||||
| 在线人数统计 | √ | √ | √ | √ |
|
||||
| 审计规则 | √ | √ | √ | |
|
||||
| 审计规则 | √ | √ | √ | √ |
|
||||
| 自定义DNS | √ | √ | √ | √ |
|
||||
| 在线IP数限制 | √ | √ | √ | √ |
|
||||
| 连接数限制 | √ | √ | √ | |
|
||||
| 跨节点IP数限制 | √ | √ | √ | |
|
||||
| 按照用户限速 | √ | √ | √ | |
|
||||
| 动态限速(未测试) | √ | √ | √ | |
|
||||
| 连接数限制 | √ | √ | √ | √ |
|
||||
| 跨节点IP数限制 | | | | |
|
||||
| 按照用户限速 | √ | √ | √ | √ |
|
||||
| 动态限速(未测试) | √ | √ | √ | √ |
|
||||
|
||||
## TODO
|
||||
|
||||
@ -59,8 +59,8 @@ wget -N https://raw.githubusercontents.com/InazumaV/V2bX-script/master/install.s
|
||||
|
||||
## 构建
|
||||
``` bash
|
||||
# 通过-tag选项指定要编译的内核, 可选 xray, hy
|
||||
go build -o V2bX -ldflags '-s -w' -gcflags="all=-trimpath=${PWD}" -asmflags="all=-trimpath=${PWD} -tags "xray hy"
|
||||
# 通过-tags选项指定要编译的内核, 可选 xray, sing
|
||||
go build -o V2bX -ldflags '-s -w' -gcflags="all=-trimpath=${PWD}" -asmflags="all=-trimpath=${PWD} -tags "xray sing"
|
||||
```
|
||||
|
||||
## 配置文件及详细使用教程
|
||||
|
Loading…
Reference in New Issue
Block a user