update doc
This commit is contained in:
parent
202eb1da9c
commit
e16ae281e3
|
@ -155,8 +155,14 @@ $ ~/go/bin/dumbproxy -h
|
||||||
CA file to authenticate clients with certificates
|
CA file to authenticate clients with certificates
|
||||||
-cert string
|
-cert string
|
||||||
enable TLS and use certificate
|
enable TLS and use certificate
|
||||||
|
-ciphers string
|
||||||
|
colon-separated list of enabled ciphers
|
||||||
|
-disable-http2
|
||||||
|
disable HTTP2
|
||||||
-key string
|
-key string
|
||||||
key for TLS certificate
|
key for TLS certificate
|
||||||
|
-list-ciphers
|
||||||
|
list ciphersuites
|
||||||
-timeout duration
|
-timeout duration
|
||||||
timeout for network operations (default 10s)
|
timeout for network operations (default 10s)
|
||||||
-verbosity int
|
-verbosity int
|
||||||
|
|
Loading…
Reference in New Issue