Sign inSign up

hnbly/shadowsocks-libev

By hnbly

Updated almost 6 years ago

Shadowsocks-libev for Docker

Image
0

841

hnbly/shadowsocks-libev repository overview

shadowsocks-libev

Shadowsocks-libev for Docker

As you expect, simply pull the image and run.

docker pull hnbly/shadowsocks-libev

Run as server.

docker run --name shadowsocks-libev -e PASSWORD=<your password> -e ARGS="-d 8.8.8.8,8.8.4.4" -p 8388:8388 -p 8388:8388/udp -d --restart always hnbly/shadowsocks-libev

Run as client.

docker run --name shadowsocks-libev -e SS_MODULE=ss-local -e SERVER_ADDR=<your server addr> -e PASSWORD=<your password> -e ARGS="-b 0.0.0.0" -p 1080:1080 -p 1080:1080/udp -d --restart always hnbly/shadowsocks-libev
All customizations
  • SS_LIBEV_VERSION: the official version, defaults to 3.3.5
  • SS_MODULE: the module to run as, defaults to ss-server
  • SERVER_ADDR: the server IP/domain to bind to, defaults to 0.0.0.0
  • SERVER_PORT: the server port to bind to, defaults to 8388
  • LOCAL_PORT: the local port to bind to, defaults to 1080
  • PASSWORD: the password, defaults to <hostname>
  • METHOD: encryption method to use, defaults to aes-256-gcm
  • TIMEOUT: defaults to 300
  • ARGS: all other supported arguments by official

Tag summary

Content type

Image

Digest

Size

14.4 MB

Last updated

almost 6 years ago

docker pull hnbly/shadowsocks-libev