Socket
Socket
Sign inDemoInstall

@stableness/shadowsocks-node

Package Overview
Dependencies
46
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @stableness/shadowsocks-node

Yet another shadowsocks client implementation in Node.js


Version published
Weekly downloads
14
increased by250%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

1.5.3 (2022-11-04)

  • CI add build step
  • pkgs:
    • upgrade wabble to ~0.13.1
    • add devDep @types/pino-std-serializers on ^2

Readme

Source

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
    

FAQs

Last updated on 03 Nov 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc