home *** CD-ROM | disk | FTP | other *** search
/ ftp.sberbank.sumy.ua / 2014.11.ftp.sberbank.sumy.ua.tar / ftp.sberbank.sumy.ua / incoming / sxtech / etc / namedb / PROTO.localhost-v6.rev < prev    next >
Text File  |  2014-08-29  |  427b  |  18 lines

  1. ;    From: @(#)localhost.rev    5.1 (Berkeley) 6/30/90
  2. ; $FreeBSD: src/etc/namedb/PROTO.localhost-v6.rev,v 1.1.2.1 2002/02/04 18:24:21 ume Exp $
  3. ;
  4. ; This file is automatically edited by the `make-localhost' script in
  5. ; the /etc/namedb directory.
  6. ;
  7.  
  8. $TTL    3600
  9.  
  10. @    IN    SOA    @host@. root.@host@.  (
  11.                 @date@    ; Serial
  12.                 3600    ; Refresh
  13.                 900    ; Retry
  14.                 3600000    ; Expire
  15.                 3600 )    ; Minimum
  16.     IN    NS    @host@.
  17.     IN    PTR    localhost.@domain@.
  18.