example.org.zone 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. 67 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. ;; delegation, one of its NS name is at an empty non terminal.
  43. d.example.org. 3600 IN NS ns.empty.example.org.
  44. d.example.org. 3600 IN NS ns1.example.org.
  45. ;; by adding these two we can create an empty RB node for
  46. ;; ns.empty.example.org in the in-memory zone
  47. foo.ns.empty.example.org. 3600 IN A 192.0.2.13
  48. bar.ns.empty.example.org. 3600 IN A 192.0.2.14
  49. ;; delegation; the NS name matches a wildcard (and there's no exact
  50. ;; match). One of the NS names matches an empty wildcard node, for
  51. ;; which no additional record should be provided (or any other
  52. ;; disruption should happen).
  53. e.example.org. 3600 IN NS ns.wild.example.org.
  54. e.example.org. 3600 IN NS ns.emptywild.example.org.
  55. e.example.org. 3600 IN NS ns2.example.org.
  56. *.wild.example.org. 3600 IN A 192.0.2.15
  57. a.*.emptywild.example.org. 3600 IN AAAA 2001:db8::2
  58. ;; additional for an answer RRset (MX) as a result of wildcard
  59. ;; expansion
  60. *.wildmx.example.org. 3600 IN MX 1 mx1.example.org.
  61. ;; CNAME
  62. alias.example.org. 3600 IN CNAME cname.example.org.
  63. ;; DNAME
  64. dname.example.org. 3600 IN DNAME dname.example.com.
  65. ;; DNAME under a NS (strange one)
  66. deepdname.c.example.org. 3600 IN DNAME deepdname.example.com.