File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 ```
3232
3333 ```
34- $ dnstracer compare github.blog tests/dns.txt 15 5
34+ $ dnstracer compare github.blog 15 5
3535
3636 server min(ms) avg(ms) max(ms) stddev(ms) lost(%)
3737 -----------------------------------------------------------------------------
8080 - ***Compare multiple DNS servers***
8181
8282 ```
83- dnstracer compare <domain> < dns_file> <interval> <count>
83+ dnstracer compare <domain> [ dns_file] <interval> <count>
8484 - domain: The domain name to query.
85- - dns_file: Path to a file containing a list of DNS servers.
85+ - dns_file[Optional] : Path to a file containing a list of DNS servers. If not provided dnstracer uses embeded DNS list .
8686 - interval: Time in seconds between each query.
8787 - count: Number of queries to perform.
8888
8989 Example:
90- dnstracer compare raw.githubusercontent.com tests/dns.txt 5 10
90+ dnstracer compare raw.githubusercontent.com 5 10
9191 ```
9292## Installation
9393- ***Download pre-built binaries:***
You can’t perform that action at this time.
0 commit comments