I need to manage multiple domains

Tom Diehl tdiehl at rogueind.com
Mon Nov 20 17:52:36 UTC 2006


On Mon, 20 Nov 2006, Ryan McCain wrote:

> Wouldn't a symbolic link fail because the zone records have this
> declared at the top:
>
> $ORIGIN . $TTL 3600       ; 1 hour
> domain1.com         IN SOA  server1.domain1.com (

Change it to
 		IN	server1

or

@		IN SOA	server1

or

@		IN	server1

or

 		IN SOA	server1

Pick whichever one makes you feel better. :-)

I am lazy so I go for the least amount of typing possible so I use the first
one.

Only use the fqdn if you really want it to point to
that particular domain. Don't forget the trailing . if you are going to
use the fqdn.


Regards,

-- 
Tom Diehl		tdiehl at rogueind.com		Spamtrap address mtd123 at rogueind.com



More information about the bind-users mailing list