13 lines
No EOL
287 B
YAML
13 lines
No EOL
287 B
YAML
name: crowdsecurity/whitelists
|
|
description: "Whitelist events from private ipv4 addresses"
|
|
whitelist:
|
|
reason: "private ipv4/ipv6 ip/ranges"
|
|
ip:
|
|
- "127.0.0.1"
|
|
- "::1"
|
|
- "10.0.0.168"
|
|
- "10.0.0.137"
|
|
cidr:
|
|
- "192.168.0.0/16"
|
|
- "10.0.0.0/8"
|
|
- "172.16.0.0/12" |