source: trunk/packs/config/named.localhost @ 12835

Revision 12835, 299 bytes checked in by ghudson, 26 years ago (diff)
Add a default ttl. The SOA minimum is not a default, and named warns if it has to fall back to using that.
Line 
1;
2; Resolve localhost.
3;
4
5$ttl 3600000
6
7@       IN      SOA     bitsy.mit.edu. bugs.mit.edu. (
8                                1       ; Serial
9                                3600    ; Refresh 1 hour
10                                300     ; Retry 5 minutes
11                                2419200 ; Expire 28 days
12                                3600000 ; Minimum 1000 hours
13                                )
14        IN      NS      bitsy.mit.edu.
15        IN      NS      strawb.mit.edu.
16        IN      NS      w20ns.mit.edu.
17
18        IN      A       127.0.0.1
Note: See TracBrowser for help on using the repository browser.