Files
symfony-flex-recipes-contrib/acencyril/sentinelle-bundle/0.3/config/packages/sentinelle.yaml
T
acencyrilandGitHub 07f7809541 Add acencyril/sentinelle-bundle recipe (#2040)
* Add acencyril/sentinelle-bundle recipe

* Remove aliases, not supported in contrib

* Target 0.2

* Target 0.3, English configuration

* Add trailing newlines

* Fix indentation

* Trailing newline, remove IDE files

* Fix YAML indentation
2026-09-04 10:37:23 +04:00

15 lines
640 B
YAML

sentinelle:
# Dry-run: Sentinelle detects, logs and alerts, but blocks NOTHING.
# Nobody wires automatic blocking into a production site without knowing
# what it will shut out. Watch the dashboard for a few days, ask yourself
# "would I have wanted to block that one?", then switch it off.
dry_run: true
alert:
recipient: '%env(SENTINELLE_ALERT_EMAIL)%'
access:
role: ROLE_ADMIN
never_block:
# At minimum your own outbound address. Private ranges are protected
# by default, but yours is not: one wrong move locks you out.
ips: '%env(default::SENTINELLE_ALLOWLIST)%'