2 个版本

0.0.2 2020年2月3日
0.0.1 2020年2月1日

#23 in #dns-lookup

ISC 许可证

10KB
56

dns-client

基于 rust-dnsclient.

安装

cargo

cargo +nightly install dns-client

GitHub Actions

预构建的二进制文件可在发布页面获取

用法

dns-client 0.0.1
Torben Carstens
Lookup of a given website via different DNS servers (default is 8.8.8.8 and 1.1.1.1)

USAGE:
    dns-client [OPTIONS] [target]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -u, --upstreams <upstreams>

ARGS:
    <target>
dns-client <target> [-u <dnsserver>[,...dnsserver]]

示例

$ dns-client -u 1.1.1.1 example.com
93.184.216.34

依赖项

~3MB
~56K SLoC