This is what worked the best... I'm just using some quick parsing code to take the DNS servers out of the string NSlookup returned...
Thanks everyone! -Blaine ----- Original Message Follows ----- From: "Gareth Hughes" <[EMAIL PROTECTED]> To: CF-Talk <[email protected]> Subject: Re: Get DNS servers programatically Date: Thu, 19 Oct 2006 20:28:19 +0100 >Or nslookup on windows: > ><cfexecute name="nslookup.exe" timeout="5" arguments="-q=ns >houseoffusion.com" variable="dnsinfo" /> ><cfdump var="#dnsinfo#"> > >----- Original Message ----- >From: "Jim Wright" <[EMAIL PROTECTED]> >To: "CF-Talk" <[email protected]> >Sent: Thursday, October 19, 2006 7:51 PM >Subject: Re: Get DNS servers programatically > > >lists wrote: >> Hello, >> >> I'm looking for a way to obtain the DNS servers of a >> domain without having to do a whois and parsing the whois >> information. >> >> I have been able to get the IPs of "www.domain.com" but >> can't get ns1.hostingprovider.com and >> ns2.hostingprovider.com from domain.com if those are the >> NS records... >> >> Anybody have any insight? >> >> Thanks, >> -Blaine > > >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257510 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

