Skip to content

Commit

Permalink
feat: change the default port
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Jun 17, 2024
1 parent b91dd4c commit 2e11e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasi/src/tun_thr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
},
Expand Down

0 comments on commit 2e11e56

Please sign in to comment.