You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hosts.json.default 455B

123456789101112131415161718192021222324252627
  1. [
  2. {
  3. "action": "defaults",
  4. "domain": "example.com",
  5. "reverse_domain": "1.168.192.in-addr.arpa",
  6. "reverse_enabled": true,
  7. "record_type": "A"
  8. },
  9. {
  10. "action": "add_domain",
  11. "domain": "1.168.192.in-addr.arpa"
  12. },
  13. {
  14. "action": "del_domain",
  15. "domain": "2.168.192.in-addr.arpa"
  16. },
  17. {
  18. "action": "add_host",
  19. "host": "my-host",
  20. "record_value": "192.168.1.2",
  21. "dhcp_mac": "aa:bb:cc:dd:ee:ff"
  22. },
  23. {
  24. "action"; "del_host",
  25. "host": "my-host"
  26. }
  27. ]