utf8.uri.example.json 508 B

12345678910111213141516171819202122232425262728
  1. {
  2. "responses": [
  3. {
  4. "queries": [
  5. {
  6. "name": "utf8.uri.example.",
  7. "class": "IN",
  8. "type": "URI"
  9. }
  10. ],
  11. "answers": [
  12. {
  13. "name": "utf8.uri.example.",
  14. "class": "IN",
  15. "ttl": 600,
  16. "type": "URI",
  17. "data": {
  18. "priority": 10,
  19. "weight": 16,
  20. "target": "https://💩.la/"
  21. }
  22. }
  23. ],
  24. "authorities": [],
  25. "additionals": []
  26. }
  27. ]
  28. }