Mercurial > prosody-modules
changeset 6427:03e46a11eac6
mod_firewall/README.md: Clarify layout how to seperate Rules.
| author | Menel <menel@snikket.de> |
|---|---|
| date | Tue, 10 Mar 2026 12:18:08 +0100 |
| parents | bf8f96ee2605 |
| children | 23e3edb6f9ea |
| files | mod_firewall/README.md |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_firewall/README.md Mon Mar 09 17:03:11 2026 +0000 +++ b/mod_firewall/README.md Tue Mar 10 12:18:08 2026 +0100 @@ -16,7 +16,7 @@ ------------------------------------------------------------------------ -**Note:** mod\_firewall is in its very early stages. This documentation +**Note:** mod\_firewall is in its early stages. This documentation is liable to change, and some described functionality may be missing, incomplete or contain bugs. @@ -46,6 +46,7 @@ A firewall script is dominated by rules. Each rule has two parts: conditions, and actions. When a stanza matches all of the conditions, all of the actions are executed in order. +Different Rules are seperated from each other by an empty newline. Here is a simple example to block stanzas from spammer@example.com:
