Browse Source

Update main.rs

pull/14/head
ssrlive 3 years ago
committed by GitHub
parent
commit
017ea1a17a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/main.rs

4
src/main.rs

@ -13,10 +13,10 @@ struct Args {
tun: String,
/// The proxy URL in the form proto://[username[:password]@]host:port
#[arg(short, long = "proxy", value_parser = Proxy::from_url, value_name = "URL")]
#[arg(short, long, value_parser = Proxy::from_url, value_name = "URL")]
proxy: Proxy,
#[arg(short, long = "dns")]
#[arg(short='d', long = "dns")]
virtual_dns: bool,
}

Loading…
Cancel
Save