/tgsocksproxy

Async socks proxy for Telegram and others

Primary LanguagePython

Async socks proxy

Fast and simple to setup socks proxy. By default only Telegram networks are permitted.

Starting up

  1. git clone https://github.com/alexbers/tgsocksproxy.git; cd tgsocksproxy
  2. (optional, recommended) edit config.py, set USERS and PORT
  3. docker-compose up --build -d (or just python3 tgsocksproxy.py if you don't like docker)
  4. (optional, shows telegram link to set the proxy) docker-compose logs