]> granicus.if.org Git - pdns/commitdiff
doc nit, thanks Bart Smit
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 12 May 2016 13:52:07 +0000 (15:52 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 12 May 2016 13:52:21 +0000 (15:52 +0200)
pdns/README-dnsdist.md

index 9949e20f66c01c9b666c3e2a622099d599ebdd65..70bb432f4f8d9a248b337bca0e89041e26e9c448 100644 (file)
@@ -1235,7 +1235,7 @@ All hooks
 ---------
 `dnsdist` can call Lua per packet if so configured, and will do so with the following hooks:
 
-  * `bool blockFilter(ComboAddress, DNSQuestion)`: if defined, called for every function. If this
+  * `bool blockFilter(ComboAddress, DNSQuestion)`: if defined, called for every packet. If this
     returns true, the packet is dropped. If false is returned, `dnsdist` will check if the DNSHeader indicates
     the packet is now a query response. If so, `dnsdist` will answer the client directly with the modified packet.
   * `server policy(candidates, DNSQuestion)`: if configured with `setServerPolicyLua()`