source:
npl/internetserver/bind/caching-example/localhost.zone
@
62266ed
Last change on this file since 62266ed was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 195 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | $TTL 86400 |
2 | $ORIGIN localhost. | |
3 | @ 1D IN SOA @ root ( | |
4 | 42 ; serial (d. adams) | |
5 | 3H ; refresh | |
6 | 15M ; retry | |
7 | 1W ; expiry | |
8 | 1D ) ; minimum | |
9 | ||
10 | 1D IN NS @ | |
11 | 1D IN A 127.0.0.1 |
Note: See TracBrowser
for help on using the repository browser.