Telegram proxy (mtproto)

Using https://github.com/telemt/telemt.

You would need a docker installed on your VPS.

We want to start a proxy on :3443.

docker-compose.yml

generate a random secret

telemt.toml (update values in <>)

Don’t forget to allow this port in your VPS’ firewall:

It will give you a link to be used as a proxy for Telegram. It works as a classical proxy, no fake tls.
For fake tls to be working, you need to updategeneral.modes part of the config to look as follows:

and general as well:

That’s how you can get all proxy links by user:
curl -s http://127.0.0.1:9191/v1/users | jq

You can check if it’s working as expected this way (on your local machine):

Similar Posts

LEAVE A COMMENT