Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 587 Bytes

vip_rule.data.md

File metadata and controls

26 lines (18 loc) · 587 Bytes

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

{
    "Version": "20190101000000",
    "Vips": {
        "example_product": [
            "111.111.111.111"
        ] 
    }
}