wingsuitist / ipwiz

查找您需要的所有 IP 和 DNS 信息。

dev-master 2018-02-11 11:43 UTC

This package is not auto-updated.

Last update: 2024-09-26 16:37:50 UTC


README

查找域名的 IP 和 DNS 信息。

使用方法:ipwiz xxx

使用 brew 安装(推荐)

brew install https://raw.githubusercontent.com/wingsuitist/ipwiz/master/homebrew/ipwiz.rb

(尚未准备好放入全局仓库。)

使用 composer 安装

  1. 安装 composer
  2. 在某个文件夹中安装 ipwiz(例如 scripts/ipwiz) composer create-project -s dev wingsuitist/ipwiz ~/scripts/ipwiz dev-master
  3. 将目录添加到您的 bash 配置文件:~/.bash_profile

-- 复制 --

export PATH=~/scripts/ipwiz/bin/:$PATH

-- 粘贴 --