This is a discussion on Re: Empty authority and additional sections in Dns answers within the Bind Users forums, part of the DNS and Related Forums category; "Diego Balgera" <x.nospam.diego.balgera.nospam.x@nokia.com> wrote in message news:btc9mj$1br6$...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Diego Balgera" <x.nospam.diego.balgera.nospam.x@nokia.com> wrote in message
news:btc9mj$1br6$1@sf1.isc.org... > As far as you know, is there the possibility to configure Bind (actually I'm > using Bind 8.2.5) so that it will respond limiting the answer to Header, > Questions and Answer, emptying the content of Authority and Additional > sections? (that is, setting the number of authority and additional records > equal to zero in the header section). options { minimal-responses yes; }; will do this in BIND9. AFAIK, you can't do this in BIND8. |