Introduction

host_rule.data records the domain names for each product.

Configuration

Config Item Type Description
Version String Verson of config file
DefaultProduct String Default product name.
HostTags Struct HostTag list for each product
Hosts Struct Host list for each HostTag

Example

  1. {
  2. "Version": "20190101000000",
  3. "DefaultProduct": null,
  4. "Hosts": {
  5. "exampleTag":[
  6. "example.org"
  7. ]
  8. },
  9. "HostTags": {
  10. "example_product":[
  11. "exampleTag"
  12. ]
  13. }
  14. }