home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / os2 / ospfaq87.arj / OSPFAQ87.ZIP / sample / dns / bind / namedr1.txt < prev    next >
Encoding:
Text File  |  1997-11-26  |  746 b   |  23 lines

  1. ; file: outofro2.rev (nennt sich bei mir named.rev)
  2. ; ------------------
  3. ;
  4. ; Origin added to names ending in a dot:
  5. ;
  6. ;        1.168.192.IN-ADDR.ARPA
  7. ;
  8. @        IN     SOA   mail.outofro2.com postmaster.outofro2.com (
  9.                       9705272  ; serial no
  10.                       28800    ; refresh in seconds
  11.                       7200     ; retry in seconds
  12.                       604800   ; SOA expires in seconds
  13.                       86400 )  ; minimum in seconds
  14.  
  15.          IN     NS    oor1.outofro2.com.    ; primary nameserver
  16.          IN     NS    ns.elsewhere.com.     ; secondary nameserver (!!)
  17.  
  18. ; map addresses to names
  19.  
  20. 1        IN     PTR   oor1.outofro2.com.
  21.  
  22. ; more hosts have to be added accordingly ...
  23.