source: trunk/packs/config/named.localhost.rev @ 8988

Revision 8988, 304 bytes checked in by ghudson, 28 years ago (diff)
Restructure named files to match how named works. Punt named.mit for now; add named.localhost to resolve "localhost". This needs to be revisited, but what was previously checked in wouldn't work properly.
Line 
1;
2; Reverse-resolve localhost.
3;
4
5@       IN      SOA     bitsy.mit.edu. bugs.mit.edu. (
6                                1       ; Serial
7                                3600    ; Refresh 1 hour
8                                300     ; Retry 5 minutes
9                                2419200 ; Expire 28 days
10                                3600000 ; Minimum 1000 hours
11                                )
12        IN      NS      bitsy.mit.edu.
13        IN      NS      strawb.mit.edu.
14        IN      NS      w20ns.mit.edu.
15
16        IN      PTR     localhost.mit.edu.
Note: See TracBrowser for help on using the repository browser.