receive_dns_over_tcp_packet_and_write_to_client

This commit is contained in:
ssrlive 2023-08-22 23:43:27 +08:00
parent 9880741dc1
commit d7d69ce927
2 changed files with 83 additions and 3 deletions

View file

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