|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] what do I put in the dns zone file to get domain.com to resolve to the same ip as www.domain.com
|
This will work:
@ SOA [....]
@ NS ns1.isp.net.
@ NS ns2.isp.net.
@ A 10.1.1.1
www A 10.1.1.1
-Andrew
On Fri, 7 Jan 2000, Darxus wrote:
>
> what do I put in the dns zone file to get domain.com to resolve to the same ip as www.domain.com
>
> __________________________________________________________________
> PGP fingerprint = 03 5B 9B A0 16 33 91 2F A5 77 BC EE 43 71 98 D4
> darxus@op.net / http://www.op.net/~darxus
> Find the next largest prime, be famous:
> http://www.mersenne.org/prime.htm
> "There is no spoon."
>
>
>
> _______________________________________________
> PLUG maillist - PLUG@lists.nothinbut.net
> http://lists.nothinbut.net/mail/listinfo/plug
>
_______________________________________________
PLUG maillist - PLUG@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug
|
|