Skip to content

Tags: alexbers/mtprotoproxy

Tags

v1.1.1

Toggle v1.1.1's commit message
use newer Ubuntu and Python in Dockerfile

v1.1.0

Toggle v1.1.0's commit message
handle unknown ips, e.g. from unix sockets

v1.0.9

Toggle v1.0.9's commit message
remove the hackish logic against replay attacks because it stopped to…

… work with new android clients

see #183

v1.0.8

Toggle v1.0.8's commit message
more secure defaul settings

v1.0.7

Toggle v1.0.7's commit message
use tls-only mode in the default config

v1.0.6

Toggle v1.0.6's commit message
advice to use uvloop instead of PyPy interpreter. The uvloop gives a …

…better speed and memory consumption

v1.0.5

Toggle v1.0.5's commit message
protect from time skewing. The proxy protocol is very sensible to clo…

…ck skew. If the skew is detected, disable advertising, making the connection directly to tg servers, instead of middle proxies

v1.0.4

Toggle v1.0.4's commit message
fix ipv4 resolver url

v1.0.3

Toggle v1.0.3's commit message
change ip address resovers since the old one doesnt work anymore

v1.0.2

Toggle v1.0.2's commit message
Merge branch 'master' into stable