Comment 4 for bug 1875348

Revision history for this message
Joris Bierkens (jbierkens) wrote : Re: dependence upon libresolv.so (libc6-dev)

The maintainer got back to me and asked me to add the following:

"
I am just using the file DNS.jsm, which ships with Thunderbird and use that to do DNS requests.

https://searchfox.org/comm-central/source/mail/base/modules/DNS.jsm

And I do

const { DNS } = ChromeUtils.import("resource:///modules/DNS.jsm");
let rv = await DNS.srv(request);

and that fails on Linux.
"