From 03bbad6c01906d551e765786d43c6ebb88de6429 Mon Sep 17 00:00:00 2001 From: wulabing Date: Wed, 17 Feb 2021 18:22:30 +0800 Subject: [PATCH] xray-1.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [modify] mtproxy 脚本变更 --- README.MD | 2 +- install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 4b96000..fa56d99 100644 --- a/README.MD +++ b/README.MD @@ -26,7 +26,7 @@ wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.c ### 鸣谢 -* 本脚本中 MTProxy-go TLS 版本项目引用 https://github.com/whunt1/onekeymakemtg 在此感谢 whunt1 +* 本脚本中 MTProxyTLS 基于 https://github.com/sunpma/mtp 二次修改 在此感谢 sunpma * 本脚本中 锐速4合1脚本原项目引用 https://www.94ish.me/1635.html 在此感谢 * 本脚本中 锐速4合1脚本修改版项目引用 https://github.com/ylx2016/Linux-NetSpeed 在此感谢 ylx2016 * 本脚本中 配置文件及部分逻辑参考 https://github.com/jiuqi9997/xray-yes 在此感谢 玖柒 diff --git a/install.sh b/install.sh index 0c806ba..535f090 100644 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ OK="${Green}[OK]${Font}" ERROR="${Red}[ERROR]${Font}" # 变量 -shell_version="1.0.1" +shell_version="1.0.2" github_branch="xray" version_cmp="/tmp/version_cmp.tmp" xray_conf_dir="/usr/local/etc/xray" @@ -466,7 +466,7 @@ function bbr_boost_sh() { } function mtproxy_sh() { - wget -N --no-check-certificate "https://github.com/whunt1/onekeymakemtg/raw/master/mtproxy_go.sh" && chmod +x mtproxy_go.sh && bash mtproxy_go.sh + wget -N --no-check-certificate "https://github.com/wulabing/mtp/raw/master/mtproxy.sh" && chmod +x mtproxy.sh && bash mtproxy.sh } function install_xray() {