]> granicus.if.org Git - pdns/commitdiff
example script correction
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 21 Dec 2015 11:04:41 +0000 (11:04 +0000)
committerbert hubert <bert.hubert@netherlabs.nl>
Mon, 21 Dec 2015 11:04:41 +0000 (11:04 +0000)
pdns/powerdns-example-script.lua

index f67cd455c5e659dd8003b57374a239db7b945665..7c4ce2e96baab86e6ddb94d99c937f46ad3a5948 100644 (file)
@@ -12,7 +12,7 @@ malwareset:add("nl")
 -- shows the various ways of blocking, dropping, changing questions
 -- return false to say you did not take over the question, but we'll still listen to 'variable'
 -- to selectively disable the cache
-function preresolve1(dq)
+function preresolve(dq)
        print("Got question for "..dq.qname:toString())
         
         if blockset:check(dq.qname) then
@@ -91,7 +91,7 @@ end
 
 nxdomainsuffix=newDN("com")
 
-function preresolve(dq)
+function nxdomain(dq)
        print("Hooking: ",dq.qname:toString())
        if dq.qname:isPartOf(nxdomainsuffix)
        then