Alexander Bersenev

Results 105 comments of Alexander Bersenev

например можно в config.py дописать: ``` METRICS_PORT = 32560 METRICS_WHITELIST = ["118.42.147.91", "15.43.51.164"] ``` а в конфиге prometheus что-то такое: ``` - job_name: mtprotoproxy dns_sd_configs: - names: - 'tg.myhostname.com' type:...

Hello, yes, if there are many users, the delays are possible. This happens because the telegram client doen't send the user id, only the secret. The proxy enumerating all users...

please, try to set: TO_CLT_BUFSIZE = 163840 TO_TG_BUFSIZE = 655360 in the config.py. The proxy is optimized to serve many clients on servers with not much memory. The https://core.telegram.org/getProxyConfig doesn't...

the telegram desktop supports all protocol versions. Probably your version is too old and you should update the client or enable legacy protocols support in the config.py

In the latest version ``` MODES = { # Classic mode, easy to detect "classic": True, # Makes the proxy harder to detect # Can be incompatible with very old...

it should be pypy version 3 instead 2

Hello, are you able to connect to these hosts manually with netcat? nc 149.154.167.91 443 -v If everything is ok, you should get Connection to 149.154.167.91 443 port [tcp/https] succeeded!

There is a "connected to "149.154.167.91:443" string in your output. It means the connection was successful