Update main.rs

This commit is contained in:
ssrlive 2023-03-23 22:40:26 +08:00 committed by GitHub
parent 9ef5efb864
commit 2540daa423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
}