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

feat: Allow checking that the DNS configuration is correct #52

Merged
merged 40 commits into from
Oct 14, 2024

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    d55f7f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71cd8f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4f1455 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44dfc24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8598933 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba223aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ad8d0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff25b2e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a1c1c94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    800583d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    796cff3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    94ec2ed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f073a53 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    62bc4f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    23a908f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    173f82a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ab04b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4642b7 View commit details
    Browse the repository at this point in the history
  5. fixup! wip: feat: Add routes to perform network checks

    Allow passing a retry interval
    RemiBardon committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fbb3d2a View commit details
    Browse the repository at this point in the history
  6. fixup! wip: feat: Add routes to perform network checks

    Document the retry interval
    RemiBardon committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f64e44b View commit details
    Browse the repository at this point in the history
  7. fixup! wip: feat: Add routes to perform network checks

    Add non-streaming routes
    RemiBardon committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2a0ca36 View commit details
    Browse the repository at this point in the history
  8. fixup! wip: feat: Add routes to perform network checks

    Document non-streaming routes
    RemiBardon committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    faa1e71 View commit details
    Browse the repository at this point in the history
  9. fixup! wip: feat: Add routes to perform network checks

    Document default retry interval
    RemiBardon committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2b0f7da View commit details
    Browse the repository at this point in the history
  10. fixup! wip: feat: Add routes to perform network checks

    Update "Tested at" version
    RemiBardon committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0b148f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a968be View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    1e1a909 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7bc184 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    322889d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2235d24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    795aeaf View commit details
    Browse the repository at this point in the history
  6. chore: Fix doc comment

    RemiBardon committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5138f44 View commit details
    Browse the repository at this point in the history
  7. chore: Fix doc comment

    RemiBardon committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3a11310 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    232f265 View commit details
    Browse the repository at this point in the history
  9. chore: Simplify code

    RemiBardon committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    563caec View commit details
    Browse the repository at this point in the history
  10. chore: Rename macro

    RemiBardon committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a99c3a2 View commit details
    Browse the repository at this point in the history
  11. chore: Add macro

    RemiBardon committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    568f8a3 View commit details
    Browse the repository at this point in the history
  12. chore: Remove TODO

    RemiBardon committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8d490d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    719057d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    a6a276c View commit details
    Browse the repository at this point in the history
  2. feat: Use the DNS configuration from /etc/resolv.conf instead of Go…

    …ogle by default
    
    That was unintended, Google was hidden behind hickory's `Resolver::default`. We fixed that.
    RemiBardon committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    143592e View commit details
    Browse the repository at this point in the history