mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-22 06:49:08 +00:00
minor changes
This commit is contained in:
parent
635c7e557f
commit
0ca92dcdc2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ pub struct Args {
|
|||
/// This setting is passed to the tun2 crate.
|
||||
/// See [tun2::Configuration::close_fd_on_drop].
|
||||
#[cfg(unix)]
|
||||
#[arg(long, conflicts_with = "tun")]
|
||||
#[arg(long, value_name = "true or false", conflicts_with = "tun")]
|
||||
pub close_fd_on_drop: Option<bool>,
|
||||
|
||||
/// Create a tun interface in a newly created unprivileged namespace
|
||||
|
|
Loading…
Add table
Reference in a new issue