Introduction

vip_rule.data records vip lists for each product.

Configuration

Config Item Type Description
Version String Version of config file
Vips Struct Vip list for each product

Example

  1. {
  2. "Version": "20190101000000",
  3. "Vips": {
  4. "example_product": [
  5. "111.111.111.111"
  6. ]
  7. }
  8. }