home *** CD-ROM | disk | FTP | other *** search
/ Freelog 2 / Freelog002.iso / Linux / Slackware / docs / old-slack-docs / bind / named.hosts < prev    next >
Encoding:
Text File  |  1999-02-08  |  340 b   |  12 lines

  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.