All Projects → chrisyer → Lightsocks Nodejs

chrisyer / Lightsocks Nodejs

Licence: mit
It's a simple socks5 proxy tool which based on lightsocks

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Lightsocks Nodejs

3proxy
3proxy - tiny free proxy server
Stars: ✭ 2,263 (+2764.56%)
Mutual labels:  proxy, proxy-server, socks5
Tor Router
A SOCKS, HTTP and DNS proxy for distributing traffic across multiple instances of Tor
Stars: ✭ 69 (-12.66%)
Mutual labels:  proxy, proxy-server, socks5
Flynet
A powerful TCP/UDP tool, which support socks5 proxy by tcp and udp, http proxy and NAT traversal. This tool can help you bypass gfw easily
Stars: ✭ 124 (+56.96%)
Mutual labels:  proxy, proxy-server, socks5
Psiphon
A multi-functional version of a popular network circumvention tool
Stars: ✭ 169 (+113.92%)
Mutual labels:  proxy, proxy-server, socks5
Tor Socks Proxy
🐳 Tiny Docker(🤏 10MB) image as 🧅 Tor SOCKS5 proxy 🛡
Stars: ✭ 218 (+175.95%)
Mutual labels:  proxy, proxy-server, socks5
Socks5
A full-fledged high-performance socks5 proxy server written in C#. Plugin support included.
Stars: ✭ 286 (+262.03%)
Mutual labels:  proxy, proxy-server, socks5
Mubeng
An incredibly fast proxy checker & IP rotator with ease.
Stars: ✭ 234 (+196.2%)
Mutual labels:  proxy, proxy-server, socks5
Awslambdaproxy
An AWS Lambda powered HTTP/SOCKS web proxy
Stars: ✭ 571 (+622.78%)
Mutual labels:  proxy, proxy-server, socks5
Engintron
Engintron for cPanel/WHM is the easiest way to integrate Nginx on your cPanel/WHM server. Engintron will improve the performance & web serving capacity of your server, while reducing CPU/RAM load at the same time, by installing & configuring the popular Nginx webserver to act as a reverse caching proxy in front of Apache.
Stars: ✭ 587 (+643.04%)
Mutual labels:  proxy, proxy-server
Python Proxy
HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.
Stars: ✭ 692 (+775.95%)
Mutual labels:  proxy, socks5
Free proxy ss
分享来自互联网上免费的shadowsocks(SS)/ShadowsocksR(SSR)/V2ray(vmess)代理 每15分钟更新一次,每次各分享4个临时可用代理。 及时订阅、及时更新。
Stars: ✭ 72 (-8.86%)
Mutual labels:  proxy, socks5
Proxy List
A list of free, public, forward proxy servers. UPDATED DAILY!
Stars: ✭ 1,125 (+1324.05%)
Mutual labels:  proxy, proxy-server
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (+643.04%)
Mutual labels:  proxy, socks5
Php Proxy App
Web Proxy Application built on php-proxy library ready to be installed on your server
Stars: ✭ 583 (+637.97%)
Mutual labels:  proxy, proxy-server
Docker Dante Telegram
dante config builder for Telegram SOCKS-proxy & Dockerfile for building image with such proxy
Stars: ✭ 16 (-79.75%)
Mutual labels:  proxy, socks5
Warwolf
Socks5-Over-HTTP (A Socks5 proxy runs on plain old HTTP requests, no websocket. Deployable on Google AppEngine) 🤟 😚 👁 🤦🏻‍♂️ 💃🏻 🕺🏻
Stars: ✭ 16 (-79.75%)
Mutual labels:  proxy, socks5
Daze
Daze is a tool to help you link to the Internet.
Stars: ✭ 580 (+634.18%)
Mutual labels:  proxy, socks5
Freess
免费ss账号 免费shadowsocks账号 免费v2ray账号 (长期更新)
Stars: ✭ 6,544 (+8183.54%)
Mutual labels:  proxy, socks5
Jsocksproxy
SOCKS proxy written in Java
Stars: ✭ 19 (-75.95%)
Mutual labels:  proxy, socks5
Wiremockui
Wiremock UI - Tool for creating mock servers, proxies servers and proxies servers with the option to save the data traffic from an existing API or Site.
Stars: ✭ 38 (-51.9%)
Mutual labels:  proxy, proxy-server

Lightsocks-Nodejs

Travis Node.js CI npm npm

一个轻量级网络混淆代理,基于 SOCKS5 协议,可用来代替 Shadowsocks。

  • 只专注于混淆,用最简单高效的混淆算法达到目的;
  • NodeJs 实现

Lightsocks 的实现原理?请阅读文章:你也能写个 Shadowsocks

安装

NodeJS版本>=8

sudo npm install -g lightsocks-nodejs

使用

lsserver

用于运行在代理服务器的客户端,会还原混淆数据

 Usage: lsserver [options]

  It's a simaple socks5 proxy tool which based on lightsocks

  Options:

    -V, --version           output the version number
    -P, --password [value]  the password for server
    -L, --listen [value]    the listen address for server
    -h, --help              output usage information

如果不加任何参数,默认在当前用户文件夹下生成配置文件。

lslocal

用于运行在本地电脑的客户端,用于桥接本地浏览器和远程代理服务,传输前会混淆数据

 Usage: lslocal [options]

  It's a simaple socks5 proxy tool which based on lightsocks

  Options:

    -V, --version           output the version number
    -P, --password [value]  the password for server
    -L, --listen [value]    the listen address for server
    -R, --remote [value]    the remote server address
    -h, --help              output usage information

TODOS

  • [ ] 单元测试
  • [ ] lsserver/lslocal重写
  • [x] 优化日志输出
  • [ ] 添加注释/代码格式化

相关

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].