dnsping is a ping tool pinging a server with DNS.
``` dnsping
dnsping
-H<ADDRESS>
: (Required) Server.
-h, --help
: Prints help information.
-i, --iterate
: Do query iteratively.
-V, --version
: Prints version information.
-c, --count <VALUE>
: Number of queries to send, 0
as sending constantly without limit, default as 0
.
-H, --host <HOST>
: Host, default as www.google.com
.
-I, --interval <VALUE>
: Wait between sending each packet, default as 1000
ms.
-p, --port <PORT>
: Port, default as 53
.
-s, --socks-proxy <ADDRESS>
: SOCKS proxy. Only support SOCKS5 proxy.
-w, --timeout <VALUE>
: Timeout to wait for each response, 0
as no timeout, default as 1000
ms.
dnsping is licensed under the MIT License.