dns-client

Crates.iodns-client
lib.rsdns-client
version0.0.2
sourcesrc
created_at2020-02-01 18:08:31.58672
updated_at2020-02-03 13:40:30.452576
descriptionsimple dns-client
homepage
repositoryhttps://github.com/torbencarstens/dns-client
max_upload_size
id203984
size40,943
Torben Carstens (torbencarstens)

documentation

README

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
Commit count: 6

cargo fmt