Conrad's changes

This commit is contained in:
Conrad Kramer 2023-12-09 18:37:13 -08:00
parent db1750a045
commit 30cd00fc2b
24 changed files with 206 additions and 294 deletions

View file

@ -16,8 +16,6 @@ pub struct TunOptions {
pub no_pi: bool,
/// (Linux) Avoid opening an existing persistant device.
pub tun_excl: bool,
/// (MacOS) Whether to seek the first available utun device.
pub seek_utun: Option<i32>,
/// (Linux) The IP address of the tun interface.
pub address: Option<String>,
}