From c22efb19177e24afbbce2a5e259d745a09ed62b5 Mon Sep 17 00:00:00 2001 From: Yuzuki <50410851+Yuzuki616@users.noreply.github.com> Date: Sat, 2 Sep 2023 17:55:34 +0800 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 46ab813..21b140f 100644 --- a/README.md +++ b/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" ``` ## 配置文件及详细使用教程