Software /
code /
prosody-modules
Comparison
mod_firewall/README.markdown @ 2389:a753b21968c5
mod_firewall: README: Clarify that it's possible to jump to chains defined outside of the current file
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 19 Nov 2016 16:01:51 +0000 |
parent | 2388:b6d59998dba7 |
child | 2390:28fbe960adcf |
comparison
equal
deleted
inserted
replaced
2388:b6d59998dba7 | 2389:a753b21968c5 |
---|---|
465 | 465 |
466 Action Description | 466 Action Description |
467 ------------------------ ------------------------------------------------------------------------ | 467 ------------------------ ------------------------------------------------------------------------ |
468 `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. | 468 `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. |
469 | 469 |
470 It is possible to jump to chains defined by other scripts and modules. | |
471 | |
470 Expressions | 472 Expressions |
471 ----------- | 473 ----------- |
472 | 474 |
473 Some conditions and actions in rules support "expressions" in their parameters (their documentation will indicate if this is the case). Most parameters | 475 Some conditions and actions in rules support "expressions" in their parameters (their documentation will indicate if this is the case). Most parameters |
474 are static once the firewall script is loaded and compiled internally, however parameters that allow expressions can be dynamically calculated when a | 476 are static once the firewall script is loaded and compiled internally, however parameters that allow expressions can be dynamically calculated when a |