home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / mac / linux22 / slackware3.6 / DOCS / OLD-SLACK-DOCS / BIND / NAMED.HOSTS;1 < prev    next >
Encoding:
Text File  |  1995-07-28  |  340 b   |  12 lines  |  [TEXT/hscd]

  1. ; /var/named/named.hosts: local host
  2. ; origin is localhost. (see named.boot)
  3. ;
  4. @        IN    SOA    <HOST>.demon.co.uk. <NAME>.<HOST>.demon.co.uk. (
  5.                 94122401    ; serial number
  6.                 86400        ; refresh:    24 hours
  7.                 3600        ; retry:    1 hour
  8.                 3600000        ; expire:    42 days (approx)
  9.                 604800    )    ; minimum:    1 week
  10.         IN    NS    localhost.
  11. localhost.    IN    A    127.0.0.1
  12.