doh-client icon indicating copy to clipboard operation
doh-client copied to clipboard

removed proxy arg group

Open yas99en opened this issue 2 years ago • 0 comments

I found a bug.

$ sudo ./target/debug/doh-client -l 0.0.0.0:53  -d dns.google -r dns.google:443 --proxy-host 192.168.1.108:3128 --proxy-scheme http /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
error: The argument '--proxy-scheme <proxy-scheme>' cannot be used with one or more of the other specified arguments

I think the arguments group 'proxy' makes this error.

yas99en avatar Mar 11 '22 16:03 yas99en