Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ellermister committed Nov 26, 2023
1 parent f429793 commit 8f05aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion mtp_config.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ secret="4451023506896290666356006a67ce93"
port=8443
web_port=8888
domain="cloudflare.com"
proxy_tag="4451023506896290666356006a67ce91"
proxy_tag=""
provider=1

0 comments on commit 8f05aa0

Please sign in to comment.