Lookup IP and DNS information for a domain.
usage: ipwiz xxx
brew install https://raw.githubusercontent.com/wingsuitist/ipwiz/master/homebrew/ipwiz.rb
(It's not ready to put it in the global repository yet.)
- install composer
- install ipwiz in some folder (ie scripts/ipwiz) composer create-project -s dev wingsuitist/ipwiz ~/scripts/ipwiz dev-master
- add directory to your bash profile: ~/.bash_profile
-- copy --
export PATH=~/scripts/ipwiz/bin/:$PATH
--paste --