Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Sep 5, 2024
1 parent ea3c2ca commit 5474df1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,17 @@ Usage:
godnsbench [OPTIONS]
Application Options:
-a, --address= Address of the DNS server you're trying to test. Note, that it should include the protocol (tls://,
-a, --address= Address of the DNS server you're trying to test. Note, that
for encrypted DNS it should include the protocol (tls://,
https://, quic://, h3://)
-p, --parallel= The number of connections you would like to open simultaneously (default: 1)
-q, --query= The host name you would like to resolve. {random} will be replaced with a random string (default:
example.org)
-p, --parallel= The number of connections you would like to open
simultaneously (default: 1)
-q, --query= The host name you would like to resolve. {random} will be
replaced with a random string (default: example.org)
-t, --timeout= Query timeout in seconds (default: 10)
-r, --rate-limit= Rate limit (per second) (default: 0)
-c, --count= The overall number of queries we should send (default: 10000)
-c, --count= The overall number of queries we should send (default:
10000)
--insecure Do not validate the server certificate
-v, --verbose Verbose output (optional)
-o, --output= Path to the log file. If not set, write to stdout.
Expand Down

0 comments on commit 5474df1

Please sign in to comment.