Date: Tue, 22 Aug 2006 11:26:17 +0200 From: Kees Plonsz <freebsd@jeremino.homeunix.net> To: freebsd-questions@freebsd.org Subject: Re: OT: Bind secondary Message-ID: <20060822092618.1271143D55@mx1.FreeBSD.org> References: <list.freebsd.questions#20060822073802.GA817@yoafrica.com>
next in thread | previous in thread | raw e-mail | index | archive | help
John Oxley wrote in msgid: <list.freebsd.questions#20060822073802.GA817@yoafrica.com> > 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; }; };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060822092618.1271143D55>