Sign inSign up

paiyehsu/shadowsocks-client

By paiyehsu

Updated over 7 years ago

Provide sock5 proxy[shadowsocks-libev] and http(s) proxy[privoxy]

Image
0

10K+

paiyehsu/shadowsocks-client repository overview

shadowsocks-client

Intro

shadowsocks-client via shadowsocks-libev[3.2.4], privoxy

  • ss-local for socks5 proxy
  • privoxy for forwarding socks5 to http proxy

Docker

docker pull paiyehsu/shadowsocks-client
docker run -dt --name ss-client --restart always -p 1080:1080 -p 8118:8118 -e SERVER_ADDR=<server> -e SERVER_PORT=<port> -e METHOD=<method> -e PASSWORD=<password> paiyehsu/shadowsocks-client

Usage

[ss-local]
   SERVER_ADDR           Host name or IP address of your remote server.
   SERVER_PORT           Port number of your remote server.
   METHOD                Encrypt method: rc4-md5,
                         aes-128-gcm, aes-192-gcm, aes-256-gcm,
                         aes-128-cfb, aes-192-cfb, aes-256-cfb,
                         aes-128-ctr, aes-192-ctr, aes-256-ctr,
                         camellia-128-cfb, camellia-192-cfb,
                         camellia-256-cfb, bf-cfb,
                         chacha20-ietf-poly1305,
                         xchacha20-ietf-poly1305,
                         salsa20, chacha20 and chacha20-ietf.
                         The default cipher is chacha20-ietf-poly1305.
   PASSWORD              Password of your remote server.
   LOCAL_ADDR            Port number of your local server.
   LOCAL_PORT            Password of your remote server.
   TIMEOUT               Socket timeout in seconds.
   ARGS                  Addional config.

[privoxy]
   PRIVOXY_ADDR          Privoxy bind address.
   PRIVOXY_PORT          Privoxy bind port.

Tag summary

Content type

Image

Digest

Size

7.9 MB

Last updated

over 7 years ago

docker pull paiyehsu/shadowsocks-client