include.db 443 B

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