[34178] in North American Network Operators' Group
Re: sorry to ruin several of your evenings...
daemon@ATHENA.MIT.EDU (Stephen Stuart)
Tue Jan 30 15:40:22 2001
Message-Id: <200101302038.f0UKc1f60062@hi.tech.org>
To: poptix@sleepybox.poptix.net
Cc: nanog@merit.edu
In-reply-to: Your message of "Tue, 30 Jan 2001 14:05:00 CST."
<Pine.LNX.4.30.0101301359410.2263-100000@sleepybox.poptix.net>
Date: Tue, 30 Jan 2001 12:38:01 -0800
From: Stephen Stuart <stuart@mfnx.net>
Errors-To: owner-nanog-outgoing@merit.edu
> 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