Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
/ telegram-proxy Public archive

Simplest Docker image for starting proxy for Telegram

Notifications You must be signed in to change notification settings

ex3ndr/telegram-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simplest Docker image for starting proxy for Telegram

By ex Telegram developer that just want to keep talking to family and friends.

Step 1: Start Proxy

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 -e SOCKS_USER=telegram -e SOCKS_PASSWORD=telegram -p 1080:1080 ex3ndr/telegram-proxy

or if you want to allow only specific ip addresses as destination for proxy

docker run --restart always -d --name telegram-proxy -e "SOCKS_WHITELIST=8.8.8.8,8.8.4.4,8.8.8.0/22" -p 1080:1080 ex3ndr/telegram-proxy

Step 2: Test Proxy

https://t.me/socks?server=127.0.0.1&port=1080&user=user&pass=password

Step 3 (Optional): Contribute your proxy to our pool.

Email me (korshakov.stepan@gmail.com) with public IP address of your server and i will include your address to our community-supported pool.

Licensing

Public Domain

About

Simplest Docker image for starting proxy for Telegram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages