Giter VIP home page Giter VIP logo

haproxy_443's Introduction

Haproxy 443 port share configure

A haproxy config file that allow ssh、shadowsocks、ocserv、nginx share 443(https) port.

  • HAPROXY 接管 443 端口,其他程序监听本机的其他端口
  • 通过 SSL 握手和 SNI 匹配 HTTPS 请求转发到 NGINX 其他 SSL 握手请求转发 OCSERV
  • SSH 的连接有固定的开头 SSH-2.0,虽然规定了由服务端先声明,但仍然有客户端会在连接建立后直接声明,所以不仅要用标识出等待 SSH-2.0 字符串的(req.len == 0),也需要标识出客户端直接发送SSH-2.0
  • SHADOWSOCKS 没有请求特征,但请求体一定不为 0

haproxy_443's People

Contributors

izhaohui avatar

Watchers

 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.