MTProxy
No description available.
File Explorer
Download Latest Version (.zip)- common-stats.c
- common-stats.h
- cpuid.c
- cpuid.h
- crc32.c
- crc32.h
- crc32c.c
- crc32c.h
- kprintf.c
- kprintf.h
- md5.c
- md5.h
- mp-queue.c
- mp-queue.h
- parse-config.c
- parse-config.h
- pid.c
- pid.h
- precise-time.c
- precise-time.h
- proc-stat.c
- proc-stat.h
- resolver.c
- resolver.h
- rpc-const.h
- server-functions.c
- server-functions.h
- sha1.c
- sha1.h
- sha256.c
- sha256.h
- tl-parse.c
- tl-parse.h
- aesni256.c
- aesni256.h
- engine-net.c
- engine-net.h
- engine-rpc-common.c
- engine-rpc-common.h
- engine-rpc.c
- engine-rpc.h
- engine-signals.c
- engine-signals.h
- engine.c
- engine.h
- jobs.c
- jobs.h
- mtproto-common.h
- mtproto-config.c
- mtproto-config.h
- mtproto-proxy.c
- net-config.c
- net-config.h
- net-connections.c
- net-connections.h
- net-crypto-aes.c
- net-crypto-aes.h
- net-crypto-dh.c
- net-crypto-dh.h
- net-events.c
- net-events.h
- net-http-server.c
- net-http-server.h
- net-msg-buffers.c
- net-msg-buffers.h
- net-msg.c
- net-msg.h
- net-rpc-targets.c
- net-rpc-targets.h
- net-stats.c
- net-tcp-connections.c
- net-tcp-connections.h
- net-tcp-rpc-client.c
- net-tcp-rpc-client.h
- net-tcp-rpc-common.c
- net-tcp-rpc-common.h
- net-tcp-rpc-ext-server.c
- net-tcp-rpc-ext-server.h
- net-tcp-rpc-server.c
- net-tcp-rpc-server.h
- net-thread.c
- net-thread.h
- net-timers.c
- net-timers.h
- vv-io.h
- vv-tree.c
- vv-tree.h
- .gitignore
- GPLv2
- LGPLv2
- Makefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/TelegramMessenger/MTProxy
Downloads the entire project code from GitHub to your computer.
cd MTProxy
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
apt install git curl build-essential libssl-dev zlib1g-dev
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make && cd objs/bin
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
