From d65b50a554df6c3eee3f75e03b5c5b195bdfee3d Mon Sep 17 00:00:00 2001 From: chummumm <50511147+chummumm@users.noreply.github.com> Date: Fri, 21 Feb 2020 13:09:13 +0800 Subject: [PATCH] Update mtproxy.sh --- mtproxy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mtproxy.sh b/mtproxy.sh index a40f731..7416c78 100644 --- a/mtproxy.sh +++ b/mtproxy.sh @@ -47,13 +47,13 @@ systemctl restart mtproxy echo "完成." clear echo "mtproxy.service已注册" -echo -e "\033[34m请手动放行防火墙端口\033[0m" +echo -e "\033[36m请手动放行防火墙端口\033[0m" echo -e "\033[33m请使用 systemctl status mtproxy 命令查看证书是否获取成功!!!!!!\033[0m" echo -e "\033[32m代理信息:\033[0m" echo -e "\033[32mtg://proxy?server=$ip&port=$num&secret=dd$secret\033[0m" echo -e "\033[32mtg://proxy?server=$ip&port=$num&secret=ee$secret$hexdomain\033[0m" echo -e "\033[32mtg://proxy?server=$ip&port=$num&secret=dd$secret\033[0m" > /etc/mtproxy/secret echo -e "\033[32mtg://proxy?server=$ip&port=$num&secret=ee$secret$hexdomain\033[0m" >> /etc/mtproxy/secret -echo "后续查看配置信息可使用 cat /etc/mtproxy/secret" +echo -e "\033[34m后续查看配置信息可使用 cat /etc/mtproxy/secret\033[0m" echo "删除mtproxy及其守护进程请运行: wget --no-check-certificate https://raw.githubusercontent.com/chummumm/one-key-mtp/master/deletemtproxy.sh && bash deletemtproxy.sh" rm -- "$0"