Created
April 14, 2020 23:23
-
-
Save Jafarili/0604b31b5fba9a0ea96eebb027f8f81b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Telegram MTProto | |
docker run -d --name=mtproto-proxy -p 443:443 -v proxy-config:/data telegrammessenger/proxy:latest | |
# Shadowsocks | |
docker run -d --name shadowsocks -p 8388:8388 -it -e SS_PASSWORD='<password>' -e SS_METHOD=aes-256-cfb leizongmin/shadowsocks:latest | |
# Openconnect | |
docker run --privileged -d --name openconnect -p 4443:4443 -p 4443:4443/udp markusmcnugen/openconnect:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment