dang that was quick. You wouldn't by any chance know if bind can take shorthad or something like it would you?

EXAMPLE:
zone "domain-a.com";"domain-b.com";"domain-c.com" {
type master;
file "domain-a.com";
};
At 12:46 AM 1/22/2003 +0100, you wrote:
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:

<http://www.aaa.com>www.aaa.com
www.a-a-a.com
<http://www.aa-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






--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to