Software /
code /
prosody-modules
Comparison
mod_firewall/README.markdown @ 2105:f2d5aa789646
mod_firewall: README: Document JUMP_CHAIN
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 17 Mar 2016 11:25:01 +0000 |
parent | 2104:384fb28452b9 |
child | 2108:573fe9825fba |
comparison
equal
deleted
inserted
replaced
2104:384fb28452b9 | 2105:f2d5aa789646 |
---|---|
362 # These rules are matched for outgoing stanzas from local clients | 362 # These rules are matched for outgoing stanzas from local clients |
363 | 363 |
364 # This will match any stanzas sent to alice from a local user: | 364 # This will match any stanzas sent to alice from a local user: |
365 TO: alice@remote.example.com | 365 TO: alice@remote.example.com |
366 DROP. | 366 DROP. |
367 | |
368 Action Description | |
369 ------------------------ ------------------------------------------------------------------------ | |
370 `JUMP_CHAIN=name` Switches chains, and passes the stanza through the rules in chain 'name'. If the new chain causes the stanza to be dropped/redirected, the current chain halts further processing. |