how to allow domain.com as well as www.domain.com ?

David Mitchell davem at fdgroup.co.uk
Wed Jun 16 12:46:14 UTC 1999


> hostname.domain.com.    IN   A    <IP Address>
> www.domain.com.     IN  CNAME  hostname.domain.com.
> domain.com.         IN  CNAME <IP address> (as suggested below)

By far the simplest way is

hostname.domain.com.	IN	A	<IP Address>
www.domain.com.		IN	A	<IP Address>
domain.com.		IN	A	<IP Address>


Dave.

* Dave Mitchell, Network Services Operations Manager,
* Fretwell-Downing Informatics Ltd, UK.  davem at fdgroup.co.uk
* Tel: +44 114 281 6113.                 The usual disclaimers....
*
* Standards (n). Battle insignia or tribal totems



More information about the bind-users mailing list