Command line

Former-commit-id: 7549e15e19c6483ad8ae9989c02da603455fade6 [formerly a31d14364b42fb2955e4e050c0427d0f969b5199] [formerly a5ecaba0cc7798fa1257b33ff23a44b5993dd461 [formerly d18e5e05e8a1a8ad779982f799307efab933b8b8]]
Former-commit-id: 92aa14ebec1fae2e4e116253230f3b19594b7430 [formerly e72ac4eff846a3c00e2704edf2221edec3a69348]
Former-commit-id: 3fb70a4a682d36ea1fcab1bb1addfdfc52b26331
Former-commit-id: 2c27c25ce3bf745e622be4f0da562c43d3051d1e
Former-commit-id: 091d6ab1b2d7d9a2c95402afdeb6f843c4feb92e
Former-commit-id: e33b88b7050529e013af25c862e87665ef38f93c [formerly acfaab90670fb9e3af09fe0725abb178c82cdb1a]
Former-commit-id: fe87180a6d4f2de117a6b4d67498215dfc9159b6
This commit is contained in:
Σrebe - Romain GERARD 2023-10-21 12:26:11 +02:00
parent 11e12d1cc0
commit 4e524fe550

View file

@ -49,8 +49,7 @@ enum Commands {
}
#[derive(clap::Args, Debug)]
struct Client {
/// Listen on local and forwards traffic from remote
/// Can be specified multiple times
/// Listen on local and forwards traffic from remote. Can be specified multiple times
/// examples:
/// 'tcp://1212:google.com:443' => listen locally on tcp on port 1212 and forward to google.com on port 443
/// 'udp://1212:1.1.1.1:53' => listen locally on udp on port 1212 and forward to cloudflare dns 1.1.1.1 on port 53