From: Remi Gacogne Date: Mon, 26 Jun 2017 07:46:35 +0000 (+0200) Subject: Doc: Fix a typo in the recursor's scripting documentation X-Git-Tag: rec-4.1.0-alpha1~51^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e0eaf86922001710bd8fdde5ee5025773d98e7b;p=thirdparty%2Fpdns.git Doc: Fix a typo in the recursor's scripting documentation --- 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