Daily Archives: 28.03.2026

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. mkdir telemt cd telemt vi ./docker-compose.yml docker-compose.yml services: telemt: image: whn0thacked/telemt-docker:latest container_name: telemt restart: unless-stopped environment: — RUST_LOG=info volumes: — ./telemt.toml:/etc/telemt.toml:ro ports: — «3443:3443/tcp» — «9191:9091» security_opt: — no-new-privileges:true cap_drop: — ALL cap_add: — NET_BIND_SERVICE read_only: …

Read more