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

Support ALPN for TCP + TLS routers #8913

Merged
merged 10 commits into from
Jul 7, 2022
Merged

Commits on Jul 6, 2022

  1. Support ALPN for TCP + TLS routers

    Add a rule matcher ALPN(proto) for matching any of available protocols, able to take over default handlers like h2
    
    Signed-off-by: Dmitry Sharshakov <d3dx12.xx@gmail.com>
    dsseng authored and tomMoulard committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    c564009 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    Signed-off-by: Dmitry Sharshakov <d3dx12.xx@gmail.com>
    dsseng authored and tomMoulard committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    8eec0d9 View commit details
    Browse the repository at this point in the history
  3. Add tests for ALPN matcher

    Signed-off-by: Dmitry Sharshakov <d3dx12.xx@gmail.com>
    dsseng authored and tomMoulard committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3558ceb View commit details
    Browse the repository at this point in the history
  4. Add docs for ALPN matcher

    Signed-off-by: Dmitry Sharshakov <d3dx12.xx@gmail.com>
    dsseng authored and tomMoulard committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    a2427d2 View commit details
    Browse the repository at this point in the history
  5. review

    rtribotte authored and tomMoulard committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    bf2a486 View commit details
    Browse the repository at this point in the history
  6. review

    rtribotte authored and tomMoulard committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    4fec5ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df450e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Clarify docs on status of ACME-TLS/1

    Co-authored-by: mpl <mathieu.lonjaret@gmail.com>
    dsseng and mpl committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    6eb7c14 View commit details
    Browse the repository at this point in the history
  2. Update pkg/muxer/tcp/mux.go

    Co-authored-by: mpl <mathieu.lonjaret@gmail.com>
    dsseng and mpl committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    69772d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f39d25 View commit details
    Browse the repository at this point in the history