Greetings,

Sat, 13 Jun 2009 11:08:53 +0200 Chris Hills wrote:

One can change the response to "version.bind. chaos txt" using the configuration directive "version". Is there an equivalent
configuration directive for "hostname.bind. chaos txt"?

Sure:

options {
        hostname "any_text";
};

Also, is it possible to configure BIND to respond on version.server. chaos txt and id.server. chaos txt in the same manner as
version.bind. and hostname.bind. (i.e. automatically without
requiring a separate zone file)?

options {
        server-id "any_text";
};


--

Yours sincerely,

Andrey G. Sergeev (AKA Andris)     http://www.andris.name/
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to