Bump
Former-commit-id: c4282dccbec4fa9d64fb60334fe83caec963140f [formerly 12eeb52b4a8760d1ec7c13d6cc77c9213a6d3392] [formerly 90e4dda3b1a8e224de2820c387e1e4a07a4db372 [formerly 978616526843c8918e23384b2404ccbf241c4dbf]] Former-commit-id: 5035c63e099ff2d0729a69c059c4d1ac1a288c8e [formerly 7225907b8ab627bd90b8542d3ba2884764f6a209] Former-commit-id: 4a1fb1590711e763896b5d525091d35a85a1c70a Former-commit-id: b343703f7ccfcbb40f1642cd150a9b98d1fcb05e Former-commit-id: 1e7c5340f1f6bb43041a95f5e405c1e2ec0d7b29 Former-commit-id: dc0d08065cbef90e0b8e890af551ffe6f47a9b17 [formerly e90c7a4f23afd6cbea95ebc55dace2960f6aa003] Former-commit-id: 4991d306af1ea50d3b0eeb46dc5f47a6a5b2f4b0
This commit is contained in:
parent
aca065fcab
commit
b30bd381e1
4 changed files with 16 additions and 20 deletions
|
@ -53,14 +53,9 @@ struct Client {
|
|||
#[arg(short='L', long, value_name = "{tcp,udp,socks5}://[BIND:]PORT:HOST:PORT", value_parser = parse_tunnel_arg)]
|
||||
local_to_remote: Vec<LocalToRemote>,
|
||||
|
||||
/// (linux only) Mark network packet with SO_MARK sockoption with the specified value.
|
||||
/// You need to use {root, sudo, capabilities} to run wstunnel when using this option
|
||||
#[arg(long, value_name = "INT", verbatim_doc_comment)]
|
||||
socket_so_mark: Option<u32>,
|
||||
|
||||
/// Domain name that will be use as SNI during TLS handshake
|
||||
/// Warning: If you are behind a CDN (i.e: Cloudflare) you must set this domain also in the http HOST header.
|
||||
/// or it will be flag as fishy as your request rejected
|
||||
/// or it will be flagged as fishy and your request rejected
|
||||
#[arg(long, value_name = "DOMAIN_NAME", value_parser = parse_sni_override, verbatim_doc_comment)]
|
||||
tls_sni_override: Option<DnsName>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue