From 8f05aa00ec964b554e8f5a22169f7c27013b1c6f Mon Sep 17 00:00:00 2001 From: ellermister <23046078+ellermister@users.noreply.github.com> Date: Sun, 26 Nov 2023 13:59:07 +0800 Subject: [PATCH] fix bugs --- README.md | 2 +- mtp_config.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6dc54aa..ce8fcfd 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Telegram 群组:https://t.me/EllerHK ```bash rm -rf /home/mtproxy && mkdir /home/mtproxy && cd /home/mtproxy -curl -s -o mtproxy.sh https://github.com/ellermister/mtproxy/raw/master/mtproxy.sh +curl -sL -o mtproxy.sh https://github.com/ellermister/mtproxy/raw/master/mtproxy.sh bash mtproxy.sh ``` diff --git a/mtp_config.example b/mtp_config.example index 1c09ebf..720a752 100644 --- a/mtp_config.example +++ b/mtp_config.example @@ -3,5 +3,5 @@ secret="4451023506896290666356006a67ce93" port=8443 web_port=8888 domain="cloudflare.com" -proxy_tag="4451023506896290666356006a67ce91" +proxy_tag="" provider=1 \ No newline at end of file