]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
pull in forward-dns example from authz_host
authorEric Covener <covener@apache.org>
Wed, 24 Mar 2021 12:51:59 +0000 (12:51 +0000)
committerEric Covener <covener@apache.org>
Wed, 24 Mar 2021 12:51:59 +0000 (12:51 +0000)
lots of people miss it reading the doc for Require in authz_core only

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888002 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authz_core.xml

index c92d1e7eb32951322f6b97a707d9193ff8e4c9d6..1d17343e421b2b7fc2defb1f721405a40b599f2d 100644 (file)
@@ -316,6 +316,11 @@ an authorization provider.</description>
       <dt><code>Require ip 10 172.20 192.168.2</code></dt>
       <dd>Clients in the specified IP address ranges can access the
       resource.</dd>
+
+      <dt><code>Require forward-dns dynamic.example.org</code></dt>
+      <dd>A client the IP of which is resolved from the name dynamic.example.org will be granted access.
+      </dd>
+
     </dl>
 
     <p>Other authorization modules that implement require options