feat: improve DNS cache handling by avoiding unnecessary flushes
CI / Windows x64 (push) Successful in 12m36s
CI / Windows x64 (push) Successful in 12m36s
This commit is contained in:
@@ -12,6 +12,13 @@ versioning follows [Semantic Versioning](https://semver.org/).
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user