Home | History | Annotate | Line # | Download | only in ans2
      1 $TTL 300
      2 @       IN SOA ns.secure. root.secure. (
      3                 1          ; serial
      4                 3600       ; refresh
      5                 1800       ; retry
      6                 1814400    ; expire
      7                 300        ; minimum
      8                 )
      9         IN NS   ns.secure.
     10 ns      IN A   10.53.0.2
     11