Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Nov 27, 2020
1 parent 05bd2e5 commit 5df7277
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ v2ray [-h|--help] [options]
update 更新 V2Ray 到最新Release版本
update [version] 更新 V2Ray 到指定版本
update.sh 更新 multi-v2ray 到最新版本
add 新增mkcp + 随机一种 (srtp|wechat-video|utp|dtls|wireguard) header伪装的端口(Group)
add [wechat|utp|srtp|dtls|wireguard|socks|mtproto|ss] 新增一种协议的组端口随机,如 v2ray add utp 为新增utp协议
add 新增端口组
add [protocol] 新增一种协议的组, 端口随机, 如 v2ray add utp 为新增utp协议
del 删除端口组
info 查看配置
port 修改端口
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ v2ray [-h|--help] [options]
update update v2ray to latest
update [version] update v2ray to special version
update.sh update multi-v2ray to latest
add random create mkcp + (srtp|wechat-video|utp|dtls|wireguard) fake header group
add [wechat|utp|srtp|dtls|wireguard|socks|mtproto|ss] create special protocol, random new port
add add new group
add [protocol] create special protocol, random new port
del delete port group
info check v2ray profile
port modify port
Expand Down
2 changes: 1 addition & 1 deletion v2ray
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# bash completion for v2ray
function _auto_tab() {
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")
local add_array=("wechat" "utp" "srtp" "dtls" "wireguard" "socks" "mtproto" "ss" "vless" "vless_ws" "vless_xtls" "trojan" "ss" "quic" "h2")
local add_array=("wechat" "utp" "srtp" "dtls" "wireguard" "socks" "mtproto" "ss" "vless" "vless_ws" "vless_xtls" "trojan" "ss" "quic" "h2" "tcp" "tcp_host" "ws")
local cur prev

COMPREPLY=()
Expand Down
8 changes: 4 additions & 4 deletions v2ray_util/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def help():
update 更新 V2Ray 到最新Release版本
update [version] 更新 V2Ray 到指定版本
update.sh 更新 multi-v2ray 到最新版本
add 新增mkcp + 随机一种 (srtp|wechat-video|utp|dtls|wireguard) header伪装的端口(Group)
add [wechat|utp|srtp|dtls|wireguard|socks|mtproto|ss] 新增一种协议的组端口随机,如 v2ray add utp 为新增utp协议
add 新增端口组
add [protocol] 新增一种协议的组, 端口随机, 如 v2ray add utp 为新增utp协议
del 删除端口组
info 查看配置
port 修改端口
Expand All @@ -53,8 +53,8 @@ def help():
update update v2ray to latest
update [version] update v2ray to special version
update.sh update multi-v2ray to latest
add random create mkcp + (srtp|wechat-video|utp|dtls|wireguard) fake header group
add [wechat|utp|srtp|dtls|wireguard|socks|mtproto|ss] create special protocol, random new port
add add new group
add [protocol] create special protocol, random new port
del delete port group
info check v2ray profile
port modify port
Expand Down

0 comments on commit 5df7277

Please sign in to comment.