小型DNS和IP解析器(附代码)

60 阅读1分钟

Dii

便携式DNS和IP解析器工具

安装

来源

# 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

预编译

前往发布区,抓取最新的版本。(只适用于x86_64 CPU架构)

使用方法

# 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

图片

image

image