Advertisement
Guest User

Untitled

a guest
Jul 8th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;
  2. ; Zone file for linux.bogus
  3. ;
  4. ; The full zone file
  5. ;
  6. $TTL 3D
  7. @       IN      SOA     ns.linux.bogus. hostmaster.linux.bogus. (
  8.                         199802151       ; serial, todays date + todays serial #
  9.                         8H              ; refresh, seconds
  10.                         2H              ; retry, seconds
  11.                         4W              ; expire, seconds
  12.                         1D )            ; minimum, seconds
  13. ;
  14.                 TXT     "Linux.Bogus, your DNS consultants"
  15.                 NS      ns              ; Inet Address of name server
  16.                 NS      ns.friend.bogus.
  17.                 MX      10 mail         ; Primary Mail Exchanger
  18.                 MX      20 mail.friend.bogus. ; Secondary Mail Exchanger
  19.  
  20. localhost       A       127.0.0.1
  21.  
  22. gw              A       192.168.196.1
  23.                 TXT     "The router"
  24.  
  25. ns              A       192.168.196.2
  26.                 MX      10 mail
  27.                 MX      20 mail.friend.bogus.
  28. www             CNAME   ns
  29.  
  30. donald          A       192.168.196.3
  31.                 MX      10 mail
  32.                 MX      20 mail.friend.bogus.
  33.                 TXT     "DEK"
  34.  
  35. mail            A       192.168.196.4
  36.                 MX      10 mail
  37.                 MX      20 mail.friend.bogus.
  38.  
  39. ftp             A       192.168.196.5
  40.                 MX      10 mail
  41.                 MX      20 mail.friend.bogus.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement