source:
npl/internetserver/bind/caching-example/localhost.zone
@
c5c522c
Last change on this file since c5c522c was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 195 bytes |
Line | |
---|---|
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.