Browse Source

minor changes

pull/166/head
ssrlive 2 years ago
parent
commit
23d4e59367
  1. 1
      src/bin/udpgw_server.rs

1
src/bin/udpgw_server.rs

@ -29,6 +29,7 @@ impl Client {
}
#[derive(Debug, Clone, clap::Parser)]
#[command(author, version, about = "UDP Gateway Server for tun2proxy", long_about = None)]
pub struct UdpGwArgs {
/// UDP gateway listen address
#[arg(short, long, value_name = "IP:PORT", default_value = "127.0.0.1:7300")]

Loading…
Cancel
Save