您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

hosts.json.default 614B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "defaults": {
  3. "action": "add_host",
  4. "domain": "example.com",
  5. "reverse_domain": "1.168.192",
  6. "reverse_enabled": true,
  7. "record_type": "A",
  8. "dhcp_mac": ""
  9. },
  10. "actions":[
  11. {
  12. "action": "add_domain",
  13. "domain": "1.168.192.in-addr.arpa"
  14. },
  15. {
  16. "action": "del_domain",
  17. "domain": "2.168.192.in-addr.arpa"
  18. },
  19. {
  20. "host": "test",
  21. "record_value": "192.168.1.2",
  22. "dhcp_mac": "aa:bb:cc:dd:ee:42"
  23. },
  24. {
  25. "host": "test2",
  26. "record_value": "192.168.1.3",
  27. "dhcp_mac": "de:ad:de:ad:de:ad"
  28. },
  29. {
  30. "action": "del_host",
  31. "host": "badhost"
  32. }
  33. ]
  34. }