All Projects → hudaming1 → Jladder

hudaming1 / Jladder

基于Java Netty开发的翻墙程序,支持Socks协议和Http协议翻墙。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jladder

Styx
Programmable, asynchronous, event-based reverse proxy for JVM.
Stars: ✭ 218 (+220.59%)
Mutual labels:  proxy, netty
Nitmproxy
Proxy server based on netty
Stars: ✭ 94 (+38.24%)
Mutual labels:  proxy, netty
Udpx
A Fast UDP Proxy written in Golang
Stars: ✭ 56 (-17.65%)
Mutual labels:  proxy
Dorado
基于Netty4开发的简单、轻量级、高性能的的Http restful api server
Stars: ✭ 65 (-4.41%)
Mutual labels:  netty
Cchat
Android IM demo based on netty
Stars: ✭ 60 (-11.76%)
Mutual labels:  netty
Buff
A proxy tool for macOS.
Stars: ✭ 57 (-16.18%)
Mutual labels:  proxy
Hproxy
hproxy - Asynchronous IP proxy pool, aims to make getting proxy as convenient as possible.(异步爬虫代理池)
Stars: ✭ 62 (-8.82%)
Mutual labels:  proxy
Python Design Patterns
Python Design Patterns
Stars: ✭ 55 (-19.12%)
Mutual labels:  proxy
Thingsboard
Open-source IoT Platform - Device management, data collection, processing and visualization.
Stars: ✭ 10,526 (+15379.41%)
Mutual labels:  netty
Vkrss
Generates RSS feed of opened/closed vk.com wall or global searched opened posts. Features: post filtering (include/exclude by regexp and/or by owner type), ads skipping, automatic title generation, hash-tags extraction as RSS categories, initial author extraction, HTML formatting
Stars: ✭ 59 (-13.24%)
Mutual labels:  proxy
Class Logger
Boilerplate-free decorator-based class logging
Stars: ✭ 64 (-5.88%)
Mutual labels:  proxy
Mr2
Mr.2 can help you expose local server to external network. Support both TCP/UDP, of course support HTTP. Zero-Configuration.
Stars: ✭ 1,102 (+1520.59%)
Mutual labels:  proxy
Http Proxy Middleware
⚡ The one-liner node.js http-proxy middleware for connect, express and browser-sync
Stars: ✭ 8,730 (+12738.24%)
Mutual labels:  proxy
Proxy List
A list of free, public, forward proxy servers. UPDATED DAILY!
Stars: ✭ 1,125 (+1554.41%)
Mutual labels:  proxy
Proxy Wasm Cpp Sdk
WebAssembly for Proxies (C++ SDK)
Stars: ✭ 55 (-19.12%)
Mutual labels:  proxy
Simplify Core
Simplify 为简化重复的JAVA代码而生,基于JDK8,无其它jar包依赖,提供序列化,json parse/generator,日期处理,asm && jdkproxy 实现动态代理功能 等常见操作。
Stars: ✭ 65 (-4.41%)
Mutual labels:  proxy
Imager
Image processing proxy
Stars: ✭ 56 (-17.65%)
Mutual labels:  proxy
Infrared
An ultra lightweight minecraft reverse proxy and idle placeholder
Stars: ✭ 59 (-13.24%)
Mutual labels:  proxy
Nettythrift
Thrift on Netty, support TCP/HTTP/WebSocket at same port. support multiple Protocols at same time. multil Simple Clients with Connection Pool.
Stars: ✭ 60 (-11.76%)
Mutual labels:  netty
Esa Restlight
ESA Restlight is a lightweight and rest-oriented web framework.
Stars: ✭ 67 (-1.47%)
Mutual labels:  netty

Jladder

基于Netty开发的Http/Socks代理服务器

1.本地项目clone后启动ServerRun.java
2.客户端挂http/https代理,默认端口用52007,搭梯子完成。
3.为了防止DNS污染,推荐客户端配置DNS:8.8.8.8

TODO

outside的线程模型还可以继续优化:需要再独立出一个线程池,负责与remote交互用,避免其中一个连接与remote超时,导致IO线程池阻塞 加上自学习白名单机制:inside维护一套白名单和黑名单,outside仅维护黑名单

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