Browse Source

Update main.rs

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

1
src/main.rs

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

Loading…
Cancel
Save