Project

General

Profile

Actions

Feature #4758

closed

DNS Resolver - Add GUI to configure reverse zone overrides

Added by Juraj Binka almost 9 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
DNS Resolver
Target version:
-
Start date:
06/15/2015
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:

Description

It would be nice to have GUI option to configure overrides for reverse DNS zones in DNS resolver/Unbound. Currently can be done using general settings - advanced, for example:

server: local-zone: "168.192.in-addr.arpa." nodefault
stub-zone: name: "168.192.in-addr.arpa."
stub-addr: 192.168.1.100

Actions #1

Updated by Kill Bill almost 9 years ago

Not really sure what support you need, it works.

$ host 192.168.0.151
151.0.168.192.in-addr.arpa domain name pointer dc1.example.com.
;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 53247
;; flags: qr rd ra ; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;; 151.0.168.192.in-addr.arpa.  IN      PTR

;; ANSWER SECTION:
151.0.168.192.in-addr.arpa.     955     IN      PTR     dc1.example.com.

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:

;; Query time: 0 msec
;; SERVER: 127.0.0.1
;; WHEN: Mon Jun 15 12:53:11 2015
;; MSG SIZE  rcvd: 78
Actions #2

Updated by Chris Buechler almost 9 years ago

  • Target version deleted (2.3)
  • Affected Architecture added
  • Affected Architecture deleted (All)
Actions #3

Updated by Chris Buechler almost 8 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF