All Projects → derekchuank → shadowsocks-lite

derekchuank / shadowsocks-lite

Licence: MIT license
Socks5 proxy client and server.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to shadowsocks-lite

inner-shadowsocks
Shadowsocks -> socks5 on server. (Created for providing socks5 proxy for Telegram)
Stars: ✭ 87 (+480%)
Mutual labels:  socks5, shadowsocks
Free proxy ss
分享来自互联网上免费的shadowsocks(SS)/ShadowsocksR(SSR)/V2ray(vmess)代理 每15分钟更新一次,每次各分享4个临时可用代理。 及时订阅、及时更新。
Stars: ✭ 72 (+380%)
Mutual labels:  socks5, shadowsocks
Shadowsocks Php
A php port of shadowsocks based on workerman. A socks5 proxy written in PHP.
Stars: ✭ 869 (+5693.33%)
Mutual labels:  socks5, shadowsocks
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (+3813.33%)
Mutual labels:  socks5, shadowsocks
Encryptsocks
Encrypt your socks transmission.
Stars: ✭ 131 (+773.33%)
Mutual labels:  socks5, shadowsocks
Python Proxy
HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.
Stars: ✭ 692 (+4513.33%)
Mutual labels:  socks5, shadowsocks
Socks5proxy
一个简单的socks5代理转发服务(VPN)
Stars: ✭ 71 (+373.33%)
Mutual labels:  socks5, shadowsocks
Xray Core
Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
Stars: ✭ 6,908 (+45953.33%)
Mutual labels:  socks5, shadowsocks
Tun2socks
tun2socks - powered by gVisor TCP/IP stack
Stars: ✭ 123 (+720%)
Mutual labels:  socks5, shadowsocks
V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 38,782 (+258446.67%)
Mutual labels:  socks5, shadowsocks
Go Shadowsocks2
Experimental Shadowsocks in Go. Stable fork at https://github.com/shadowsocks/go-shadowsocks2
Stars: ✭ 530 (+3433.33%)
Mutual labels:  socks5, shadowsocks
Shadowsocks Rust
Oh my implementation of Shadowsocks in Rust
Stars: ✭ 171 (+1040%)
Mutual labels:  socks5, shadowsocks
Http Proxy To Socks
hpts(http-proxy-to-socks) is a nodejs client to convert socks proxy into http proxy
Stars: ✭ 296 (+1873.33%)
Mutual labels:  socks5, shadowsocks
Freess
免费ss账号 免费shadowsocks账号 免费v2ray账号 (长期更新)
Stars: ✭ 6,544 (+43526.67%)
Mutual labels:  socks5, shadowsocks
Shadowsocks Rust
A Rust port of shadowsocks
Stars: ✭ 3,455 (+22933.33%)
Mutual labels:  socks5, shadowsocks
V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 13,438 (+89486.67%)
Mutual labels:  socks5, shadowsocks
potatoStream
Shadowsocks like Proxy,Written by nodejs
Stars: ✭ 22 (+46.67%)
Mutual labels:  socks5, shadowsocks
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 8,395 (+55866.67%)
Mutual labels:  socks5, shadowsocks
Shadow
A transparent proxy for Windows, Linux, macOS
Stars: ✭ 85 (+466.67%)
Mutual labels:  socks5, shadowsocks
Brook
Brook is a cross-platform strong encryption and not detectable proxy. Zero-Configuration. Brook 是一个跨平台的强加密无特征的代理软件. 零配置.
Stars: ✭ 12,694 (+84526.67%)
Mutual labels:  socks5, shadowsocks

shadowsocks-lite

Build Status npm version

Super simple to use

Socks5 proxy client and server.

Usage

  1. Create a file named config.json, with the following content:
    {
      "server":"my_server_ip",
      "server_port":8388,
      "local_address": "127.0.0.1",
      "local_port":1080,
      "password":"foobar"
    }
  1. cd into the directory of config.json.

  2. On your server, run:

    npm install -g shadowsocks-lite
    sslserver
  1. On your client, run:
    npm install -g shadowsocks-lite
    ssllocal
  1. Change the proxy setting in your browser.
    protocol: socks5
    hostname: 127.0.0.1
    port: 1080
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].