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

dnsdist-1.9.x: Backport 14570 - Return a valid unix timestamp for Dynamic Block's until #14643

Merged
merged 2 commits into from
Sep 10, 2024

Commits on Sep 9, 2024

  1. dnsdist: Return a valid unix timestamp for Dynamic Block's until

    We internally use a timestamp obtained via `CLOCK_MONOTONIC` which
    is quite useless to an external observer, so convert it to a normal
    unix timestamp in the Lua accessor.
    
    (cherry picked from commit 8cb758a)
    rgacogne committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    65a0789 View commit details
    Browse the repository at this point in the history
  2. dnsdist: Take nanoseconds into account in DynBlock's until accessor

    (cherry picked from commit 23bea0c)
    rgacogne committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8edbd7e View commit details
    Browse the repository at this point in the history