Introduction

    Configuration

    • Module config file

    • Trusted IP data file

      | Config Item | Type | Description || —————- | ——— | ———————————————————————————————- || Version | String | Verson of config file || Config | Struct | trusted client ip dict. Key: lable, Value: a list of IP segment |

      1. "Config": {
      2. {
      3. "Begin": "10.0.0.0",
      4. }
      5. ]
      6. }