alexbers / tgsocksproxy

Async socks proxy for Telegram and others

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Async socks proxy for Telegram and others


Languages

Language:Python 97.3%Language:Dockerfile 2.7%