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