Note: If you got here using a web search engine, you can find the program here.
Disclaimer: Although NSLookup seems to work fine, it is distributed "as is". Use at your own risk. So there.
NSLookup is a small, AppleScript based, utility for doing DNS (IP address) lookups. It does not yet have a real interfact (only a Quit menu) so you must have and use AS to control it. (I may add a simple user interface in the future.) See the application's dictionary for syntax. Note that when it uses the term "IP address" that it is referring to a long integer value.
Example script...
tell application "NSLookup"
set theAddress to (Name to Address "ackmo.baylor.edu") -- the address is a long
set theDot to (Address to Dot theAddress) -- the dot is w.x.y.z format
display dialog theDot
end tell
If you have any questions, comments, (constructive) criticism, or bug reports please let me know. You can contact me at the address(es) below.
-cb
Carl_Bell@baylor.edu
Carl Bell's Web Page
Stuff I've Written
Snail Mail:
Carl W. BellPhone:
Academic and Research Computing Services
Baylor University Electronic Library
One Bear Place #97148
Waco, TX 76798
(254) 710-4065Baylor's Fine Print:
This software, data and/or documentation contain trade secrets and confidential information which are proprietary to Baylor University. Their use or disclosure in whole or in part without the express written permission of Baylor University is prohibited.
This software, data and/or documentation are also unpublished works protected under the copyright laws of the United States of America. If these works become published, the following notice shall apply:
Copyright © 1995 Baylor UniversityThe name of Baylor University may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE, DATA AND/OR DOCUMENTATION ARE PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
All Rights Reserved
When permission has been granted to make copies of this software, data and/or documentation, the above notices must be retained on all copies.
Permission is hereby granted for non-commercial use and distribution of NSLookup.