source: npl/internetserver/bind/caching-example/named.local @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 433 bytes
Line 
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.
Note: See TracBrowser for help on using the repository browser.