mix1.db 397 B

12345678910111213141516171819202122
  1. $ORIGIN mix1.
  2. @ IN SOA ns hostmaster (
  3. 1 ; serial
  4. 3600
  5. 1800
  6. 1814400
  7. 3
  8. )
  9. ; this needs #2390
  10. ; NS ns
  11. NS ns.mix1.
  12. ns A 10.53.0.1
  13. a TXT "soa minttl 3"
  14. b 2 TXT "explicit ttl 2"
  15. $INCLUDE mix1sub1.db
  16. c TXT "soa minttl 3"
  17. $TTL 1
  18. d TXT "default ttl 1"
  19. e 4 TXT "explicit ttl 4"
  20. f TXT "default ttl 1"
  21. $INCLUDE mix1sub2.db
  22. h 5 TXT "the include ttl 5"