On 13/06/09 16:23, Andrey G. Sergeev (AKA Andris) wrote:
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";
};

This worked for id.server. but not version.server. The attached patch fixes this.

Regards,

Chris
--- bind-9.6.1/bin/named/config.c.old   2009-06-14 11:18:18.514211338 +0200
+++ bind-9.6.1/bin/named/config.c       2009-06-14 11:41:48.984072797 +0200
@@ -217,6 +217,10 @@
                type master;\n\
                database \"_builtin id\";\n\
        };\n\
+       zone \"version.server\" chaos {\n\
+               type master;\n\
+               database \"_builtin version\";\n\
+       };\n\
 };\n\
 ";
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to