Date: Thu, 1 Feb 2001 17:59:53 -0000 From: "James Raftery" <jraftery@wrdp.com> To: "Vivek Khera" <khera@kciLink.com> Cc: "FreeBSD Stable" <stable@freebsd.org> Subject: Re: DNS security Message-ID: <014701c08c78$c71bb5a0$340410ac@JRAFTERY> References: <14969.38607.142726.115583@onceler.kciLink.com><010601c08c73$c0a4fe20$340410ac@JRAFTERY> <14969.40901.952200.946573@onceler.kciLink.com>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- From: "Vivek Khera" <khera@kciLink.com> To: "James Raftery" <jraftery@wrdp.com> Cc: "FreeBSD Stable" <stable@freebsd.org> Sent: Thursday, February 01, 2001 5:41 PM Subject: Re: DNS security > But that throws off the zone file directory paths... Hmm. I guess if I > were clever enough with subdirectory tree construction I could do > this... There's nothing difficult about it. The 'file' statement tell named where to find a given zone file. It can either be an absolute path or a relative path. Relative paths are relative to the default directory (specified with 'directory'). So, use: zone "yourzone.com" { [...] file "/var/named/db.yourzone"; }; Regards, james To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?014701c08c78$c71bb5a0$340410ac>