Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stableness/shadowsocks-node

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stableness/shadowsocks-node

Yet another shadowsocks client implementation in Node.js

  • 1.5.3
  • next
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 03 Nov 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc