Skip to content

Commit 3c51d39

Browse files
committed
Update README.md
1 parent d0fa464 commit 3c51d39

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ V2ray多用户管理脚本,向导式管理[新增|删除|修改]传输协议
2424
- [x] 支持范围端口修改
2525
- [x] 支持程序和**命令行参数**管理控制
2626
- [x] 支持docker部署
27-
- [x] 支持VLESS和Trojan(v4.31.0+)
27+
- [x] 支持VLESS和Trojan以及XTLS(v4.31.0+)
2828
- [x] 支持纯ipv6 vps
2929
- [x] 禁止BT
3030

@@ -55,6 +55,7 @@ V2ray多用户管理脚本,向导式管理[新增|删除|修改]传输协议
5555
- Shadowsocks
5656
- Quic
5757
- VLESS
58+
- VLESS_XTLS
5859
- Trojan
5960

6061
## 安装命令

README_EN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ a tool to manage v2ray config json, support multiple user && group manage
3636
- Shadowsocks
3737
- Quic
3838
- VLESS
39+
- VLESS_XTLS
3940
- Trojan
4041

4142
## How To Use

v2ray_util/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '3.8.2b3'
1+
__version__ = '3.8.2'
22

33
from .util_core.trans import _

0 commit comments

Comments
 (0)