@stableness/shadowsocks-node
v1.5.3
Published
Yet another shadowsocks client implementation in Node.js
Readme
Install
npm install -g @stableness/shadowsocks-nodeor
npx @stableness/shadowsocks-nodeUsage
ss-node
-l, --local socks5://127.0.0.1:8080 or :8080 as socks5://0.0.0.0:8080
-r, --remote ss://[email protected]:4242
ss://method:[email protected]:4242
ss://base64url( method:password )@example.com:4242
ss://base64( method:[email protected]: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 --enable_deprecated_cipher
--third_party_providers_use_at_your_own_riskExamples
set local basic auth
-l socks5://username:[email protected]:8080multi local proxies
-l socks5://127.0.0.1:8080 -l socks5://127.0.0.1:9090multi remote addresses
-r ss://foo:4242 -r ss://bar:4343multi subscription addresses
-s https://foo -s https://baraccept deprecated stream ciphers (e.g. rc4 / rc4-md5 / aes-128-cfb etc.)
--enable_deprecated_cipherfree providers crawling from Internet USE AT YOUR OWN RISK
--third_party_providers_use_at_your_own_risk(too long...)
--YOLO
