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

Delay parsing of nameservers #415

Merged
merged 3 commits into from
Oct 8, 2022
Merged

Delay parsing of nameservers #415

merged 3 commits into from
Oct 8, 2022

Commits on Oct 5, 2022

  1. Delay parsing of nameservers

    If we want to use TLS we need to be able to create an authenticator. And
    many interesting authenticators require ca-certs.
    reynir committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    f300207 View commit details
    Browse the repository at this point in the history
  2. Avoid let-punning

    So that we're compatible with ocaml<4.13.0
    reynir committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    854b910 View commit details
    Browse the repository at this point in the history
  3. dune build @fmt --auto

    reynir committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    515617f View commit details
    Browse the repository at this point in the history