hc.example.com.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "serial": 3,
  3. "ttl": 600,
  4. "max_hosts": 2,
  5. "targeting": "country continent @ regiongroup region",
  6. "data": {
  7. "": {
  8. "ns": {
  9. "ns1.example.net.": null,
  10. "ns2.example.net.": null
  11. },
  12. "mx": [
  13. {
  14. "preference": 20,
  15. "mx": "mx2.example.net",
  16. "weight": 0
  17. },
  18. {
  19. "preference": 10,
  20. "mx": "mx.example.net.",
  21. "weight": 1
  22. }
  23. ]
  24. },
  25. "tucs": {
  26. "a": [
  27. [
  28. "194.106.223.155",
  29. 100
  30. ],
  31. [
  32. "199.15.176.188",
  33. 100
  34. ],
  35. [
  36. "207.171.7.49",
  37. 100
  38. ],
  39. [
  40. "207.171.7.59",
  41. 100
  42. ],
  43. [
  44. "207.171.7.64",
  45. 100
  46. ],
  47. [
  48. "207.171.7.65",
  49. 100
  50. ]
  51. ],
  52. "max_hosts": "1",
  53. "closest": true,
  54. "health": {
  55. "type": "tcp",
  56. "frequency": 15,
  57. "retry_time": 5,
  58. "retries": 2,
  59. "timeout": 3,
  60. "port": 80
  61. }
  62. }
  63. }
  64. }