Giter Site home page Giter Site logo

socks5-netty's Introduction

socks5-netty

基于netty实现的socks5代理

安装

  • 下载git代码 ,mvn install

  • 或者直接下载bin/proxy

运行

  • linux : target/assembler/jsw/proxy/bin/proxy start

  • windows : target/assembler/jsw/proxy/bin/proxy.bat start

配置

  • config.properties

    • port=11080 监听端口
    • auth=true 是否鉴权
  • password.properties

    • user=password 鉴权用户密码,每行一个
  • log4j.perperties

    • log4j.logger.com.geccocrawler.socks5=info 默认级别是info只输出流量日志

扩展

  • 自定义鉴权方式

    实现PasswordAuth接口,通过proxyServer.passwordAuth()方法设置。系统自带的是PropertiesPasswordAuth,基于properties文件的鉴权

  • 自定义代理日志

    实现ProxyFlowLog接口,通过proxyServer.proxyFlowLog()方法设置。系统自带的是ProxyFlowLog4j,基于log4j的日志记录

socks5-netty's People

Contributors

xtuhcy avatar

Watchers

James Cloos avatar Peter Wang 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.