----- Original Message -----
From: "Vivek Khera" <[EMAIL PROTECTED]>
To: "James Raftery" <[EMAIL PROTECTED]>
Cc: "FreeBSD Stable" <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message