Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance http outbound to work with https and http/2 upstreams #2488

Closed
wants to merge 2 commits into from
Closed

Enhance http outbound to work with https and http/2 upstreams #2488

wants to merge 2 commits into from

Commits on Jun 10, 2020

  1. Further strip unique signatures of tls handshake

    1. allow users to disable session ticket
    2. set default alpn to ["h2", "http/1.1"]
    darhwa committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    94051bd View commit details
    Browse the repository at this point in the history
  2. Enhance http outbound

      1. enable to use http/1.1, http/1.1 over tls and http/2 over tls
    (previously only work for plain http/1.1)
      2. replace handwritten request with standard http.Request to set up
      CONNECT tunnel
    
      The main initiative is to enable v2ray working with caddy's
      http.forwardproxy
    darhwa committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    55641cf View commit details
    Browse the repository at this point in the history