Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2002 13:50:47 -0700 (PDT)
From:      Dan Busarow <dan@dpcsys.com>
To:        Jim Flowers <jflowers@ezo.net>
Cc:        freebsd-security@FreeBSD.ORG
Subject:   Re: DNS Question
Message-ID:  <Pine.BSF.4.21.0204221349230.41541-100000@java2.dpcsys.com>
In-Reply-To: <20020422123827.M47851@ezo.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 22, Jim Flowers wrote:
> That is true, of course but you can't turn recursion off when you are using a 
> single server for both resolver service (for trusted hosts) and general 
> lookup service for the world-at-large for your authoritative zones.

Sure you can.

allow-recursion {
   192.168.1.0/21;
};

limits recursive queries to the specified network.  Outside queries
will be limited to those you are auth for.

Dan
-- 
 Dan Busarow                                                  949 443 4172
 Dana Point Communications, Inc.                            dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0204221349230.41541-100000>