Sign inSign up

unclera/mtproxy

By unclera

Updated 6 months ago

Telegram MTProto Proxy

Image
Networking
1

1.2K

unclera/mtproxy repository overview

Simple Telegram MTProto Proxy with Fake TLS Secret
Basic config
--http-stats --port 2398 --http-ports 443 --slaves 1 --max-special-connections 20000 --allow-skip-dh --user nobody
Try it
bash-3.2$ docker run --rm --name mtproto-proxy -p 443:443 unclera/mtproxy
-----------------------------------------------
tg://proxy?server=***.***.***.***&port=443&secret=<masked secret>
https://t.me/proxy?server=***.***.***.***&port=443&secret=<masked secret>
-----------------------------------------------
[1][2026-03-18 18:45:08.551823 local] Invoking engine mtproxy-0.02 compiled at Mar 18 2026 12:21:30 by gcc 14.2.0 64-bit after commit cafc3380a81671579ce366d0594b9a8e450827e9
Run permanently
docker run -d --name mtproto-proxy --restart unless-stopped -p 443:443 -e SECRET="<masked secret>" unclera/mtproxy
Secret generator
echo ee$(echo ya.ru | xxd -p | tr -d '\n')$(head -c16 /dev/urandom | xxd -p | tr -d '\n') | cut -c1-32

Tag summary

Content type

Image

Digest

sha256:5e41060f2

Size

37.8 MB

Last updated

6 months ago

docker pull unclera/mtproxy