Code Monkey home page Code Monkey logo

ssr-bbr-kcp-netspeeder's Introduction

SSR-BBR-KCP-NETSPEEDER

Quick Start

docker run --privileged -d \
-p 12345:12345 \
-p 23456:23456/tcp \
-p 23456:23456/udp \
-e SS_PORT=12345 \
-e SS_PASSWORD=ss-passwd \
-e SS_METHOD=rc4-md5 \
-e SS_PROTOCOL=origin \
-e SS_OBFS=plain \
-e NO_KCP=F \
-e KCPTUN_CONF="/app/data/kcptun_config.json" \
-e KCPTUN_LISTEN=23456 \
-e KCPTUN_SS_LISTEN=34567 \
-e KCPTUN_SOCKS5_PORT=12345 \
-e KCPTUN_KEY=kcp-passwd \
-e KCPTUN_CRYPT=aes-128 \
-e KCPTUN_MODE=fast3 \
-e KCPTUN_MTU=1350 \
-e KCPTUN_SNDWND=512 \
-e KCPTUN_RCVWND=512 \
-e KCPTUN_NOCOMP=false \
wangnew2013/ssr-bbr-kcp-netspeeder --restart always

Keep the Docker container running automatically after starting, add --restart always.

Use env to config

ENV SS_PORT="12345" \
    SS_PASSWORD="ssr-passwd" \
    SS_METHOD="none" \
    SS_PROTOCOL="auth_chain_a" \
    SS_OBFS="tls1.2_ticket_auth" \
    NO_KCP="F" \
    KCPTUN_CONF="/app/data/kcptun_config.json" \
    KCPTUN_LISTEN=45678 \
    KCPTUN_SS_LISTEN=34567 \
    KCPTUN_SOCKS5_PORT=12345 \
    KCPTUN_KEY=password \
    KCPTUN_CRYPT=aes \
    KCPTUN_MODE=fast2 \
    KCPTUN_MTU=1350 \
    KCPTUN_SNDWND=1024 \
    KCPTUN_RCVWND=1024 \
    KCPTUN_NOCOMP=false

More

ssr-bbr-docker

kcptun-socks5-ss-server-docker

ssr-bbr-kcp-netspeeder's People

Contributors

awamwang avatar

Stargazers

John avatar

Watchers

 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.