mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
* 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
15 lines
640 B
YAML
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)%'
|