Simplest Docker image for launching proxy for Telegram
50K+
By ex Telegram developer that just want to keep talking to family and friends.
docker run --restart always -d --name telegram-proxy -p 1080:1080 ex3ndr/telegram-proxy
or with custom credentials
docker run --restart always -d --name telegram-proxy -v SOCKS_USER=telegram -v SOCKS_PASSWORD=telegram -p 1080:1080 ex3ndr/telegram-proxy
https://t.me/socks?server=127.0.0.1&port=1080&user=user&pass=password
Email me ([email protected]) with public IP address of your server and i will include your address to our community-supported pool.
Public Domain
Content type
Image
Digest
Size
1.5 MB
Last updated
over 8 years ago
docker pull ex3ndr/telegram-proxy