1$TTL	86400
2@       IN      SOA     localhost. root.localhost.  (
3                                      1997022700 ; Serial
4                                      28800      ; Refresh
5                                      14400      ; Retry
6                                      3600000    ; Expire
7                                      86400 )    ; Minimum
8              IN      NS      localhost.
9
101       IN      PTR     localhost.
11