]> granicus.if.org Git - pdns/commitdiff
tyop
authorbert hubert <bert.hubert@netherlabs.nl>
Thu, 17 Dec 2015 10:33:07 +0000 (11:33 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Thu, 17 Dec 2015 10:33:07 +0000 (11:33 +0100)
pdns/README-dnsdist.md

index ba2f2c7bc615c9353e931a20856a5c62fcb9eceb..18fd4eb0211e9e97a0428eeb9b44d8ea2810ac49 100644 (file)
@@ -716,7 +716,7 @@ All hooks
 ---------
 `dnsdist` can call Lua per packet if so configured, and will do so with the following hooks:
 
-  * `bool blockfilter(ComboAddress, DNSName, qtype, DNSHeader)`: if defined, called for every function. If this
+  * `bool blockFilter(ComboAddress, DNSName, qtype, DNSHeader)`: if defined, called for every function. 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, ComboAddress, DNSName, qtype, DNSHeader)`: if configured with `setServerPolicyLua()`