p3terx/mtg

By p3terx

Updated almost 3 years ago

Bullshit-free MTPROTO proxy for Telegram | 9seconds/mtg | multi platforms

Image

500K+

Usage

Generate secret

Generate a FakeTLS secret with a domain name, e.g. bing.com, but never use websites that are banned in your area.

docker run --rm p3terx/mtg generate-secret tls -c bing.com
Run container

Fill in the port and secret, then run the container.

docker run -d \
    --name mtg \
    --restart unless-stopped \
    --dns 8.8.8.8 \
    -p <PORT>:3128 \
    p3terx/mtg \
    run <SECRET>
Make a link
tg://proxy?port=<PORT>&secret=<SECRET>&server=<YOUR_IP>
https://t.me/proxy?server=<YOUR_IP>&port=<PORT>&secret=<SECRET>

Other details

https://github.com/9seconds/mtg

Docker Pull Command

docker pull p3terx/mtg