example.com 525 B

12345678910
  1. ;; This is the source of a zone stored in test.sqlite3. It's provided
  2. ;; for reference purposes only.
  3. example.com. 1000 IN SOA a.dns.example.com. mail.example.com. 1 1 1 1 1
  4. example.com. 1000 IN NS a.dns.example.com.
  5. example.com. 1000 IN NS b.dns.example.com.
  6. example.com. 1000 IN NS c.dns.example.com.
  7. a.dns.example.com. 1000 IN A 1.1.1.1
  8. b.dns.example.com. 1000 IN A 3.3.3.3
  9. b.dns.example.com. 1000 IN AAAA 4:4::4:4
  10. b.dns.example.com. 1000 IN AAAA 5:5::5:5