@stableness/shadowsocks-node

1.5.3 • Public • Published

npm version vulnerabilities

Install

npm install -g @stableness/shadowsocks-node

or

npx @stableness/shadowsocks-node

Usage

ss-node

  -l, --local       socks5://127.0.0.1:8080   or   :8080 as socks5://0.0.0.0:8080

  -r, --remote      ss://password@example.com:4242
                    ss://method:password@example.com:4242
                    ss://base64url( method:password )@example.com:4242
                    ss://base64( method:password@example.com:4242 )

  -k, --key         overwrite the PASSWORD

  -m, --method      optional overwrite the method, default to chacha20-ietf-poly1305

  -s, --subscribe   path to local file or remote http page contains multiline addresses

  -f, --refresh     reload subscription address in seconds, default to 3600 (1 hour)

  -q, --quiet       suppress logging, silent mode
advanced
      --enable_deprecated_cipher

      --third_party_providers_use_at_your_own_risk

Examples

set local basic auth

-l socks5://username:password@127.0.0.1:8080

multi local proxies

-l socks5://127.0.0.1:8080   -l socks5://127.0.0.1:9090

multi remote addresses

-r ss://foo:4242   -r ss://bar:4343

multi subscription addresses

-s https://foo   -s https://bar

accept deprecated stream ciphers (e.g. rc4 / rc4-md5 / aes-128-cfb etc.)

--enable_deprecated_cipher

free providers crawling from Internet USE AT YOUR OWN RISK

--third_party_providers_use_at_your_own_risk
  • (too long...)

    --YOLO
    

Readme

Keywords

none

Package Sidebar

Install

npm i @stableness/shadowsocks-node

Weekly Downloads

17

Version

1.5.3

License

GPL-3.0

Unpacked Size

49.2 kB

Total Files

6

Last publish

Collaborators

  • imcotton