You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

db.example.com 532B

123456789101112131415161718192021
  1. $ORIGIN .
  2. $TTL 86400 ; 1 day
  3. example.com IN SOA ns1.example.com. hostmaster.example.com. (
  4. 2002022402 ; serial
  5. 10800 ; refresh (3 hours)
  6. 15 ; retry (15 seconds)
  7. 604800 ; expire (1 week)
  8. 10800 ; minimum (3 hours)
  9. )
  10. $TTL 600 ; 10 minutes
  11. NS ns1.example.com.
  12. NS ns2.example.com.
  13. MX 10 mail.example.com.
  14. $ORIGIN example.com.
  15. mail A 24.24.24.24
  16. ns1 A 24.24.24.24
  17. ns2 A 24.24.24.42
  18. serv1 CNAME serv1.site1
  19. serv2 CNAME serv2.site1
  20. $TTL 300 ; 5 minutes
  21. test A 42.42.42.42