mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-09 08:07:43 +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")]
|
#[arg(short, long, value_parser = Proxy::from_url, value_name = "URL")]
|
||||||
proxy: Proxy,
|
proxy: Proxy,
|
||||||
|
|
||||||
#[arg(short='d', long = "dns")]
|
#[arg(short = 'd', long = "dns")]
|
||||||
virtual_dns: bool,
|
virtual_dns: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue