Software /
code /
prosody-modules
Comparison
mod_firewall/README.markdown @ 2388:b6d59998dba7
mod_firewall: README: Document dynamic '$local' zone
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 19 Nov 2016 16:00:03 +0000 |
parent | 2387:5bfb2ccab2ab |
child | 2389:a753b21968c5 |
comparison
equal
deleted
inserted
replaced
2387:5bfb2ccab2ab | 2388:b6d59998dba7 |
---|---|
88 | 88 |
89 Zones are defined at the top of a script with the following syntax (they | 89 Zones are defined at the top of a script with the following syntax (they |
90 are not part of a rule block): | 90 are not part of a rule block): |
91 | 91 |
92 %ZONE myzone: host1, host2, user@host3, foo.bar.example | 92 %ZONE myzone: host1, host2, user@host3, foo.bar.example |
93 | |
94 There is an automatic zone named `$local`, which automatically includes | |
95 all of the current server's active hosts (including components). It can | |
96 be used to match stanzas entering or leaving the current server. | |
93 | 97 |
94 A host listed in a zone also matches all users on that host (but not | 98 A host listed in a zone also matches all users on that host (but not |
95 subdomains). | 99 subdomains). |
96 | 100 |
97 The following zone-matching conditions are supported: | 101 The following zone-matching conditions are supported: |