Releases: alexbers/mtprotoproxy
Releases · alexbers/mtprotoproxy
MTProtoProxy v1.0.1
- 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
- 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
- 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
Merge branch 'master' into stable Synchronize branches