C 库由异步 DNS 解析器组成

发布于 2024-08-28 20:05:22 字数 158 浏览 1 评论 0原文

需要找到一个用 C 实现的异步 DNS 解析器(Sofia Resolver 除外),它支持 NAPTR、SRV 和 A 记录的 DNS 查询。希望支持内部缓存。有什么建议/推荐吗? 目前正在寻找支持 NAPTR、SVC 和 A 查询的 ldns。但是,如果我理解正确的话,它不是异步 DNS 解析器。

Need to find a asynchronous DNS resolver implemented in C (except Sofia Resolver) which supports DNS queries for NAPTR, SRV and A records. It would be desired to support internal caching. Any suggestions/recommendations?
Currently looking at ldns which supports NAPTR, SVC and A queries. But, If I have understood correctly, it is not asynch DNS resolver.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半步萧音过轻尘 2024-09-04 20:05:22

libCurl 中使用的 c-ares 是一个异步解析器。

c-ares, which is used within libCurl, is an asynchronous resolver.

关于从前 2024-09-04 20:05:22

你试过libunboud吗?不确定 NAPTR

http://www.unbound.net/index.html

have you tried libunboud? Not sure about NAPTR

http://www.unbound.net/index.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文