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 19, 2018
1 parent fc7ab61 commit 1325236
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ V2ray多用户管理脚本,向导式管理[新增|删除|修改]传输协议
- 支持http/2, 随机生成伪装h2 path
- 开启关闭tcpFastOpen
- 开启关闭动态端口
- 禁止BT
- 支持新版v2ray配置文件格式(v4.1+)
- 支持范围端口修改
- 支持程序和**命令行参数**管理控制
Expand All @@ -40,6 +41,7 @@ V2ray多用户管理脚本,向导式管理[新增|删除|修改]传输协议
- 命令行模式管理v2ray
- 支持多用户, 多端口管理
- 开启关闭动态端口
- bittorrent的禁止与放行
- 单端口, 范围端口的修改
- 开启关闭tcpFastOpen
- 快速查看服务器连接信息, 常规配置修改
Expand Down Expand Up @@ -123,6 +125,9 @@ source <(curl -sL https://git.io/fNgqx) --remove
**不支持Centos 6**

## 更新日志
**2018.11.19**
加入禁止BT

**2018.11.18**
支持新版v2ray配置文件格式(v4.1+), 升级脚本自动转换格式为新版
支持范围端口修改
Expand Down
Binary file modified fun_img/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fun_img/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion v2ray
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ if [[ ${CHOICE} == 5 ]]; then
echo -e "3.定时更新V2ray\n"
echo -e "4.清理v2ray日志\n"
echo -e "5.脚本升级\n"
echo -e "请输入数字选择功能:\n"
echo -e "请输入数字选择功能"

while :; do echo
read -n1 -p "请选择: " EXTRA_CHOICE
Expand Down

0 comments on commit 1325236

Please sign in to comment.