diff --git a/examples/tun_wintun.rs b/examples/tun_wintun.rs index 5604986..1af173c 100644 --- a/examples/tun_wintun.rs +++ b/examples/tun_wintun.rs @@ -33,10 +33,10 @@ async fn main() -> Result<(), Box> { #[cfg(not(target_os = "windows"))] config.destination(_gateway); - #[cfg(target_os = "linux")] - config.platform_config(|config| { - config.packet_information(true); - }); + // #[cfg(target_os = "linux")] + // config.platform_config(|config| { + // config.ensure_root_privileges(true); + // }); let mut ipstack_config = ipstack::IpStackConfig::default(); ipstack_config.mtu(MTU);