Software /
code /
prosody-modules
Changeset
2388:b6d59998dba7
mod_firewall: README: Document dynamic '$local' zone
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 19 Nov 2016 16:00:03 +0000 |
parents | 2387:5bfb2ccab2ab |
children | 2389:a753b21968c5 |
files | mod_firewall/README.markdown |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_firewall/README.markdown Sat Nov 19 15:59:31 2016 +0000 +++ b/mod_firewall/README.markdown Sat Nov 19 16:00:03 2016 +0000 @@ -91,6 +91,10 @@ %ZONE myzone: host1, host2, user@host3, foo.bar.example +There is an automatic zone named `$local`, which automatically includes +all of the current server's active hosts (including components). It can +be used to match stanzas entering or leaving the current server. + A host listed in a zone also matches all users on that host (but not subdomains).