From owner-freebsd-isp Thu Oct 24 10:11:31 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E092837B401 for ; Thu, 24 Oct 2002 10:11:30 -0700 (PDT) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E03543E65 for ; Thu, 24 Oct 2002 10:11:30 -0700 (PDT) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id 765A7EF69E for ; Thu, 24 Oct 2002 18:51:43 +0200 (CEST) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 53CE15D009 for ; Thu, 24 Oct 2002 19:18:05 +0200 (CEST) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id E60045D008 for ; Thu, 24 Oct 2002 19:18:04 +0200 (CEST) Received: from tx0-go2france-c.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id ABEA13D400DE; Thu, 24 Oct 2002 19:20:42 +0200 Message-Id: <5.1.1.6.2.20021024120818.01e88008@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Thu, 24 Oct 2002 12:11:16 -0500 To: freebsd-isp@freebsd.org From: Len Conrad Subject: Re: DNS server In-Reply-To: <20021024165643.GB12625@submonkey.net> References: <5.1.1.6.2.20021024114733.03209dd8@mail.go2france.com> <20021024154552.66115.qmail@web20102.mail.yahoo.com> <5.1.1.6.2.20021024114733.03209dd8@mail.go2france.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > 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. no advantage, and requires 300 separate files vs 1 file. "$INCLUDE" in zone files and "include "file"; " in config files are powerful and highly recommended, but in this fully reduced case of one zone file, $INCLUDE adds nothing. Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message