How might I perform DNS lookups using C/C++ on Linux?

后端 未结 7 1653
太阳男子
太阳男子 2020-12-19 01:57

How do I get similar functionality to the host command using a c api (or any other language for that matter)? I need more information than just an IP address gi

相关标签:
7条回答
  • 2020-12-19 02:59

    I like adns because it allows for asynchronous requests

    0 讨论(0)
提交回复
热议问题