]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Appease the spell-checking gods 9676/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 6 Nov 2020 09:25:24 +0000 (10:25 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 6 Nov 2020 09:25:24 +0000 (10:25 +0100)
pdns/dnsdistdist/docs/reference/config.rst

index 24eac8bceaf4b37cf7949527f3db4b17f26ed228..a347229ccd2ec9160d152d247ae4ea20d8b12b30 100644 (file)
@@ -370,7 +370,7 @@ Webserver configuration
       local get = req.getvars
       local headers = req.headers
 
-      if req.path ~= '/foo' or req.version ~= 11 or req.method ~= 'GET' or get['param'] ~= '42' or headers['customheader'] ~= 'foobar' then
+      if req.path ~= '/foo' or req.version ~= 11 or req.method ~= 'GET' or get['param'] ~= '42' or headers['custom'] ~= 'foobar' then
         resp.status = 500
         return
       end