Put in your named.conf following:

zone "domain-a.com" {
        type master;
        file "domain-a.com";
};

zone "domain-b.com" {
        type master;
        file "domain-a.com";
};

zone "domain-c.com" {
        type master;
        file "domain-a.com";
};

etc.

and create domain-a.com file in your namedb file, make sure that it is readable by named process.

Regards,
Igor


On Wed, 2003-01-22 at 00:29, Charles Holbrook wrote:
I have multiple domains registered that all end up pointing to the same IP 
address.  This would seem to be a fairly simple project.  But right now due 
to my massive brain fart I have created zone files for every single domain 
name.  How do I just forward all of those domain names to the same zone 
file and not have 20 plus zone files for essentially the same thing.

EXAMPLE:

www.aaa.com
www.a-a-a.com
www.aa-a.com
www.a-aa.com

All of these domain names are the same domain name just a different 
address.  Any help would be greatly appreciated.

It is surely a great calamity for a human being to have no obsessions. - Robert Bly

Reply via email to