source:
npl/internetserver/bind/caching-example/named.local
@
1d748cb
Last change on this file since 1d748cb was ebc5ae5, checked in by , 8 years ago | |
---|---|
|
|
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 | |
10 | 1 IN PTR localhost. |
Note: See TracBrowser
for help on using the repository browser.