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: Fix dynblocks over TCP, allow refusing dyn blocked queries #4518

Merged
merged 4 commits into from Nov 2, 2016

Commits on Sep 30, 2016

  1. Copy the full SHA
    dd46e5e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d354e77 View commit details
    Browse the repository at this point in the history
  3. dnsdist: Store the TCP response header in the response ring

    Until now we stored the query header in the response ring for TCP
    queries..
    rgacogne committed Sep 30, 2016
    Copy the full SHA
    b9ebcf1 View commit details
    Browse the repository at this point in the history
  4. dnsdist: Don't mix "real" and monotonic time for TCP queries

    Otherwise the time stored in the response ring makes no sense.
    rgacogne committed Sep 30, 2016
    Copy the full SHA
    614bfa3 View commit details
    Browse the repository at this point in the history