سؤال

I must write a C/C++ program which works a little bit like dig and nslookup: it must know IP addresses of any site. It should do things like the dig www.example.com MX +short command does. I can't imagine how can this be done. Any ideas?

هل كانت مفيدة؟

المحلول

Use any resolver library you like. Popular libraries include UDNS and adns. You could also just modify the source code to dig (which is part of the bind distribution).

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top