sorry to ruin several of your evenings...

Stephen Stuart stuart at mfnx.net
Tue Jan 30 20:38:01 UTC 2001


> While it's not exactly a problem, it does give away that you're running
> bind9 (I do like the new 'version' option where you can set the
> version.bind reply) even if you change the version to appear to be a bind8
> server.

"allow-query" lets you control who can see that information:

zone "bind" chaos { 
        allow-query {
                127.0.0.1 ;
                xxx.xxx.xxx.xxx/len ;
        } ;
        type master; 
        file "filename"; 
};

Stephen




More information about the NANOG mailing list