Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 1.15 KB | Hits: 55 | Expires: Never
Copy text to clipboard
  1. //zone
  2. $ORIGIN trucmuche.org.
  3. $TTL 3h
  4. @       IN      SOA     ns.trucmuche.org. gamemaster.trucmuche.org. (
  5.                                 2010031703
  6.                                 8H
  7.                                 2H
  8.                                 1W
  9.                                 1D )
  10.  
  11. @                       IN      NS      ns.trucmuche.org.
  12.  
  13. @                       IN      MX      10      mail2.trucmuche.org.
  14.  
  15. @                       IN      A       MON.IP.000.000
  16.  
  17.  
  18. ns                      IN      A       MON.IP.000.000
  19. mail2                   IN      A       MON.IP.000.000
  20. wiki                    IN      CNAME   trucmuche.org.
  21. forum                   IN      CNAME   trucmuche.org.
  22. www                     IN      CNAME   trucmuche.org.
  23.  
  24.  
  25. //zone inverse
  26. $TTL 604800
  27. @             IN      SOA   trucmuche.org. gamemaster.trucmuche.org. (
  28.                               2010032102
  29.                               7200        
  30.                               15m        
  31.                               3w        
  32.                               3h        
  33.                               )
  34.         NS      trucmuche.org.
  35.  
  36.  
  37. 118     PTR     www.trucmuche.org.
  38. 118     PTR     forum.trucmuche.org.
  39. 118     PTR     wiki.trucmuche.org.
  40. 118     PTR     trucmuche.org.
  41. 118     PTR     ns.trucmuche.org.