Git Product home page Git Product logo

gostd's Introduction

This dockerfile builds an image of gost-2.4-dev20170303 based on debian:oldstable-slim


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

gostd's People

Watchers

 avatar  avatar

Forkers

briteming mehome

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.