A lightweight secured SOCKS5 proxy for embedded devices and low-end boxes
5M+
| name | size |
|---|---|
| easypi/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.
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/
$ curl -x socks5h://192.168.1.254:1080 https://www.youtube.com/
Set socks5 proxy in your favorite web browser.
You can update your system with unsupported packages from this untrusted PPA by adding ppa:max-c-lv/shadowsocks-libev to your system's Software Sources.
sudo add-apt-repository ppa:max-c-lv/shadowsocks-libev
sudo apt-get update
sudo apt-get install shadowsocks-libev
Config file format: config.json
View license information for the software contained in this image.
If you find a bug, please create an issue. Feel free to send me pull requests. Thank you!
Content type
Image
Digest
sha256:dec3420f7…
Size
6.1 MB
Last updated
6 months ago
docker pull easypi/shadowsocks-libev