Skip to content

Commit d64c65d

Browse files
committed
Update readme
1 parent a9c460e commit d64c65d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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
-----------------------------------------------------------------------------
@@ -80,14 +80,14 @@
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:***

0 commit comments

Comments
 (0)