2 releases
0.0.2 | Feb 3, 2020 |
---|---|
0.0.1 | Feb 1, 2020 |
#31 in #dns-lookup
10KB
56 lines
dns-client
Based on rust-dnsclient.
Installation
cargo
cargo +nightly install dns-client
github actions
A prebuilt binary is available from the releases page
Usage
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]]
Example
$ dns-client -u 1.1.1.1 example.com
93.184.216.34
Dependencies
~4MB
~72K SLoC