contexttest.zone 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ;; test zone file used for ZoneFinderContext tests.
  2. ;; RRSIGs are (obviouslly) faked ones for testing.
  3. example.org. 3600 IN SOA ns1.example.org. bugs.x.w.example.org. 41 3600 300 3600000 3600
  4. example.org. 3600 IN NS ns1.example.org.
  5. example.org. 3600 IN NS ns2.example.org.
  6. example.org. 3600 IN MX 1 mx1.example.org.
  7. example.org. 3600 IN MX 2 mx2.example.org.
  8. example.org. 3600 IN MX 3 mx.a.example.org.
  9. ns1.example.org. 3600 IN A 192.0.2.1
  10. ns1.example.org. 3600 IN RRSIG A 7 3 3600 20150420235959 20051021000000 40430 example.org. FAKEFAKE
  11. ns1.example.org. 3600 IN AAAA 2001:db8::1
  12. ns1.example.org. 3600 IN RRSIG AAAA 7 3 3600 20150420235959 20051021000000 40430 example.org. FAKEFAKEFAKE
  13. ns2.example.org. 3600 IN A 192.0.2.2
  14. ns2.example.org. 3600 IN TXT "text data"
  15. mx1.example.org. 3600 IN A 192.0.2.10
  16. mx2.example.org. 3600 IN AAAA 2001:db8::10
  17. ;; delegation
  18. a.example.org. 3600 IN NS ns1.a.example.org.
  19. a.example.org. 3600 IN NS ns2.a.example.org.
  20. a.example.org. 3600 IN NS ns.example.com.
  21. ns1.a.example.org. 3600 IN A 192.0.2.5
  22. ns2.a.example.org. 3600 IN A 192.0.2.6
  23. ns2.a.example.org. 3600 IN AAAA 2001:db8::6
  24. mx.a.example.org. 3600 IN A 192.0.2.7
  25. ;; delegation, one of its NS names is at zone cut.
  26. b.example.org. 3600 IN NS ns.b.example.org.
  27. b.example.org. 3600 IN NS b.example.org.
  28. b.example.org. 3600 IN AAAA 2001:db8::8
  29. ns.b.example.org. 3600 IN A 192.0.2.9
  30. ;; The MX name is at a zone cut. shouldn't be included in the
  31. ;; additional section.
  32. mxatcut.example.org. 3600 IN MX 1 b.example.org.
  33. ;; delegation, one of its NS names is under a DNAME delegation point;
  34. ;; another is at that point; and yet another is under DNAME below a
  35. ;; zone cut.
  36. c.example.org. 3600 IN NS ns.dname.example.org.
  37. c.example.org. 3600 IN NS dname.example.org.
  38. c.example.org. 3600 IN NS ns.deepdname.example.org.
  39. ns.dname.example.org. 3600 IN A 192.0.2.11
  40. dname.example.org. 3600 IN A 192.0.2.12
  41. ns.deepdname.example.org. 3600 IN AAAA 2001:db8::9
  42. ;; CNAME
  43. alias.example.org. 3600 IN CNAME cname.example.org.
  44. ;; DNAME
  45. dname.example.org. 3600 IN DNAME dname.example.com.
  46. ;; DNAME under a NS (strange one)
  47. deepdname.c.example.org. 3600 IN DNAME deepdname.example.com.