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

Implement the DNS-over-HTTPS check #5003

Merged
merged 23 commits into from Jun 20, 2023

Commits on Jun 19, 2023

  1. rebase master

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    fa2f063 View commit details
    Browse the repository at this point in the history
  2. Add logging for the DNS over HTTPS selfcheck

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    857d0ae View commit details
    Browse the repository at this point in the history
  3. delete bazel stuff

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    14c5e77 View commit details
    Browse the repository at this point in the history
  4. Add missing fixure preparation for tests

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    6383a08 View commit details
    Browse the repository at this point in the history
  5. Make the DNS-Over-HTTPS Json endpoint configurable

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a934bbf View commit details
    Browse the repository at this point in the history
  6. fix controller options description

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    cd821e1 View commit details
    Browse the repository at this point in the history
  7. fix missing argument in test

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    00fb76f View commit details
    Browse the repository at this point in the history
  8. fix error for dns endpoint propagation

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    894e1f9 View commit details
    Browse the repository at this point in the history
  9. remove bazel

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    153c0b5 View commit details
    Browse the repository at this point in the history
  10. remove unneeded whitespace

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8335f84 View commit details
    Browse the repository at this point in the history
  11. remove merge conflicts

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    df622a5 View commit details
    Browse the repository at this point in the history
  12. remove merge conflicts

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ffcf7ca View commit details
    Browse the repository at this point in the history
  13. add support for DoH and DoT

    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    inteon committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    3a29635 View commit details
    Browse the repository at this point in the history
  14. remove HTTPS endpoint for default nameservers; remove DNS-over-TLS

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9ddf2ba View commit details
    Browse the repository at this point in the history
  15. write some unit tests for CAA Validation

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ae27bfb View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. add tests for DoH; include some flag documentation

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    717cccb View commit details
    Browse the repository at this point in the history
  2. update flag documentation

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    91df28e View commit details
    Browse the repository at this point in the history
  3. remove trailing comma

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8c5181c View commit details
    Browse the repository at this point in the history
  4. update documentation on the DNSQuery function

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b47c5a1 View commit details
    Browse the repository at this point in the history
  5. update doku on flags

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9ef3edc View commit details
    Browse the repository at this point in the history
  6. reorganize import

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    876c39b View commit details
    Browse the repository at this point in the history
  7. add newline

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    601c06c View commit details
    Browse the repository at this point in the history
  8. update code comment on the recursive nameserver flag

    Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
    FlorianLiebhart committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b6dbee6 View commit details
    Browse the repository at this point in the history