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

Revision 10125, 833 bytes checked in by ghudson, 27 years ago (diff)
Nuke MIT ns entries here; they generate warnings on Solaris.
Line 
1;
2; 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      A       127.0.0.1
17
18; Old versions of named allow you to shove authoritative records into
19; the database in a primary file outside of the domain the primary
20; file is for.  We can exploit this bug to allow people to write
21; arbitrary authoritative records into /etc/named.local.  Newer
22; versions of named will ignore anything the user is likely to put in
23; named.local.  (See the comments in named.boot to find out what to do
24; for local records in that case.  As of release 8.1, named.local will
25; work on SGIs but not on Suns.)
26$ORIGIN .
27$INCLUDE /etc/named.local
Note: See TracBrowser for help on using the repository browser.