- Get is a bash script to fast retrieve an ip from hostname or vice-versa.
- Get tool is still in development , some bugs may appear
-
dnsutils
-
wget (for updates)
-
apt-get install dnsutils wget -y
-
cd get && ./get
-
On the first run , the script will install itself on /usr/local/sbin directory
-
After that point just write (get) anywhere in terminal to run it
- To get the ip from a hostname :
- get -i google.com
- To get the hostname from an ip
- get -h 216.58.214.174