💾 Archived View for rawtext.club › ~sloum › geminilist › 005787.gmi captured on 2023-09-08 at 17:13:09. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
Stephane Bortzmeyer stephane at sources.org
Mon Mar 1 09:26:41 GMT 2021
- - - - - - - - - - - - - - - - - - -
On Sun, Feb 28, 2021 at 10:07:02PM -0500, Sean Conner <sean at conman.org> wrote a message of 56 lines which said:
If you want *any* other type of DNS record, you are pretty much
forced to either use one of the horrible DNS resolving libraries or
roll your own. I would tout my own DNS library [1], but it's in C
(and has a Lua wrapper for it).
C programmers are lucky, there are two excellent free, documented,maintained and complete libraries to do DNS requests, ldns<https://www.nlnetlabs.nl/projects/ldns/> and getdns<https://getdnsapi.net/>.
Python programmers have one, dnspython <https://www.dnspython.org/>.
Other languages… it depends. Last time I checked for Elixir, it wasnot good.