Skip to content

enterlance-vpn/mtproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Proxy (MTProxy)

A simple Telegram proxy with FakeTLS.

Launch

1. Generate base secret

openssl rand -hex 16

2. Generate domain hex for fakeTLS

echo -n domain.com | xxd -p -c 256

3. Enter the base secret and domain in docker-compose.yml

4. Build container

docker compose build

5. Run container

docker compose up -d

Connection

Your proxy is now available at:

https://t.me/proxy?server=your_ip&port=443&secret=faketls_secret

Note: To connect, generate the FakeTLS secret (ee + BASE_SECRET + DOMAIN_HEX)

Releases

No releases published

Packages

 
 
 

Contributors