<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Hi Grzegorz,<div><br></div><div>If you're a paying Spamhaus customer, then using their RPZ service might be a way easier solution than redirecting the queries? </div><div><br></div><div>Please see the PowerDNS specific docs at <a href="https://docs.spamhaus.com/dns-firewall/docs/source/configuration/power_dns_config.html">https://docs.spamhaus.com/dns-firewall/docs/source/configuration/power_dns_config.html</a></div><div><br></div><div>Should you have any questions, let me know. </div><div><br></div><div>Cheers,</div><div><br></div><div>Frank</div><div>
<br><br><div>
<meta charset="UTF-8">Frank Louwers<br>PowerDNS Certified Consultant @ Kiwazo.be<br><br><br><br><br>
</div>
<div><br><blockquote type="cite"><div>On 20 Feb 2024, at 10:22, Grzegorz ChmurzyƄski via Pdns-users <pdns-users@mailman.powerdns.com> wrote:</div><br class="Apple-interchange-newline"><div><div>I'm trying to change queries for zen.spamhaus.org to another domain (paid service).<br><br>Convert all type queries on the fly to queries of the following type:<br>4.3.2.1.zen.spamhaus.org -> 4.3.2.1.xxxxx.zen.dq.spamhaus.net<br><br>I wrote the following lua script:<br>https://pastebin.com/qssbsNtR<br><br>Redirection via CNAME works, but during DNS queries it always receives a CNAME record, which is then handled with "followCNAMERecords"<br><br>Normal query:<br>https://pastebin.com/kAzQPN0r<br><br>Query changed by LUA (add CNAME):<br>https://pastebin.com/5y31c1zV<br><br>Is it possible to immediately ask about the A record values of the another domain (4.3.2.1.xxxxx.zen.dq.spamhaus.net) in the LUA script and then return them as a response, instead of adding the CNAME value?<br><br><br>-- <br>Pozdrawiam,<br>GChmurka<br><br>_______________________________________________<br>Pdns-users mailing list<br>Pdns-users@mailman.powerdns.com<br>https://mailman.powerdns.com/mailman/listinfo/pdns-users<br></div></div></blockquote></div><br></div></body></html>