File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ v2ray [-h|--help] [options]
87
87
update 更新 V2Ray 到最新Release版本
88
88
update [version] 更新 V2Ray 到指定版本
89
89
update.sh 更新 multi-v2ray 到最新版本
90
- add 新增mkcp + 随机一种 (srtp | wechat-video | utp | dtls | wireguard) header伪装的端口(Group)
91
- add [wechat | utp | srtp | dtls | wireguard | socks | mtproto | ss ] 新增一种协议的组, 端口随机,如 v2ray add utp 为新增utp协议
90
+ add 新增端口组
91
+ add [protocol ] 新增一种协议的组, 端口随机, 如 v2ray add utp 为新增utp协议
92
92
del 删除端口组
93
93
info 查看配置
94
94
port 修改端口
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ v2ray [-h|--help] [options]
69
69
update update v2ray to latest
70
70
update [version] update v2ray to special version
71
71
update.sh update multi-v2ray to latest
72
- add random create mkcp + (srtp | wechat-video | utp | dtls | wireguard) fake header group
73
- add [wechat | utp | srtp | dtls | wireguard | socks | mtproto | ss] create special protocol, random new port
72
+ add add new group
73
+ add [protocol] create special protocol, random new port
74
74
del delete port group
75
75
info check v2ray profile
76
76
port modify port
Original file line number Diff line number Diff line change 1
1
# bash completion for v2ray
2
2
function _auto_tab() {
3
3
local options_array=("start" "stop" "restart" "status" "update" "update.sh" "add" "del" "info" "port" "tls" "tfo" "stream" "iptables" "cdn" "stats" "clean" "log" "new" "-h" "-v")
4
- local add_array=("wechat" "utp" "srtp" "dtls" "wireguard" "socks" "mtproto" "ss" "vless" "vless_ws" "vless_xtls" "trojan" "ss" "quic" "h2")
4
+ local add_array=("wechat" "utp" "srtp" "dtls" "wireguard" "socks" "mtproto" "ss" "vless" "vless_ws" "vless_xtls" "trojan" "ss" "quic" "h2" "tcp" "tcp_host" "ws" )
5
5
local cur prev
6
6
7
7
COMPREPLY=()
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ def help():
26
26
update 更新 V2Ray 到最新Release版本
27
27
update [version] 更新 V2Ray 到指定版本
28
28
update.sh 更新 multi-v2ray 到最新版本
29
- add 新增mkcp + 随机一种 (srtp|wechat-video|utp|dtls|wireguard) header伪装的端口(Group)
30
- add [wechat|utp|srtp|dtls|wireguard|socks|mtproto|ss ] 新增一种协议的组, 端口随机,如 v2ray add utp 为新增utp协议
29
+ add 新增端口组
30
+ add [protocol ] 新增一种协议的组, 端口随机, 如 v2ray add utp 为新增utp协议
31
31
del 删除端口组
32
32
info 查看配置
33
33
port 修改端口
@@ -53,8 +53,8 @@ def help():
53
53
update update v2ray to latest
54
54
update [version] update v2ray to special version
55
55
update.sh update multi-v2ray to latest
56
- add random create mkcp + (srtp|wechat-video|utp|dtls|wireguard) fake header group
57
- add [wechat|utp|srtp|dtls|wireguard|socks|mtproto|ss] create special protocol, random new port
56
+ add add new group
57
+ add [protocol] create special protocol, random new port
58
58
del delete port group
59
59
info check v2ray profile
60
60
port modify port
You can’t perform that action at this time.
0 commit comments