| Crates.io | dns-client |
| lib.rs | dns-client |
| version | 0.0.2 |
| created_at | 2020-02-01 18:08:31.58672+00 |
| updated_at | 2020-02-03 13:40:30.452576+00 |
| description | simple dns-client |
| homepage | |
| repository | https://github.com/torbencarstens/dns-client |
| max_upload_size | |
| id | 203984 |
| size | 40,943 |
Based on rust-dnsclient.
cargo +nightly install dns-client
A prebuilt binary is available from the releases page
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