Home | History | Annotate | Line # | Download | only in ns1
      1 $TTL 300
      2 @	IN SOA	ns.example. admin.example. (
      3 			1	; serial
      4 			3600	; refresh
      5 			900	; retry
      6 			604800	; expire
      7 			300	; minimum
      8 		)
      9 @	IN NS	ns.example.
     10 ns	IN A	10.53.0.1
     11