Does this DNS config look good?

Dave Lahoti Dave at Lahoti.com
Mon Jul 5 23:44:11 UTC 1999


Hi,
  I'm looking to create a basic DNS entry for mydomain.com.
  It should contain entries that resolve:

http://v.com
http://www.v.com

  How does the following look to you guys?:

v.com. IN SOA ns1.granitecanyon.com. Dave.Lahoti.com. 
  (
   131214734 
   21600 
   10800 
   604800 
   43200
  )

; Name Servers
v.com.  IN  NS ns1.granitecanyon.com.
v.com.  IN  NS ns2.granitecanyon.com.
;
localhost.v.com.   IN  A       127.0.0.1
v.com.             IN  A       25.73.58.215
www.v.com.         IN  CNAME   v.com.
;
215   IN PTR  v.com.
;
v.com.  IN  RP Dave.Lahoti.com. Dave.v.com.
;
Dave.v.com.    IN  TXT "Dave Lahoti"

====
-Dave Lahoti


More information about the bind-users mailing list