• v0.4.0 9550aad4f8

    v0.4.0
    CI / Windows x64 (push) Successful in 12m36s
    Stable

    robonen released this 2026-08-09 09:45:56 +00:00 | 0 commits to main since this release

    "You can now see what the resolver is actually being asked."

    Added

    • A live view of the last 200 queries the resolver handled, each marked as
      blocked, served from cache, or sent upstream, with a filter by name.

    Fixed

    • The system DNS cache is no longer flushed on every periodic re-apply. Adapters
      that already point at the resolver are left untouched, and the cache is only
      cleared when something actually changed — previously the whole machine's cache
      was discarded every five minutes for nothing.

    Notes

    • The view is held in memory only. It is never written to the log file and is
      discarded when blocking is switched off, because it records every name looked
      up on the machine and not only the blocked ones — it exists to answer "what
      just happened", not to accumulate a browsing history.
    • It costs a fixed 56 KB of memory and roughly 8 ns per query, so it is on by
      default with nothing to configure.
    Downloads