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

DNS cache prefetch #1259

Open
seonwoolee opened this issue Dec 14, 2019 · 7 comments
Open

DNS cache prefetch #1259

seonwoolee opened this issue Dec 14, 2019 · 7 comments

Comments

@seonwoolee
Copy link

Problem Description

I find that sometimes the response from AdGuard Home can be slow.

Proposed Solution

While it causes an increase in DNS traffic and load on the server, the unbound DNS resolver supports prefetching of cached entries.

Could this be added to AdGuard Home?

@lordraiden
Copy link

But DNS cache is not already implemented? what is the diference with this?

@ameshkov
Copy link
Member

Here's the concept of prefetch:

  1. Scan cached records that are about to expire
  2. Asynchronously query them and update the cache

This feature makes perfect sense for a DNS recursor like unbound. Not so useful for a forwarder like AGH. But makes some sense.

@ghost
Copy link

ghost commented Jan 19, 2021

any news on this feature ?

@ameshkov
Copy link
Member

No, and tbh I prefer #2145

@ghost
Copy link

ghost commented Jan 19, 2021

oh it's what it means optimistic, i have seen it but not oppened it since i haven't understood it would mean update the cache.
so it's for 0.107 (if nothing change of course), i had asked since here it's milstoned to 1.0. thanks i have my answer then.

@AJolly

This comment was marked as duplicate.

@tipuraneo

This comment was marked as duplicate.

@ghost ghost mentioned this issue Apr 20, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants