Skip to content

Commit

Permalink
Merge pull request #73 from blocklessnetwork/fix/ws_port
Browse files Browse the repository at this point in the history
feat: change the default port
  • Loading branch information
Joinhack authored Jun 17, 2024
2 parents b91dd4c + 2e11e56 commit 8ea0507
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 8ea0507

Please sign in to comment.