Skip to content

Commit 864ed33

Browse files
committed
Update Version
1 parent 86a06cb commit 864ed33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ V2ray/Xray多用户管理脚本,向导式管理[新增|删除|修改]传输协
1414
- [x] **多用户, 多端口管理**, 混合传输协议管理不再是梦
1515
- [x] 首次安装时产生随机端口,默认配置mkcp + 随机一种 (srtp | wechat-video | utp | dtls | wireguard) header伪装;
1616
 安装完成显示配置信息;
17-
- [x] 查看配置信息显示vmess字符串(v2rayN的分享链接格式)
17+
- [x] 查看配置信息显示vmess/vless字符串(v2rayN的分享链接格式)
1818
- [x] 生成**Telegram**的socks5/MTProto分享链接, 支持socks5 + tls组合
1919
- [x] 支持http/2, 随机生成伪装h2 path
2020
- [x] 开启关闭tcpFastOpen

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ a tool to manage v2ray/xray config json, support multiple user && group manage
2020
- Ban bittorrent
2121
- Range port
2222
- TcpFastOpen
23-
- Vmess/Socks5/MTproto share link
23+
- Vmess/VLESS/Socks5/MTproto share link
2424
- Support protocol modify:
2525
- TCP
2626
- Fake http

v2ray_util/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.9.2'
1+
__version__ = '3.9.3'
22

33
import sys
44
if "xray" in sys.argv[0]:

0 commit comments

Comments
 (0)