From owner-freebsd-questions@FreeBSD.ORG Tue Aug 22 09:26:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5403216A4DE for ; Tue, 22 Aug 2006 09:26:25 +0000 (UTC) (envelope-from freebsd@jeremino.homeunix.net) Received: from jeremina.homeunix.net (jeremino.xs4all.nl [80.126.224.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1271143D55 for ; Tue, 22 Aug 2006 09:26:18 +0000 (GMT) (envelope-from freebsd@jeremino.homeunix.net) Received: from [127.0.0.1] (helo=localhost) by jeremina.homeunix.net with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1GFSWY-0001I7-6j for freebsd-questions@freebsd.org; Tue, 22 Aug 2006 11:26:18 +0200 From: Kees Plonsz To: freebsd-questions@freebsd.org Date: Tue, 22 Aug 2006 11:26:17 +0200 References: Lines: 24 Organization: Chaos MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Face: dtAN(p3{]qk\XP?#Z/w4D6D%"{t}6EFQIEv.YCM-L).KZ#M-1|:kgToZn*t!H^|(gS/A9MOa#T]^~A:sn=q[vw\n8S"QP97/MLO}L[Jq*5f+&lY_8ij@3; sbZ/>F$[*hrNX`hu/e(\%m.kc~(EV#knmO@,9$615zns'>?E_?[bWyW%-Jp=Gj?oB9P`h8ua@C0_g/!K__/'EP^i; kBAjRTa/hoV Message-Id: <20060822092618.1271143D55@mx1.FreeBSD.org> Subject: Re: OT: Bind secondary X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 09:26:25 -0000 John Oxley wrote in msgid: > Hi, > > I am playing at being secondary for many domains from a few hosts. Is > there any way in bind of saying "I trust this guy there, so if he tries > to give me a domain I will just accept it." or do I have to manually add > the zone to my list of secondaries. (By manually I mean a webpage or a > cron job on the primary using ssh to send the zone over.) > Yes, there is a way in "named.conf" file, but de master has to say "I trust this guy" not the slave. This example works for a slave: zone "prik.net" IN { type slave; file "path/to-zone-file"; masters { 80.126.68.72; }; };