Sign inSign up

sunteya/shadowsocks-libev

By sunteya

Updated over 6 years ago

A docker for shadowsocks-libev

Image
1

547

sunteya/shadowsocks-libev repository overview

sunteya/shadowsocks-libev

libev port of shadowsocks https://github.com/shadowsocks/shadowsocks-libev

Usage

  • Run shadowsocks ssserver, it will use hostname as password

    docker run -p 8388:8388 sunteya/shadowsocks-libev
    
  • Run shadowsocks ssserver with environment

    docker run -p 8388:8388 -e PASSWORD=YOUR_PASSWORD -e METHOD=aes-256-cf sunteya/shadowsocks-libev
    
  • Run shadowsocks ssserver with config file

    docker run -p 8388:8388 -v "shadowsocks.json:/etc/shadowsocks.json" sunteya/shadowsocks-libev -c /etc/shadowsocks.json
    
  • Run shadowsocks sslocal

    docker run -e SS_APP=sslocal -p "1080:1080" sunteya/shadowsocks-libev -l 1080 -b 0.0.0.0
    
  • Run shadowsocks sserver with obfs

    docker run -p 8388:8388 sunteya/shadowsocks-libev --plugin obfs-server --plugin-opts "obfs=http"
    
  • Runs the specified version of shadowsocks-libev

    docker run sunteya/shadowsocks-libev:3.0.2-obfs
    
  • If you need a http proxy, you can use sunteya/polipo together.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Tag summary

Content type

Image

Digest

Size

5 MB

Last updated

over 9 years ago

docker pull sunteya/shadowsocks-libev