That would be awesome Joseph, thanks! This is more of a "can it be done" sort of thing rather than something that would go into production, so anything you can do to help out would be great.
andy -----Original Message----- From: Joseph Lamoree [mailto:[EMAIL PROTECTED] Sent: Monday, January 22, 2007 2:39 PM To: CF-Talk Subject: Re: Using CF to do DNS and MX lookups? On 22 Jan 2007, at 12:20, Andy Matthews wrote: > One of our IT guys asked it it was possible to use CF to look up MX, > NS and A records for websites. Coincidentally, I was working on a project to do this yesterday. I ended up using the dnsjava library <http://www.dnsjava.org/> inside a wrapper CFC to make dig-style queries easy. It works very well. The code isn't polished up enough to distribute as a tidy package, but if you're interested, let me know and I'll give you what I've got. -- Joseph Lamoree ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267206 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

