Project

General

Profile

Actions

Bug #11403

closed

DNS Resolver does not add a ``local-zone`` type for ``ip6.arpa`` domain override

Added by Viktor Gurov about 3 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Viktor Gurov
Category:
DNS Resolver
Target version:
Start date:
02/12/2021
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
All
Affected Architecture:

Description

If you configured domain override for the *.in-addr.arpa domain it correctly sets the zone type to `typetransparent`:

# grep in-addr.arpa /var/unbound/unbound.conf
local-zone: "34.34.34.in-addr.arpa" typetransparent
private-domain: "34.34.34.in-addr.arpa" 
domain-insecure: "34.34.34.in-addr.arpa" 

but not for ip6.arpa:

# grep ip6.arpa /var/unbound/unbound.conf
private-domain: "11.11.11.11.11.ip6.arpa" 
domain-insecure: "11.11.11.11.11.ip6.arpa" 

Actions

Also available in: Atom PDF