Help - How to config bind deny DNS query from one small classless subnet

Barry Margolin barmar at alum.mit.edu
Mon Jun 21 17:50:01 UTC 2004


In article <cb61m2$241i$1 at sf1.isc.org>,
 "Alex Tang" <alextang at cms.hkcable.com> wrote:

> Dear All
> Would any one know how I can conf bind to deny query from a small =
> classless subnet ?
> Thanks
> Alex Tang

options {
  ...
  allow-query { !192.168.10.16/29; };
  ...
};

will deny queries from that subnet.

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***


More information about the bind-users mailing list