GithubHelp home page GithubHelp logo

wloot / ss-docker Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 19 KB

Home Page: https://hub.docker.com/r/wloot/ss-docker

Dockerfile 80.56% Shell 19.44%
docker shadowsocks v2ray shadowsocks-libev v2ray-plugin kcptun

ss-docker's Introduction

ss-docker

我的配置

docker pull wloot/ss-docker

docker run -d \
-v <path to .acme.sh>:<user who executed this command>/.acme.sh \
-e SS_ARGS="--plugin v2ray-plugin --plugin-opts server;tls;host=example.com" \
-e SS_SERVER_PORT=443 \
-e SS_PASSWORD="your password" \
--name=ss-server \
-p 443:443/tcp \
--restart=always \
wloot/ss-docker

更多配置方法请看 shadwosocks 和 kcptun 官方文档

可配置的环境变量以及默认值

  • ss
    • SS_SERVER - 0.0.0.0
    • SS_SERVER_PORT - 8388
    • SS_PASSWORD - "barfoo!"
    • SS_TIMEOUT - 86400
    • SS_METHOD - chacha20-ietf-poly1305
    • SS_ARGS - <空>
  • kcp
    • KCP_ENABLE - 0 # 设置为非零以开启 kcptun
    • KCP_LISTEN - 29900
    • KCP_KEY - "it's a secrect"
    • KCP_CRYPT - aes
    • KCP_MODE - fsat
    • KCP_ARGS - <空>

ss-docker's People

Contributors

wloot avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.