A Sublime Text plugin for doing inline DNS lookups.
Install Package Control. DNS Lookups will show up in the package list. This is the recommended installation method.
Go to the "Packages" directory (Preferences / Browse Packages…). Then clone this repository:
git clone git://github.com/rcaldwel/dns
To use select a IP or a hostname. Activate the plugin by the key bindings or the command pallet. Command pallet commands are prefixed with dns.
OSX: cmd+r, cmd+i (name to IP) cmd+r, cmd+i (IP to name)
Win/Linux: ctrl+r, ctrl+i (name to IP) ctrl+r, ctrl+i (IP to name)
Source: https://github.com/rcaldwel/dns
Authors: Roger Caldwell