• Stars
    star
    204
  • Rank 192,063 (Top 4 %)
  • Language
    Dockerfile
  • License
    GNU General Publi...
  • Created over 8 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

โœˆ๏ธ Dockerfiles for shadowsocks-libev server and client (on x86 and arm)

docker-shadowsocks-libev

release

ๆˆ‘ไปฌไธญๅ›ฝไบบ้œ€่ฆ็ฎก็š„

โ€”โ€”โ€” Jackie Chan

ไธ้œ€่ฆๆ”ฟๅบœ้€ ๅข™๏ผŒ็ฝ‘ๆฐ‘ไนŸไผš่‡ชๅ‘้€ ๅข™

โ€”โ€”โ€” clowwindy

What is shadowsocks-libev

Shadowsocks-libev is a lightweight secured SOCKS5 proxy for embedded devices and low-end boxes.

It is a port of Shadowsocks created by @clowwindy, which is maintained by @madeye and @linusyang.

Current version: release

How to use these images

  • Get docker-compose.yml, then change SERVER_ADDR and PASSWORD.

  • Run these commands:

      # On server (1.2.3.4)
      $ docker-compose up -d server
    
      # On client (192.168.1.234)
      $ docker-compose up -d client
    
      # On any LAN PC (192.168.1.XXX)
      $ curl -x socks5h://192.168.1.234:1080 https://www.youtube.com/
    
  • Set socks5 proxy in your favorite web browser.

Deploy without docker

sudo apt-get update
sudo apt-get install shadowsocks-libev

Config file format: config.json

License

View license information for the software contained in this image.

User Feedback

If you find a bug, please create an issue. Feel free to send me pull requests. Thank you!