jtschichold/mm-process-ip-list
Aggregate and collapse lists of IP addresses/CIDR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| list | filenames of lists to aggregate (using glob) | yes | — |
| followSymbolicLinks | Indicates whether to follow symbolic links | no | true |
| initval | filename of the list to aggregate list to | no | — |
| filter | filename of the list to be used to filter entries out | no | — |
| filterReservedIPs | if set, the IPs matching reserved IPs will be removed from the result | no | false |
| minIPv6Mask | minimum IPv6 mask to accept (default: 8) | no | 8 |
| minIPv4Mask | minimum IPv4 mask to accept (default: 8) | no | 8 |
| filterInPlace | if set, files matching list pattern are filtered in place and not aggregated | no | — |
| result | filename to store result into | no | — |
| delta | filename to store filtered entries | no | — |
Outputs
| name | description |
|---|---|
| result | the filename with the resulting list |
| delta | the filename with the filtered entries |