Don't like ads? PRO users don't see any ads ;-)
Guest

amartinez

By: a guest on Jan 28th, 2010  |  syntax: None  |  size: 1.80 KB  |  hits: 361  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $TTL   3d
  2.  
  3. @       IN      SOA     ns1.domain1.com. admin@domain1.com. (
  4.                         2010012801      ; Serial
  5.  
  6.                         3h              ; Refresh
  7.                         1h              ; Retry
  8.                         1w              ; Expire
  9.                         1h )            ; Minimum
  10.  
  11. domain1.com.          IN NS           ns1.domain1.com.
  12. domain1.com.          IN NS           ns2.domain1.com.
  13. ns1                     IN A            1.1.1.1
  14. ns2                     IN A            2.2.2.2
  15. www                     IN A            1.1.1.1
  16. domain1.com.          IN A            1.1.1.1
  17. cerbero                 IN A            2.2.2.2
  18. odin                    IN A            1.1.1.1
  19. estadisticas            IN A            1.1.1.1
  20. gestorbd                IN A            1.1.1.1
  21. visorsvn                IN A            1.1.1.1
  22. svn1                    IN A            1.1.1.1
  23. proyectos               IN A            1.1.1.1
  24. cuentascorreo           IN A            1.1.1.1
  25. tickets                 IN A            1.1.1.1
  26. gestorcc                IN A            1.1.1.1
  27. correo                  IN A            1.1.1.1
  28. correo2                   IN A            2.2.2.2
  29. backups                 IN A            2.2.2.2
  30. monit                   IN A            1.1.1.1
  31.  
  32. af                      IN A            1.1.1.1
  33. ge                      IN A            1.1.1.1
  34. ee                      IN A            1.1.1.1
  35. em                      IN A            1.1.1.1
  36.  
  37.  
  38. domain1.com.                    IN  TXT  "v=spf1 ip4:1.1.1.1/27 -all"
  39. domain1.com.          IN MX           10 correo.domain1.com.
  40. domain1.com.          IN MX           20 correo2.domain1.com.
  41. 1.1.1.1.in-addr.arpa.      PTR        correo.domain1.com.
  42. 2.2.2.2.in-addr.arpa.      PTR        correo2.domain1.com.