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

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

upgraded dhcpd to 4.3.6 for better ipv6 support

  • Property mode set to 100644
File size: 433 bytes
Line 
1$TTL    86400
2@       IN      SOA     localhost. root.localhost.  (
3                                      2011032500 ; 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.