Skip to content

Commit

Permalink
Merge pull request #51 from xmh0511/main
Browse files Browse the repository at this point in the history
Update tun2.rs
  • Loading branch information
SajjadPourali authored Jul 25, 2024
2 parents a77221d + 210df73 commit 3baacbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tun2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {

#[cfg(target_os = "windows")]
tun_config.platform_config(|p_cfg| {
p_cfg.device_guid(Some(12324323423423434234_u128));
p_cfg.device_guid(12324323423423434234_u128);
});

let mut ipstack_config = ipstack::IpStackConfig::default();
Expand Down

0 comments on commit 3baacbf

Please sign in to comment.