On Fri, Jan 21, 2000 at 08:54:44AM -0500, Vinay Bharel wrote:
> Hello,
> 
> This might be a weird question, but is it posible for me to configure
> named to have domains in logical directories.  For example: 
> 
> .com/foo/subfoo
> 
> I have seen people use this configuration but I don't know how to do this.
> 

It's not hard:

zone "somedomain.net.au" {
        type master;
        file "au/net/somedomain.hosts";
};

then you can make a directory in /var/named as such:

mkdir -p au/net
and put somedomain.hosts (or whatever) in that directory.

[EMAIL PROTECTED]


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to