Coder Social home page Coder Social logo

lproxy-childish's Introduction

lproxy-childish

[ 此版本已被丢弃,所以被命名为-childish,推荐更为健壮功能更为完善的 lproxy, 请移步 https://github.com/DD-L/lproxy.git ]

基于HTTP的轻量级网络代理服务器。

Platform

  • Linux
  • Cygwin

依赖库

  • iconv
  • pthread

lproxy-childish 编译与使用

1. 源码编译:

$ cd lproxy-childish
$ make clean
$ make

2. 运行 lproxy 示例:

$ cd bin
$ ./lproxy port # or './proxy port' 

3. Usage:

$ ./proxy port
$ ./proxy -p port [-l clientIpList] [-c code]

-p[必选]        port        : 服务器端(本机)使用的端口.
-l[可选]        clientIpList: 允许客户端的ip列表,多个ip用','隔开;
                不指定列表表示允许所有ip.
-c[可选]        code        : proxy显示的编码,默认为 UTF-8.

推荐下面使用方式:

$ ./lproxy [port]
$ ./lproxy -p port [-l clientIpList] [-c code]

 port                       : 端口默认2222 
-p[必选]        port        : 服务器端(本机)使用的端口.
-l[可选]        clientIpList: 允许客户端的ip列表,多个ip用','隔开;
                不指定列表表示允许所有ip.
-c[可选]        code        : proxy显示的编码,默认为 UTF-8.

lproxy-childish 特性

  • 轻量级HTTP代理服务器
  • 支持客户端IP白名单设置
  • 为适应windows远程查看,提供编码设置
  • 中小型级负载能力
  • 多线程支持
  • socket 异步读写
  • ...

####LICENSE © [email protected] | d-l.top

lproxy-childish's People

Contributors

dd-l avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.