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 #2

Updated by Jim Pingle about 3 years ago

  • Status changed from New to Pull Request Review
  • Target version set to CE-Next
Actions #3

Updated by Renato Botelho about 3 years ago

  • Status changed from Pull Request Review to Feedback
  • Assignee set to Viktor Gurov

PR has been merged. Thanks!

Actions #4

Updated by Viktor Gurov about 3 years ago

  • % Done changed from 0 to 100
Actions #5

Updated by Jim Pingle about 3 years ago

  • Status changed from Feedback to Waiting on Merge
  • Target version changed from CE-Next to 2.5.1
Actions #6

Updated by Renato Botelho about 3 years ago

  • Status changed from Waiting on Merge to Feedback

Cherry-picked to RELENG_2_5_1

Actions #7

Updated by Jim Pingle about 3 years ago

  • Subject changed from No local-zone type for ip6.arpa domain override to DNS Resolver does not add a ``local-zone`` type for ``ip6.arpa`` domain override

Updating subject for release notes.

Actions #8

Updated by Viktor Gurov about 3 years ago

  • Status changed from Feedback to Resolved

works as expected on 2.5.1.r.20210314.2256:

# grep 11.11 /var/unbound/*.conf
/var/unbound/domainoverrides.conf:    name: "11.11.11.11.11.ip6.arpa" 
/var/unbound/unbound.conf:local-zone: "11.11.11.11.11.ip6.arpa" typetransparent
/var/unbound/unbound.conf:private-domain: "11.11.11.11.11.ip6.arpa" 
/var/unbound/unbound.conf:domain-insecure: "11.11.11.11.11.ip6.arpa" 

Actions

Also available in: Atom PDF