Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

rilysh/dii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dii

Portable DNS and IP resolver tool

Installation

Source

# Clone the repo
git clone https://github.com/kiwimoe/dii.git

# Install golang and make and run
make

# To install to path run
sudo make install

Prebuild

Head over to releases and grab the latest one. (Only for x86_64 CPU arch)

Usage

# Retrives info about the IP address
## Note: IP "37.19.205.148" is a VPN IP which is located at Japan
dii -ip 37.19.205.148

# Retrives info about the DNS
dii -dns linux.org

Images

image

image