Sign inSign up

sunteya/shadowsocks

By sunteya

Updated over 10 years ago

A docker for shadowsocks

Image
1

586

sunteya/shadowsocks repository overview

sunteya/shadowsocks

shadowsocks is a fast tunnel proxy that helps you bypass firewalls

Usage

  • Run shadowsocks ssserver, it will generate a random password on start

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

    docker run -p 8388:8388 -e SS_ARGS="-k password -m aes-256-cfb" sunteya/shadowsocks
    
  • Run shadowsocks ssserver with config file

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

    docker run -e SS_APP=sslocal -p "1080:1080" -v "shadowsocks.json:/etc/shadowsocks.json" sunteya/shadowsocks
    
  • Runs the specified version of shadowsocks

    docker run sunteya/shadowsocks:2.6.8
    
  • 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

sha256:6770162fe

Size

31.8 MB

Last updated

over 10 years ago

docker pull sunteya/shadowsocks