mirror of
https://github.com/ellermister/mtproxy.git
synced 2026-06-13 21:02:35 +08:00
Update README.md
This commit is contained in:
parent
0e90527da4
commit
de1fe95a17
55
README.md
55
README.md
@ -1,2 +1,57 @@
|
||||
# mtproxy
|
||||
|
||||
MTProxyTLS一键安装绿色脚本
|
||||
|
||||
|
||||
|
||||
## 安装方式
|
||||
|
||||
执行如下代码进行安装
|
||||
|
||||
```bash
|
||||
mkdir /home/mtproxy && cd /home/mtproxy
|
||||
curl -s -o mtproxy.sh https://raw.githubusercontent.com/ellermister/mtproxy/master/mtproxy.sh && chmod +x mtproxy.sh && bash mtproxy.sh
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 使用方式
|
||||
|
||||
运行服务
|
||||
|
||||
```bash
|
||||
bash mtproxy.sh start
|
||||
```
|
||||
|
||||
调试运行
|
||||
|
||||
```bash
|
||||
bash mtproxy.sh debug
|
||||
```
|
||||
|
||||
停止服务
|
||||
|
||||
```bash
|
||||
bash mtproxy.sh stop
|
||||
```
|
||||
|
||||
重启服务
|
||||
|
||||
```bash
|
||||
bash mtproxy.sh restart
|
||||
```
|
||||
|
||||
|
||||
|
||||
## 卸载安装
|
||||
|
||||
因为是绿色版卸载极其简单,直接删除所在目录即可。
|
||||
|
||||
```bash
|
||||
rm -rf /home/mtproxy
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user