binwiederhier / ntfy

Send push notifications to your phone or desktop using PUT/POST
https://ntfy.sh
Apache License 2.0
18.54k stars 729 forks source link

Added note to add ", chain=DOCKER-USER" to the fail2ban jail action if using docker networks #1175

Closed Measurity closed 1 month ago

Measurity commented 2 months ago

By default, the jail action chain is "INPUT", but "FORWARD" is used when using docker networks. "DOCKER-USER", available when using docker, is part of the "FORWARD" chain. Hence the note to use "DOCKER-USER".