# HG changeset patch # User Matthew Wild # Date 1479571203 0 # Node ID b6d59998dba7557d526f82e1b1b57ee0d384abed # Parent 5bfb2ccab2ab1eec543428eaa10c3e6cfc21ddda mod_firewall: README: Document dynamic '$local' zone diff -r 5bfb2ccab2ab -r b6d59998dba7 mod_firewall/README.markdown --- 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).