Files
my-self-host-services/crowdsec/parsers/s02-enrich/whitelist-trusted.yaml
T
2026-05-10 00:07:06 +04:00

12 lines
267 B
YAML

name: aykhans/whitelist-trusted
description: Trusted operator IPs and Docker private network ranges
whitelist:
reason: "operator + internal docker networks"
ip:
- "127.0.0.1"
- "::1"
cidr:
- "10.0.0.0/8"
- "172.16.0.0/12"
- "192.168.0.0/16"