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

unbound: fix no-cache feature #840

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

bzfbd
Copy link

@bzfbd bzfbd commented Feb 6, 2023

Years ago I submitted the no-cache feature to unbound which over time broke. I debugged it down to the point that pre-seeding no_cache_store will fix this with minimal changes and make no-cache work again which remains highly valuable in a lot of environments this got deployed.

Obtained from: https://reviews.freebsd.org/D38057

Years ago I submitted the no-cache feature to unbound which over time
broke. I debugged it down to the point that pre-seeding no_cache_store
will fix this with minimal changes and make no-cache work again which
remains highly valuable in a lot of environments this got deployed.

Obtained from:	https://reviews.freebsd.org/D38057
@gthess
Copy link
Member

gthess commented Jul 25, 2023

I suspect that this could be broken because of specific module configuration i.e., the module-config: option.
Do you have a specific configuration where this fails?
By default (module-config: 'validator iterator') it works, as there is a testcase for that already.

@bzfbd
Copy link
Author

bzfbd commented Aug 9, 2023

I believe last time I checked was with:
module-config: "dns64 validator iterator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants