test.example.org.json 322 B

123456789101112131415161718192021
  1. {
  2. "data": {
  3. "bad-example-there-really-should-be-an-ns-record-at-the-apex-here": {},
  4. "bar": {
  5. "a": [
  6. [
  7. "192.168.1.2"
  8. ]
  9. ]
  10. },
  11. "sub-alias": {
  12. "alias": "sub"
  13. },
  14. "sub": {
  15. "ns": [
  16. "ns1.example.com",
  17. "ns2.example.com"
  18. ]
  19. }
  20. }
  21. }