Dave Watts wrote: >> Or nslookup on windows: >> >> <cfexecute name="nslookup.exe" timeout="5" arguments="-q=ns >> houseoffusion.com" variable="dnsinfo" /> <cfdump var="#dnsinfo#"> > > You will have to parse the output of nslookup or dig just like you would > with whois. My understanding was that the original poster wanted this > information without having to parse anything.
With the +short switch in dig, their isn't a whole lot of parsing to do...it will just return a list of the servers. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:257479 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

