example.com 1.2 KB

12345678910111213141516
  1. $TTL 3600
  2. @ SOA ns.example.com. admin.example.com. 1234 3600 1800 2419200 7200
  3. NS ns.example.com.
  4. ns.example.com. A 192.0.2.1
  5. ;; bogus RDATA for CNAME RR, but the loadzone tool accepts it. looking up this
  6. ;; record will trigger an exception.
  7. broken.example.com. CNAME 0123456789012345678901234567890123456789012345678901234567890123456789.example.com.
  8. ;; very large RDATA. it exceeds 512 octets.
  9. large-rdata.example.com. TXT "0-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890"
  10. large-rdata.example.com. TXT "1-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890"
  11. large-rdata.example.com. TXT "2-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890"
  12. large-rdata.example.com. TXT "3-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890"
  13. large-rdata.example.com. TXT "4-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890"
  14. large-rdata.example.com. TXT "5-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890"