;
; Generic localhost zone
;

$ORIGIN  localhost.
$TTL	 86499

@	 IN	SOA	localhost. root.localhost. (
	 			   	 1 ;serial
				      1800 ; refresh
				       900 ; retry
				     69120 ; expire
				      1080 ; negative cache ttl
				      )

 			             NS		localhost.
                                      A		127.0.0.1

