include.db 546 B

123456789101112131415161718192021222324252627
  1. $ORIGIN include. ; initialize origin
  2. $TTL 300
  3. ; this needs #2500
  4. ;@ IN SOA ns hostmaster (
  5. @ IN SOA ns.include. hostmaster.include. (
  6. 1 ; serial
  7. 3600
  8. 1800
  9. 1814400
  10. 3600
  11. )
  12. ; this needs #2390
  13. ; NS ns
  14. NS ns.include.
  15. ns A 127.0.0.1
  16. a A 10.0.0.1
  17. $INCLUDE inclsub.db sub ; a.include. is the relative domain name origin for the included file
  18. ; use the current domain name
  19. A 99.99.99.99
  20. b A 10.0.0.2
  21. $ORIGIN b
  22. $INCLUDE inclsub.db
  23. ; use the current domain name
  24. A 10.0.0.99
  25. c A 10.0.0.3