Coder Social home page Coder Social logo

ssr-client's Introduction

Build

go build

Usage:

ssr-client [OPTIONS]

Options:

  -s=         server address
  -p=         server port (default: 8388)
  -b=         local binding address (default: 127.0.0.1)
  -l=         local port (default: 1080)
  -k=         password
  -m=         encryption method (default: aes-256-cfb)
  -o=         obfsplugin (default: http_simple)
      --op=   obfs param
  -O=         protocol (default: origin)
      --Op=   protocol param
  -t=         socket timeout in seconds (default: 10)
  -f=         socks5 forward proxy address. example: 127.0.0.1:8080
  -v          verbose mode

Example

./ssr-client -s 1.2.3.4 -p 11800 -b 0.0.0.0 -l 1080 -k 1234 -m aes-256-cfb
./ssr-client -s 5.6.7.8 -p 11800 -b 0.0.0.0 -l 1090 -k 1234 -m aes-256-cfb -f 127.0.0.1:1080

Docker:

docker run --name ssr --restart always -p 1080:1080 -d ghcr.io/doorbash/ssr-client -s 1.2.3.4 -p 11800 -b 0.0.0.0 -k 1234 -m aes-256-cfb
docker run --net host --name ssr2 --restart always -d ghcr.io/doorbash/ssr-client -s 5.6.7.8 -p 11800 -b 0.0.0.0 -l 1090 -k 1234 -m aes-256-cfb -f 127.0.0.1:1080

ssr-client's People

Contributors

doorbash avatar mroplus 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.