mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-23 07:19:08 +00:00
Update main.rs
This commit is contained in:
parent
017ea1a17a
commit
9ef5efb864
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue