Mtprotoproxy Versions Save

Async MTProto proxy for Telegram

v1.0.1

5 years ago
  • changed the service to get an ip - the old one stopped working
  • make the passive protocol detection harder
  • increase the default buffer limit
  • retrying logic in the middle proxy connect
  • updated the Alpine Linux in docker images

v1.0.0

5 years ago
  • support for a "secure" protocol, the protocol with random paddings to prevent passive detection
  • add msg counts to stat
  • reworked buffers to shrink memory consumption
  • more timeouts to disconnect stalled clients

v0.9.5

5 years ago
  • allow to run several copies of program on the same port to use all available CPU cores
  • support for cryptography module and use it by default in the docker container
  • drop client if it doesn't send a handshake in 10 seconds
  • if the handshake was wrong, don't close a connection immediately to prevent active protocol fingerprinting
  • use uvloop, high-speed implementation of event loop, if available
  • fix binding on port that less than 1024 in docker container

v0.9

5 years ago