Feature #8028
closedUnbound: Add advanced option for qname-minimization
100%
Description
Add support for qname-minimization and maybe qname-minimisation-strict.
This can be implemented in two ways, depending on if only qname-minimization or both qname-minimization-strict is implemented.
1) Only qname-minimization:
Add a checkbox to the Advanced settings:
Label: aname Minimization
Description: Send minimum amount of information to upstream servers to
enhance privacy. Best effort.
If checked, add the following to unbound's config:
qname-minimisation: yes
2) Both qname-minimization and qname-minimization-strict.
Add a dropdown to the Advanced settings
Label: qname mimization
Dropdown options:
Disabled
Enabled
Strict
Description: Send minimum amount of information to upstream servers to
enhance privacy. Only use Strict if you know what you are doing.
If enabled add the following to the unbound config:
qname-minimisation: yes
If Strict add the following to the unbound config:
qname-minimisation: yes
qname-minimisation-strict: yes