Home | History | Annotate | Line # | Download | only in namedb
      1 ;	$NetBSD: localhost,v 1.2 2000/05/19 13:07:37 sommerfeld Exp $
      2 
      3 $TTL	3600
      4 @	IN	SOA	netbsd.org. hostmaster.netbsd.org.  (
      5 				1999012100	; Serial
      6 				3600		; Refresh
      7 				300		; Retry
      8 				3600000		; Expire
      9 				3600 )		; Minimum
     10 		IN	NS	localhost.
     11 localhost.	IN	A	127.0.0.1
     12 		IN	AAAA	::1
     13