Tag Archives: proxy
Telegram proxy (mtproto)
Using https://github.com/telemt/telemt. You would need a docker installed on your VPS. We want to start a proxy on :3443. mkdir telemt cd telemt vi ./docker-compose.yml docker-compose.yml services: telemt: image: whn0thacked/telemt-docker:latest container_name: telemt restart: unless-stopped environment: — RUST_LOG=info volumes: — ./telemt.toml:/etc/telemt.toml:ro ports: — «3443:3443/tcp» — «9191:9091» security_opt: — no-new-privileges:true cap_drop: — ALL cap_add: — NET_BIND_SERVICE read_only: …
Using GOPROXY with go mod
GOPROXY=https:// go mod download
Socks5 proxy for telegram
It’s the easiest one you can install on your VPS server. It’s a docker container. https://github.com/schors/tgdante2 You could use VPN for that but it will send all traffic through your VPN endpoint which is not fast. Socks5 proxy uses much less resources and this one is only applicable for telegram now.