Update main.rs

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

View file

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