File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ v2ray [-h|--help] [options]
85
85
status 查看 V2Ray 运行状态
86
86
new 重建新的v2ray json配置文件
87
87
update 更新 V2Ray 到最新Release版本
88
+ update [version] 更新 V2Ray 到指定版本
88
89
update.sh 更新 multi-v2ray 到最新版本
89
90
add 新增mkcp + 随机一种 (srtp| wechat-video| utp| dtls| wireguard) header伪装的端口(Group)
90
91
add [wechat| utp| srtp| dtls| wireguard| socks| mtproto| ss] 新增一种协议的组,端口随机,如 v2ray add utp 为新增utp协议
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ v2ray [-h|--help] [options]
67
67
status check V2Ray status
68
68
new create new json profile
69
69
update update v2ray to latest
70
+ update [version] update v2ray to special version
70
71
update.sh update multi-v2ray to latest
71
72
add random create mkcp + (srtp| wechat-video| utp| dtls| wireguard) fake header group
72
73
add [wechat| utp| srtp| dtls| wireguard| socks| mtproto| ss] create special protocol, random new port
Original file line number Diff line number Diff line change 1
- __version__ = '3.8.4 '
1
+ __version__ = '3.8.5 '
2
2
3
3
from .util_core .trans import _
You can’t perform that action at this time.
0 commit comments