Coder Social home page Coder Social logo

docker-go-shadowsocks2's Introduction

docker-go-shadowsocks2

Provides a dockerfile for a shadowsocks server based on the go-shadowsocks2 implementation of shadowsocks (https://shadowsocks.org).

It uses the go-shadowsocks2 binary as entrypoint.

Usage

docker run --rm -p 8443:8443 -p 8443:8443/udp asoberlin/go-shadowsocks2 -cipher AES-256-CFB -password YOUR_PASSWORD -verbose -s :8443

The following options are available:

Usage of /go/bin/go-shadowsocks2:
  -c string
    	client connect address or url
  -cipher string
    	available ciphers: AEAD_AES_128_GCM AEAD_AES_192_GCM AEAD_AES_256_GCM AEAD_CHACHA20_POLY1305 AES-128-CFB AES-128-CTR AES-192-CFB AES-192-CTR AES-256-CFB AES-256-CTR CHACHA20-IETF XCHACHA20 (default "AEAD_CHACHA20_POLY1305")
  -key string
    	base64url-encoded key (derive from password if empty)
  -keygen int
    	generate a base64url-encoded random key of given length in byte
  -password string
    	password
  -redir string
    	(client-only) redirect TCP from this address
  -redir6 string
    	(client-only) redirect TCP IPv6 from this address
  -s string
    	server listen address or url
  -socks string
    	(client-only) SOCKS listen address
  -tcptun string
    	(client-only) TCP tunnel (laddr1=raddr1,laddr2=raddr2,...)
  -u	(client-only) Enable UDP support for SOCKS
  -udptimeout duration
    	UDP tunnel timeout (default 5m0s)
  -udptun string
    	(client-only) UDP tunnel (laddr1=raddr1,laddr2=raddr2,...)
  -verbose
    	verbose mode

docker-go-shadowsocks2's People

Contributors

asoberlin avatar

Stargazers

Parham Alvani avatar

Watchers

 avatar

Forkers

yinglian-litao

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.