docs: add mirror install URL for restricted regions

This commit is contained in:
SamNet-dev
2026-02-24 04:42:02 -06:00
parent 4972401ec2
commit 232113336e

View File

@@ -32,6 +32,11 @@ MTProxyMax is a full-featured Telegram MTProto proxy manager powered by the **te
sudo bash -c "$(curl -fsSL https://git.samnet.dev/SamNet-dev/MTProxyMax/raw/branch/main/install.sh)" sudo bash -c "$(curl -fsSL https://git.samnet.dev/SamNet-dev/MTProxyMax/raw/branch/main/install.sh)"
``` ```
Alternative (mirror, for restricted regions):
```bash
sudo bash -c "$(curl -fsSL https://samnet-mirror.98samh.workers.dev/SamNet-dev/MTProxyMax/raw/branch/main/install.sh)"
```
--- ---
## Why MTProxyMax? ## Why MTProxyMax?
@@ -56,6 +61,11 @@ Most MTProxy tools give you a proxy and a link. That's it. MTProxyMax gives you
sudo bash -c "$(curl -fsSL https://git.samnet.dev/SamNet-dev/MTProxyMax/raw/branch/main/install.sh)" sudo bash -c "$(curl -fsSL https://git.samnet.dev/SamNet-dev/MTProxyMax/raw/branch/main/install.sh)"
``` ```
Alternative (mirror, for restricted regions):
```bash
sudo bash -c "$(curl -fsSL https://samnet-mirror.98samh.workers.dev/SamNet-dev/MTProxyMax/raw/branch/main/install.sh)"
```
The interactive wizard walks you through everything: port, domain, first user secret, and optional Telegram bot setup. The interactive wizard walks you through everything: port, domain, first user secret, and optional Telegram bot setup.
### Manual Install ### Manual Install
@@ -66,6 +76,8 @@ chmod +x mtproxymax
sudo ./mtproxymax install sudo ./mtproxymax install
``` ```
Alternative (mirror): `curl -fsSL https://samnet-mirror.98samh.workers.dev/SamNet-dev/MTProxyMax/raw/branch/main/mtproxymax.sh -o mtproxymax`
### After Install ### After Install
```bash ```bash