minor changes

This commit is contained in:
ssrlive 2024-11-11 11:51:28 +08:00
parent 28d54be638
commit 23d4e59367

View file

@ -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")]