Advertisement
rgiapratama

/etc/named/njajal.com

Feb 18th, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.70 KB | None | 0 0
  1. ;       Addresses and other host information.
  2. ;
  3. @       IN      SOA     njajal.com. root.njajal.com. (
  4.                                2012080701      ; Serial
  5.                                43200      ; Refresh
  6.                                3600       ; Retry
  7.                                3600000    ; Expire
  8.                                2592000 )  ; Minimum
  9.  
  10. ;       Define the nameservers and the mail servers
  11.  
  12.                IN      NS      ns.njajal.com.
  13.                IN      A       192.168.1.100
  14.                IN      MX      10 mail.njajal.com.
  15.  
  16. mail            IN      A       192.168.1.50
  17. ns              IN      A       192.168.1.100
  18. www             IN      A       192.168.1.100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement