-
Notifications
You must be signed in to change notification settings - Fork 18
harden & prefetch unbound #4
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,7 +24,10 @@ server: | |
| do-daemonize: no | ||
|
|
||
| prefetch: yes | ||
| prefetch-key: yes | ||
| target-fetch-policy: "-1 -1 -1 -1 -1" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't quite understand the meaning of this setting. What is the benefit of setting it to
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this seems to remove limit on rule of how deep to go down with queries while prefetching Recommended for enabling the latter:
|
||
| qname-minimisation: yes | ||
| harden-referral-path: yes | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is experimental. I have no experience with this setting and feel a bit uncomfortable setting it.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nice to have benefits:
according to documentation and as far i understand this, it must be safe. Because just generating some more queries and additional validation for and is only disabled because more queries can produce a bit more load |
||
| rrset-roundrobin: yes | ||
|
|
||
| auto-trust-anchor-file: "/var/lib/unbound/root.key" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.