<div dir="ltr"><div>First, thanks for the continued work on PowerDNS. We love it and use it everywhere we can (including on CleanBrowsing).<br></div><div><br></div><div>Also, please let me know if I am not in the right place - or if there is a different place to report this issue.</div><div><br></div><div>Anyway, we started testing the new version ( PowerDNS Recursor 4.2.0 ) and I noticed that the DNSName:wirelength is always returning nil. Simple example:<br></div><div><br></div><div>function preresolve(dq)<br>    if(dq.qname:wirelength() <= 5) then<br>        dointernallogging("wirelength < 5");<br>    else<br>        dointernallogging("wirelength > 5");<br>    end<br></div><div><br></div><div>When doing some domain checks via Lua. I assumed it got removed, but it still shows as valid here:</div><div><br></div><div><a href="https://doc.powerdns.com/recursor/lua-scripting/dnsname.html">https://doc.powerdns.com/recursor/lua-scripting/dnsname.html</a></div><div><br></div><div>Any ideas? <br></div><div><br></div><div>thanks!</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>