From 2e0eaf86922001710bd8fdde5ee5025773d98e7b Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 26 Jun 2017 09:46:35 +0200 Subject: [PATCH] Doc: Fix a typo in the recursor's scripting documentation --- docs/markdown/recursor/scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/recursor/scripting.md b/docs/markdown/recursor/scripting.md index caf78cb24f..71145c03b5 100644 --- a/docs/markdown/recursor/scripting.md +++ b/docs/markdown/recursor/scripting.md @@ -207,7 +207,7 @@ internet. This is useful to combat botnets, or to disable domains unacceptable to an organization for whatever reason. The rcode can be set to pdns.DROP to drop the query. Other statuses are normal DNS -return codes, like no error, NXDOMDAIN etc. +return codes, like no error, NXDOMAIN etc. ### `function postresolve(dq)` is called right before returning a response to a client (and, unless -- 2.47.2