Skip to content

Releases: alexbers/mtprotoproxy

MTProtoProxy v1.0.1

01 Aug 16:51
Compare
Choose a tag to compare
  • 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

MTProtoProxy v1.0.0

05 Jul 11:18
Compare
Choose a tag to compare
  • 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

MTProtoProxy v0.9.5

29 Jun 08:10
Compare
Choose a tag to compare
  • 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

MTProtoProxy v0.9

19 Jun 15:50
Compare
Choose a tag to compare
Merge branch 'master' into stable

Synchronize branches