Brian wrote:
>
> Can anyone tell me how to set the "VERSION.BIND" query reply in BIND
> 8.2.2-P5, so that it doesn't reply the default response via the dig
> command?
In global server configuration options section:
options {
version "string you want to appear as";
// ...
}
// ...
--
Kaczor