Sign inSign up

mixool/gost

By mixool

Updated about 6 years ago

A simple security tunnel with standard HTTP/HTTPS/HTTP2/KCP/SOCKS proxy protocols support

Image
10

50K+

mixool/gost repository overview

Quick Start

This image uses ENTRYPOINT to run the containers as an executable.
docker run -d -p 8080:8080 mixool/gost -L=:8080


Create shadowsocks server and client:
  • shadowsocks server
    docker run -d -p 8080:8080 mixool/gost -L=ss://aes-128-cfb:password@:8080
  • shadowsocks client
    docker run -d -p 8080:8080 --net=host mixool/gost -L=:8080 -F=ss://aes-128-cfb:password@s_ip:8080
    then try with cURL:
    curl -x 127.0.0.1:8080 https://myip.today

Deploy in app.arukas.io:
  • 8080-TCP|CMD -L=:8080
    • client: chrome+switchyomega HTTPS Endpoint:443
    • gost client: -L=:8080 -F=socks5://s_ip:s_port
  • 8088-UDP|CMD -L=http2+kcp://:8088
    • gost client: -L=:8080 -F=http2+kcp://s_ip:s_port
  • 8080-TCP,8088-UDP,8338-tcp|CMD -L=:8080 -L=http2+kcp://:8088 -L=ss://aes-128-cfb:password@:8338
    • client: shadowsocks client
    • gost client: -L=:8080 -F=?

More

Download: gost client
For more details: ©blog
For more command line options, refer to: github/gost

Tag summary

Content type

Image

Digest

Size

12.5 MB

Last updated

about 6 years ago

docker pull mixool/gost