Coder Social home page Coder Social logo

docker-shadowsocksrr's Introduction

ShadowsocksRR docker images.

PS:由于 ShadowsocksR 停止更新,所以此镜像是由后继项目 ShadowsocksRR 构建(SSRR 完全兼容 SSR)

包括的版本:

因为 SSRR 更新缓慢,且一直处于新 dev 分支的代码提交状态,没有必要也无法区分版本。而陆续提交的代码也在不断的进行扩展(例如新增了混淆协议),所以会基于开发中的分支构建镜像。

简单启动

docker run -ti -e TZ=Asia/Shanghai --restart=always --net=host \
--env PASSWORD=mypasswd \
--env SERVER_PORT=443 \
--env OBFS=tls1.2_ticket_auth \
--name ssrr -d bluerain/shadowsocksrr

解释:上面启动的容器传递了三个变量,分别是密码、端口和混淆方式。由于是 TLS 为了更合理,所以端口变量值为了 443,至于容器的端口映射无关紧要(所以建议直接 --net=host)。

默认参数

SERVER_ADDR=0.0.0.0
SERVER_PORT=80
PASSWORD=sample123
METHOD=none
PROTOCOL=auth_chain_f
OBFS=http_simple

如果不传递变量,所有值会存在默认参数(你可以什么都不改,但千万别不重置密码)。当然,这些默认参数未必合理或者说适合你当前的环境(因为默认参数是按我的习惯配置的)。
例如我和大多数人都不同,我从来不用 TLS 混淆,我用 HTTP。以前使用 SS + OBFS 也好还是 SSR 也好,都是如此。

docker-shadowsocksrr's People

Watchers

James Cloos avatar 砂糖梨子 avatar Bittersweet 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.