Browse Source

Update main.rs

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

2
src/main.rs

@ -16,7 +16,7 @@ struct Args {
#[arg(short, long, value_parser = Proxy::from_url, value_name = "URL")]
proxy: Proxy,
#[arg(short='d', long = "dns")]
#[arg(short = 'd', long = "dns")]
virtual_dns: bool,
}

Loading…
Cancel
Save