From 2f611734bdbf40d2cb82c377b1c6b5830a7645ae Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 4 Mar 2021 21:48:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=90=AF=E7=94=A8=E4=BB=BB=E6=84=8F=E9=97=A8=E5=90=8E=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E6=97=A0=E6=B3=95=E8=AE=BF=E9=97=AE=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- install.sh | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a9f4db..15aeaf6 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ - 支持Debian、Ubuntu、Centos,支持主流的cpu架构。**不建议使用Centos以及低版本的系统,2.3.x后不再支持Centos6** - 支持个性化安装 - 支持多用户管理 -- 支持Netflix检测、支持DNS流媒体解锁 +- 支持Netflix检测、支持DNS流媒体解锁、支持任意门解锁Netflix - 无需卸载即可安装、重装任意组合。卸载脚本时无多余文件残留 - 支持纯IPv6,[IPv6注意事项](https://github.com/mack-a/v2ray-agent/blob/master/documents/IPv6_help.md) - 支持利用IPv6排除Google的人机验证,**需自己申请IPv6隧道,不建议使用自带的IPv6** diff --git a/install.sh b/install.sh index df2b263..1cfce93 100644 --- a/install.sh +++ b/install.sh @@ -1450,6 +1450,7 @@ EOF "port": 31297, "listen": "127.0.0.1", "protocol": "vless", + "tag":"VLESSWS", "settings": { "clients": [ { @@ -1755,6 +1756,7 @@ EOF "port": 31297, "listen": "127.0.0.1", "protocol": "vless", + "tag":"VLESSWS", "settings": { "clients": [ { @@ -2870,7 +2872,7 @@ EOF setDokodemoDoorUnblockNetflixInbounds() { read -r -p "请输入允许访问该解锁Netflix vps的IP:" setIP if [[ -n "${setIP}" ]]; then - cat <${configPath}/10_netflix_inbounds.json + cat <${configPath}/01_netflix_inbounds.json { "inbounds": [ { @@ -2940,7 +2942,7 @@ EOF # 移除任意门解锁Netflix removeDokodemoDoorUnblockNetflix() { - rm -rf ${configPath}/10_netflix_*.json + rm -rf ${configPath}/*_netflix_*.json cat <${configPath}/09_routing.json { "routing":{ @@ -3421,7 +3423,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v2.3.25" + echoContent green "当前版本:v2.3.26" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:七合一共存脚本" echoContent red "=============================================================="