First, thanks for the continued work on PowerDNS. We love it and use it
everywhere we can (including on CleanBrowsing).

Also, please let me know if I am not in the right place - or if there is a
different place to report this issue.

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:

function preresolve(dq)
    if(dq.qname:wirelength() <= 5) then
        dointernallogging("wirelength < 5");
    else
        dointernallogging("wirelength > 5");
    end

When doing some domain checks via Lua. I assumed it got removed, but it
still shows as valid here:

https://doc.powerdns.com/recursor/lua-scripting/dnsname.html

Any ideas?

thanks!
_______________________________________________
Pdns-dev mailing list
Pdns-dev@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-dev

Reply via email to