On 04/20/2012 09:12 AM, Luca Rea wrote:
Now I'm using ATS (https + webcache) + nginx with LUA to do async calls over DNS, it checks domains in rbl lists and store result in memcached for the next time, this is a solution to mitigate phishing&co. attacks in real time.
I don't think the "prototype" Lua plugin would allow for asynchronous operations, but not sure (James?).
If all you do is a DNS lookup, that wouldn't be difficult to write as a C plugin for ATS. Or is the plugin also parsing the HTML content?
-- Leif
