From c9137baacfdda3a28bbf6874d0893d18cd7a197d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Thu, 19 Oct 2023 21:18:36 +0200 Subject: [PATCH] bump Former-commit-id: 04b9ce67843b750096a2798f272afa32f80d895c [formerly bb1d25502d6b854675c029a65a0cf5ece91bc60d] [formerly 51e0a2333b8cf8b24585a1b94e5a954d4e44fb4c [formerly cd8cc14df5794e89abb115fefa14edf94c40f26c]] Former-commit-id: c512b0cabbb7b384ec1f3a251fc6666d11b10ba3 [formerly 47c1b7e1611e45a630f4f6d23db97ca0340b8735] Former-commit-id: c45be868db0221614bc72248240a5ca0f65e5782 Former-commit-id: 54ff6e0953ab6796de8e2ad5978e84c83dc7751a Former-commit-id: 53a302112d99337d5f1b57256e0be33ba3b2b466 Former-commit-id: bc262a9e913561f04477ee572330487b2d7584b3 [formerly 802a87088e21e014cc36e357765a727674f560eb] Former-commit-id: 9682544a71d37a395df4c9cab953ab05709215d3 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 86c9656..d10ca6c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -56,7 +56,7 @@ struct Client { /// 'udp://1212:1.1.1.1:53?timeout_sec=10' => timeout_sec force timeout the tunnel after 10sec. Set it to 0 to disable the timeout /// 'socks5://1212' => listen locally with socks5 on port 1212 and forward dynamically requested tunnel /// 'socks5://1212?socket_so_mark=2' => each tunnel can have the socket_so_mark option, cf explanation on server command - #[arg(short='L', long, value_name = "{tcp,udp,socks5}://[BIND:]PORT:HOST:PORT", value_parser = parse_tunnel_arg)] + #[arg(short='L', long, value_name = "{tcp,udp,socks5}://[BIND:]PORT:HOST:PORT", value_parser = parse_tunnel_arg, verbatim_doc_comment)] local_to_remote: Vec, /// Domain name that will be use as SNI during TLS handshake