Greetings,
I am trying to write a lua rule to somehow filter/capture
the wpad like dq.qname (http://allievi.sssup.it/techblog/archives/81)
in my test environment (debian stretch and recursor version
4.1.0~rc3-1pdns.stretch) I have this rule :
-- US-CERT TA16-144A.
if (dq.qname:isPartOf(newDN("wpad")))
then
dq.rcode = 0
dq:addAnswer(pdns.A, "127.0.0.1")
return true;
end
but this doesn't seem to work, maybe I am misinterpreting
the isPartOf method , or maybe I should use :toString and
then use lua pattern matching.
Can anyone give me a suggestion ?
Also I would like to ask to the list :
are you filtering wpad requests ?
if yes are you using this method ?
thank you
M.
---------------------------
() ASCII Ribbon Campaign
/\ Against HTML E-Mail
---------------------------
This mail is ubuntu Hostile
---------------------------
_______________________________________________
Pdns-users mailing list
[email protected]
https://mailman.powerdns.com/mailman/listinfo/pdns-users