Use less fingerprintable default upgrade path prefix
This commit is contained in:
parent
f31db8067f
commit
facdf2ad5a
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ struct Client {
|
||||||
/// Useful if you need to route requests server side but don't have vhosts
|
/// Useful if you need to route requests server side but don't have vhosts
|
||||||
#[arg(
|
#[arg(
|
||||||
long,
|
long,
|
||||||
default_value = "morille",
|
default_value = "v1",
|
||||||
verbatim_doc_comment,
|
verbatim_doc_comment,
|
||||||
env = "WSTUNNEL_HTTP_UPGRADE_PATH_PREFIX"
|
env = "WSTUNNEL_HTTP_UPGRADE_PATH_PREFIX"
|
||||||
)]
|
)]
|
||||||
|
|
Loading…
Reference in a new issue