From ad95558c0c9edfd9de988831f63623a7d3657e00 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 6 Nov 2020 10:25:24 +0100 Subject: [PATCH] dnsdist: Appease the spell-checking gods --- pdns/dnsdistdist/docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 24eac8bcea..a347229ccd 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -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 -- 2.47.2