A V2board node server based on multi core, modified from XrayR.
一个基于多种内核的V2board节点服务端,修改自XrayR,支持V2ay,Trojan,Shadowsocks协议。
注意: 本项目需要搭配修改版V2board
功能 | v2ray | trojan | shadowsocks | hysteria1/2 |
---|---|---|---|---|
自动申请tls证书 | √ | √ | √ | √ |
自动续签tls证书 | √ | √ | √ | √ |
在线人数统计 | √ | √ | √ | √ |
审计规则 | √ | √ | √ | √ |
自定义DNS | √ | √ | √ | √ |
在线IP数限制 | √ | √ | √ | √ |
连接数限制 | √ | √ | √ | √ |
跨节点IP数限制 | √ | √ | √ | √ |
按照用户限速 | √ | √ | √ | √ |
动态限速(未测试) | √ | √ | √ | √ |
wget -N https://raw.githubusercontent.com/wyx2685/V2bX-script/master/install.sh && bash install.sh
# 通过-tags选项指定要编译的内核, 可选 xray, sing, hysteria2
go build -v -o ./V2bX -tags "xray sing hysteria2 with_reality_server with_quic with_grpc with_utls with_wireguard with_acme" -trimpath -ldflags "-s -w -buildid="