DEV Community

Humja Jaan
Humja Jaan

Posted on

been chasing dead mtproto proxies all week. every channel i

been chasing dead mtproto proxies all week. every channel i scraped had links that were already cold by the time i tested them. so i automated the whole thing.

the repo scrapes public telegram channels, filters for proxy links, tests them with fake-tls, and only publishes the live ones. it updates hourly and the list is exposed on a simple web page.

didn't want to maintain a database or anything heavy, so it just dumps a txt. you can curl it and paste straight into telegram.

https://github.com/dubblebyte/free-mtproto-proxies

the fake-tls part matters because a lot of isps sniff plain mtproto now. this handles that filtering automatically. one less thing to babysit.

Top comments (0)