ssrlive
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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, |
|
|
|
} |
|
|
|
|
|
|
|
|