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

Revision 19672, 298 bytes checked in by jweiss, 21 years ago (diff)
set a TTL so named doesn't whine
Line 
1;
2; Resolve localhost.
3;
4
5$TTL 3600000
6@       IN      SOA     bitsy.mit.edu. bugs.mit.edu. (
7                                1       ; Serial
8                                3600    ; Refresh 1 hour
9                                300     ; Retry 5 minutes
10                                2419200 ; Expire 28 days
11                                3600000 ; Minimum 1000 hours
12                                )
13        IN      NS      bitsy.mit.edu.
14        IN      NS      strawb.mit.edu.
15        IN      NS      w20ns.mit.edu.
16
17        IN      A       127.0.0.1
Note: See TracBrowser for help on using the repository browser.