-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DNSPerf 2.11.1 Homebrew MacOS Ventura #234
Comments
It's option=value
Try:
…-O doh-uri=https://blahblah.com/dns-query
|
Sorry, didn't see the edit in my email. Thanks for the report, will fix as soon as I can. |
jelu
added a commit
to jelu/dnsperf
that referenced
this issue
Mar 14, 2023
- `opt`: Fix DNS-OARC#234: correctly calculate option length and check if argument contains anything
Merged
@RobertPaolucci-CUJO can you compile develop branch and test? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dnsperf-2.11.1 on macos ventura using homebrew
doh-uri extended option not working:
dnsperf -m doh -s blahblah.com -O doh-uri=https://blahblah.com/dns-query
DNS Performance Testing Tool
Version 2.11.1
invalid long option: doh-uri=https://blahblah.com/dns-query
Cannot seem to get it to take a uri, have tried many iterations of the syntax
robertpaolucci@CNMUS0022 dnsperf-2.11.1 % dnsperf -H
DNS Performance Testing Tool
Version 2.11.1
Usage: dnsperf ... -O [=] ...
Available long options:
latency-histogram: collect and print detailed latency histograms
verbose-interval-stats: print detailed statistics for each stats_interval
num-queries-per-conn=: Number of queries to send per connection
suppress=<message[,message,...]>: suppress messages/warnings, see man-page for list of message types
doh-method=<doh_method>: the HTTP method to use for DNS-over-HTTPS: GET or POST (default: GET)
doh-uri=<doh_uri>: the URI to use for DNS-over-HTTPS (default: https://localhost/dns-query)
The text was updated successfully, but these errors were encountered: