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

Dns over http2 5773 v2.1 #10040

Closed
wants to merge 6 commits into from

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    2cf6ce6 View commit details
    Browse the repository at this point in the history
  2. dns: prepare for dns over http2 support

    by making tx parsing and creation more easily available,
    without needing a dns state.
    
    Dns event NotResponse is now set on the right tx, and not the one
    before.
    
    Also debug log for Z-flag on request says "request" instead of
    "response"
    
    Also rustfmt dns.rs
    catenacyber committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4eecc68 View commit details
    Browse the repository at this point in the history
  3. http2: rustfmt

    catenacyber committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a830aa5 View commit details
    Browse the repository at this point in the history
  4. http2: log dns if DoH is recognized

    Ticket: 5773
    catenacyber committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7cacec5 View commit details
    Browse the repository at this point in the history
  5. doh: implement dns over http2 app-proto

    Ticket: 5773
    catenacyber committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a98d652 View commit details
    Browse the repository at this point in the history
  6. doh: make dns and http keywords for doh2

    Ticket: 5773
    catenacyber committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    2cf68f1 View commit details
    Browse the repository at this point in the history