I want to query a dns server, and get MX records for domains and such.
Does anyone understand/know the dns protocol? I tried, but i cant figure it out. I think the best way to do it would be to code it into mirc instead of using com object(buggy unreliable etc) or a dll (none exists anyway)
I need this method to work on any computer(using ISP dns server), so using something like nslookup wont work. I need to code a dns client in mirc :X
Any suggestion or examples?