Skip to content

Commit 5df7277

Browse files
committed
Update README.md
1 parent 05bd2e5 commit 5df7277

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ v2ray [-h|--help] [options]
8787
update 更新 V2Ray 到最新Release版本
8888
update [version] 更新 V2Ray 到指定版本
8989
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协议
9292
del 删除端口组
9393
info 查看配置
9494
port 修改端口

README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ v2ray [-h|--help] [options]
6969
update update v2ray to latest
7070
update [version] update v2ray to special version
7171
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
7474
del delete port group
7575
info check v2ray profile
7676
port modify port

v2ray

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# bash completion for v2ray
22
function _auto_tab() {
33
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")
55
local cur prev
66

77
COMPREPLY=()

v2ray_util/main.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ def help():
2626
update 更新 V2Ray 到最新Release版本
2727
update [version] 更新 V2Ray 到指定版本
2828
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协议
3131
del 删除端口组
3232
info 查看配置
3333
port 修改端口
@@ -53,8 +53,8 @@ def help():
5353
update update v2ray to latest
5454
update [version] update v2ray to special version
5555
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
5858
del delete port group
5959
info check v2ray profile
6060
port modify port

0 commit comments

Comments
 (0)