BIND 10 #1875: bindctl query zone database

BIND 10 Development do-not-reply at isc.org
Wed Apr 4 15:06:30 UTC 2012


#1875: bindctl query zone database
-------------------------------------+-------------------------------------
            Reporter:  jreed         |                        Owner:
                Type:  enhancement   |                       Status:  new
            Priority:  medium        |                    Milestone:  New
           Component:  Unclassified  |  Tasks
           Sensitive:  0             |                     Keywords:
         Sub-Project:  DNS           |              Defect Severity:  N/A
Estimated Difficulty:  0             |  Feature Depending on Ticket:
         Total Hours:  0             |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
 For troubleshooting, it may be useful to allow bindctl to query the zone
 database(s) to bypass DNS server, bypass ACLs, etc.  Maybe a DataSrc
 module, such as:

 {{{
 $ echo datasrc query name=www.example.net class=IN type=A | bindctl
 {
   "Zone": "example.net.",
   "Datasrc": "in-memory",
   "name": "www.example.net.",
   "class": "IN",
   "ttl": 1200,
   "type": "A"
 }
 }}}

 (Something like that.)

 This is a low priority feature request.

-- 
Ticket URL: <http://bind10.isc.org/ticket/1875>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list