ssrlive
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/main.rs
|
|
@ -16,6 +16,7 @@ struct Args { |
|
|
#[arg(short, long, value_parser = Proxy::from_url, value_name = "URL")] |
|
|
#[arg(short, long, value_parser = Proxy::from_url, value_name = "URL")] |
|
|
proxy: Proxy, |
|
|
proxy: Proxy, |
|
|
|
|
|
|
|
|
|
|
|
/// Enable virtual DNS feature
|
|
|
#[arg(short = 'd', long = "dns")] |
|
|
#[arg(short = 'd', long = "dns")] |
|
|
virtual_dns: bool, |
|
|
virtual_dns: bool, |
|
|
} |
|
|
} |
|
|
|