mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-23 01:20:52 +00:00
receive_dns_over_tcp_packet_and_write_to_client
This commit is contained in:
parent
9880741dc1
commit
d7d69ce927
2 changed files with 83 additions and 3 deletions
|
@ -41,7 +41,7 @@ struct Args {
|
|||
#[arg(short, long, value_name = "level", value_enum, default_value = "info")]
|
||||
verbosity: ArgVerbosity,
|
||||
|
||||
/// DNS over TCP
|
||||
/// Enable DNS over TCP
|
||||
#[arg(long)]
|
||||
dns_over_tcp: bool,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue