Update README.md

This commit is contained in:
chauncey 2022-07-19 11:24:08 +08:00 committed by GitHub
parent 47223986b4
commit 193eaae418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,10 @@ The image integrates nginx and mtproxy+tls to disguise traffic, and uses a white
该镜像集成了nginx、mtproxy+tls 实现对流量的伪装,并采用**白名单**模式来应对防火墙的检测。
If you use this Docker image, you don't need to use the script, you can choose one of the two, don't mix it up.
若使用该 Docker 镜像, 就不需要用脚本了,二者二选一,不要搞混了。
```bash
secret=$(head -c 16 /dev/urandom | xxd -ps)
domain="cloudflare.com"
@ -89,3 +93,9 @@ rm -rf /home/mtproxy
cd /home/mtproxy && bash mtproxy.sh start > /dev/null 2>&1 &
```
## 引用项目
- https://github.com/TelegramMessenger/MTProxy
- https://github.com/9seconds/mtg