This needs docker, docker-compose Installed
git clone -b main https://github.com/ariadata/mtproxy.git && cd mtproxycp .env.example .envecho $(head -c 16 /dev/urandom | xxd -ps)
echo $(openssl rand -hex 16)
docker compose up -dAfter the container starts, run:
docker compose exec mtproxy get_linksOr view stats:
docker compose exec mtproxy getstatsOpen the link in Telegram (e.g. https://t.me/proxy?server=YOUR_IP&port=443&secret=...) or share the output from get_links.
This project is licensed under the MIT License — see the LICENSE file for details.

