Project

General

Profile

Actions

Feature #8028

closed

Unbound: Add advanced option for qname-minimization

Added by Mathew Keith over 6 years ago. Updated about 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
DNS Resolver
Target version:
Start date:
10/30/2017
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:

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

Actions

Also available in: Atom PDF