Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peterpt/get

Get is a simple script to retrieve an ip from hostname or vice-versa .
https://github.com/peterpt/get

Last synced: about 2 months ago
JSON representation

Get is a simple script to retrieve an ip from hostname or vice-versa .

Awesome Lists containing this project

README

        

# Info
- Get is a bash script to fast retrieve an ip from hostname or vice-versa.

# Screenshots

# About
- Get tool is still in development , some bugs may appear

# Requirements
- dnsutils
- wget (for updates)

- apt-get install dnsutils wget -y

# How to Install
- git clone https://github.com/peterpt/get.git
- 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

# How to Use

* To get the ip from a hostname :
- get -i google.com

* To get the hostname from an ip

- get -h 216.58.214.174