<div dir="ltr">Hi,<div><br></div><div>I have set up a DNS-based application in unbound's python module. So the module execution order is python -> iterator. However, I only care a collection of incoming queries and I saved these sites in redis database. So I wonder if the following logic is possible in unbound:</div><div><br></div><div><div style="font-size:12.8px">If(Domain in Redis Database) {</div><div style="font-size:12.8px">       Send to Python Module for resolution;</div><div style="font-size:12.8px">} else {</div><div style="font-size:12.8px">       Send to Iterator + Cache for resolution;</div><div style="font-size:12.8px">}</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">The reason I want to do this is recently we had a unknown dos attack, and the python module made the cpu usage become about 85%+. And the cpu usage became normal after I disabled the python module.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Any response is appreciated. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thank you!</div><div style="font-size:12.8px">Yisha</div></div>