]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
drive home the purpose of forward-dns
authorEric Covener <covener@apache.org>
Wed, 24 Mar 2021 13:13:05 +0000 (13:13 +0000)
committerEric Covener <covener@apache.org>
Wed, 24 Mar 2021 13:13:05 +0000 (13:13 +0000)
[skip ci]

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

docs/manual/mod/mod_authz_host.xml

index 1eb9bf536ffb84483018b34a15f575e7f898a41c..d3ee7e328caa27a547fea55ed8d740a89a2433c0 100644 (file)
@@ -173,11 +173,11 @@ Require host .net example.edu
     not used, it will work with clients which use a dynamic DNS service.</p>
 
     <highlight language="config">
-Require forward-dns bla.example.org
+Require forward-dns dynamic.example.org
     </highlight>
 
     <p>A client the IP of which is resolved from the name
-    <code>bla.example.org</code> will be granted access.</p>
+    <code>dynamic.example.org</code> will be granted access.</p>
 
     <p>The <code>forward-dns</code> provider was added in 2.4.19.</p>
 </section>