From 2e11e5689e617edc3754044d4b18c6860dd82a56 Mon Sep 17 00:00:00 2001 From: "Join.G" Date: Mon, 17 Jun 2024 22:49:26 +0800 Subject: [PATCH] feat: change the default port --- crates/wasi/src/tun_thr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wasi/src/tun_thr.rs b/crates/wasi/src/tun_thr.rs index 6afb451..0a79aa5 100644 --- a/crates/wasi/src/tun_thr.rs +++ b/crates/wasi/src/tun_thr.rs @@ -97,7 +97,7 @@ impl TunThread { Ok(tap) => tap, Err(_) => { eprintln!("tap open with configure fail. please check config, \ - tab mod must be grant the root privileges, if you use macos \ + tap mod must be grant the root privileges, if you use macos \ please install tuntap kext."); return; },