mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-20 22:09:09 +00:00
minor changes
This commit is contained in:
parent
28d54be638
commit
23d4e59367
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ impl Client {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, clap::Parser)]
|
#[derive(Debug, Clone, clap::Parser)]
|
||||||
|
#[command(author, version, about = "UDP Gateway Server for tun2proxy", long_about = None)]
|
||||||
pub struct UdpGwArgs {
|
pub struct UdpGwArgs {
|
||||||
/// UDP gateway listen address
|
/// UDP gateway listen address
|
||||||
#[arg(short, long, value_name = "IP:PORT", default_value = "127.0.0.1:7300")]
|
#[arg(short, long, value_name = "IP:PORT", default_value = "127.0.0.1:7300")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue