]> granicus.if.org Git - pdns/commitdiff
capitalization DropAction in guide
authorWinfried Angele <winfried.angele@gmail.com>
Fri, 19 Jan 2018 05:28:01 +0000 (06:28 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Jan 2018 05:28:01 +0000 (06:28 +0100)
pdns/dnsdistdist/docs/guides/serverpools.rst

index 23e429b0fbdcd62bd29a9b02170742fcfd4ab869..dd2c2962f3020f93a5751fec2a4f4a87e94b0e59 100644 (file)
@@ -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: