Date: Thu, 24 Oct 2002 17:56:43 +0100 From: Ceri Davies <setantae@submonkey.net> To: Len Conrad <LConrad@Go2France.com> Cc: freebsd-questions@freebsd.org Subject: Re: DNS server Message-ID: <20021024165643.GB12625@submonkey.net> In-Reply-To: <5.1.1.6.2.20021024114733.03209dd8@mail.go2france.com> References: <20021024154552.66115.qmail@web20102.mail.yahoo.com> <5.1.1.6.2.20021024114733.03209dd8@mail.go2france.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 24, 2002 at 11:53:37AM -0500, Len Conrad wrote: > > >> Hi all > >> > >> I have question about DNS server: > >> > >> I have more than 300 domain names and want to all > >> domain names pointing to one ipaddress > >> > >> I don't want to create 300 zones separately > >> > >> ls it possible to do it one zone to have this feature? > > sure, if all the domains have identical zone data, then you can have > exactly one zone file for all 300 domains. create the db.zonecommon file > and then in named.conf: > > zone "domain.com" { type master; file "db.zonecommon" ; }; > zone "again.com" { type master; file "db.zonecommon" ; }; > zone "encore.com" { type master; file "db.zonecommon" ; }; > zone "heretoo.com" { type master; file "db.zonecommon" ; }; Or you could include a common file in the zonefiles for each domain. Ceri -- you can't see when light's so strong you can't see when light is gone To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021024165643.GB12625>