mix1.db 362 B

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