A simple MTProto proxy server that enables Telegram access in censored regions.
MTProxy is an open-source proxy server that implements Telegram's MTProto protocol to help users in censored regions access Telegram. It routes encrypted traffic through a proxy server to bypass network restrictions and internet censorship. The project provides a simple, self-hostable solution for maintaining Telegram connectivity where it might otherwise be blocked.
Users in countries with internet censorship who need to access Telegram, system administrators deploying proxy servers, and privacy advocates seeking to bypass regional restrictions.
MTProxy is the official Telegram-supported proxy implementation, ensuring compatibility and reliability. It is lightweight, easy to deploy, and includes features like random packet padding to evade detection, making it a practical choice for censorship circumvention.
MTProxy is a lightweight proxy server implementing Telegram's MTProto protocol, designed to bypass internet censorship and allow users in restricted regions to connect to Telegram. It acts as an intermediary between Telegram clients and servers, encrypting traffic to avoid detection by network filters.
MTProxy focuses on simplicity and reliability, providing a minimal, self-contained proxy solution that is easy to deploy and maintain while effectively bypassing censorship mechanisms.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Directly supported by Telegram with configuration files from core.telegram.org, ensuring reliable updates and protocol adherence, as shown in the setup steps.
Implements random packet padding to avoid detection by ISPs, a key feature detailed in the README for bypassing network filters based on packet size analysis.
Clear build instructions with make and straightforward setup steps, including systemd integration for service management, making it easy to get running on Linux.
Supports multiple secrets for different user groups via command-line options, allowing for access control and scalability in community deployments.
The README explicitly states the official Docker image is outdated, which could lead to security vulnerabilities or compatibility issues without manual builds.
Exclusively designed for Telegram's MTProto, so it cannot proxy other applications or services, limiting its utility beyond Telegram access.
Requires daily updates of proxy configurations from Telegram and manual adjustment of workers for scaling, lacking automation for ease of use.