github.com/easysoft/zendata@v0.0.0-20240513203326-705bd5a7fd67/yaml/ip/v2.yaml (about) 1 title: 公有IP地址 2 desc: 3 author: wwccss 4 version: 1.0 5 6 field: ip 7 instances: 8 - instance: ipC 9 note: C类IP地址 10 mode: r 11 fields: 12 - field: part1 13 range: 192-223 14 postfix: . 15 - field: part2 16 range: 0-254 17 postfix: . 18 - field: part3 19 range: 0-254 20 postfix: . 21 - field: part4 22 range: 1-254 23 24 - instance: ipB 25 note: B类IP地址 26 mode: r 27 fields: 28 - field: part1 29 range: 128-191 30 postfix: . 31 - field: part2 32 range: 0-254 33 postfix: . 34 - field: part3 35 range: 0-254 36 postfix: . 37 - field: part4 38 range: 1-254 39 40 - instance: ipA 41 note: A类IP地址 42 mode: r 43 fields: 44 - field: part1 45 range: 1-126 46 postfix: . 47 - field: part2 48 range: 0-254 49 postfix: . 50 - field: part3 51 range: 0-254 52 postfix: . 53 - field: part4 54 range: 1-254