From 8ea2f130468d833511a8f1ab14946525361e9e9a Mon Sep 17 00:00:00 2001 From: Winfried Angele Date: Fri, 19 Jan 2018 06:28:01 +0100 Subject: [PATCH] capitalization DropAction in guide --- pdns/dnsdistdist/docs/guides/serverpools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/guides/serverpools.rst b/pdns/dnsdistdist/docs/guides/serverpools.rst index 23e429b0f..dd2c2962f 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: -- 2.40.0