github.com/easysoft/zendata@v0.0.0-20240513203326-705bd5a7fd67/yaml/ip/v1.yaml (about)

     1  title: 私有IP地址
     2  desc:
     3  author: wwccss
     4  version: 1.0
     5  
     6  field: ip
     7  instances:
     8    - instance: privateC
     9      note: 私有C类IP地址
    10      prefix: 192.168.
    11      fields:
    12       - field: part3
    13         range: 0-254
    14         postfix: .
    15       - field: part4
    16         range: 1-254
    17  
    18    - instance: privateB
    19      note: 私有B类IP地址
    20      prefix: 172.
    21      fields:
    22        - field: part2
    23          range: 16-31
    24          postfix: .
    25        - field: part3
    26          range: 0-254
    27          postfix: .
    28        - field: part4
    29          range: 1-254
    30  
    31    - instance: privateA
    32      note: 私有A类IP地址
    33      prefix: 10.
    34      fields:
    35        - field: part2
    36          range: 0-254
    37          postfix: .
    38        - field: part3
    39          range: 0-254
    40          postfix: .
    41        - field: part4
    42          range: 1-254
    43  
    44    - instance: publicC
    45      note: 公有C类IP地址
    46      mode: r
    47      fields:
    48        - field: part1
    49          range: 192-223
    50          postfix: .
    51        - field: part2
    52          range: 0-254
    53          postfix: .
    54        - field: part3
    55          range: 0-254
    56          postfix: .
    57        - field: part4
    58          range: 1-254
    59  
    60    - instance: publicB
    61      note: 公有B类IP地址
    62      mode: r
    63      fields:
    64        - field: part1
    65          range: 128-191
    66          postfix: .
    67        - field: part2
    68          range: 0-254
    69          postfix: .
    70        - field: part3
    71          range: 0-254
    72          postfix: .
    73        - field: part4
    74          range: 1-254
    75  
    76    - instance: publicA
    77      note: 公有A类IP地址
    78      mode: r
    79      fields:
    80        - field: part1
    81          range: 1-126
    82          postfix: .
    83        - field: part2
    84          range: 0-254
    85          postfix: .
    86        - field: part3
    87          range: 0-254
    88          postfix: .
    89        - field: part4
    90          range: 1-254