Sign inSign up

nandolavras/mtprotoproxy

By nandolavras

Updated over 3 years ago

Telegram MTProto Proxy.

Image
0

1.2K

nandolavras/mtprotoproxy repository overview

Usage:

Run "head -c 16 /dev/urandom | xxd -ps" on your linux to generate a new secret.

Then run:

docker run -itd --name my-container-name -p 443:443 -v /path/on/host/opt/mtprotoproxy:/opt/mtprotoproxy nandolavras/mtprotoproxy:TAG

OPTIONAL: set variables "-e TGPROXY_NAME=your-proxy-name -e TGPROXY_PASSWORD=your-proxy-password" (63 characters)

To view the URL to conect to the proxy check with:

docker logs my-container-name

ATTENTION: After first run, to change configurations edit /docker/mtproto/opt/mtprotoproxy/config.py and edit here, after restart the container.

Changelog:

1.2.1-alpine:

  • Bugfixes

1.2-alpine:

  • Changed base to Alpine Linux (save space)

1.1:

  • Added Variables TGPROXY_NAME and TGPROXY_PASSWORD
  • Added auto-configuration on first run (if variables not set the name and pass will be auto generated on first run)

1.0:

  • Initial release

Tag summary

Content type

Image

Digest

sha256:5c8489e8b

Size

141.2 MB

Last updated

over 3 years ago

docker pull nandolavras/mtprotoproxy