From: Winfried Angele Date: Fri, 19 Jan 2018 05:28:01 +0000 (+0100) Subject: capitalization DropAction in guide X-Git-Tag: dnsdist-1.3.0~137^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6207%2Fhead;p=thirdparty%2Fpdns.git capitalization DropAction in guide --- diff --git a/pdns/dnsdistdist/docs/guides/serverpools.rst b/pdns/dnsdistdist/docs/guides/serverpools.rst index 23e429b0fb..dd2c2962f3 100644 --- a/pdns/dnsdistdist/docs/guides/serverpools.rst +++ b/pdns/dnsdistdist/docs/guides/serverpools.rst @@ -9,7 +9,7 @@ Either we block it outright, like this: .. code-block:: lua - addAction("bad-domain.example.", dropAction()) + addAction("bad-domain.example.", DropAction()) Or we configure a server pool dedicated to receiving the nasty stuff: