Skip to content

Commit

Permalink
Add tests, some small fixes and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Jun 8, 2024
1 parent f4bd06d commit 295414b
Show file tree
Hide file tree
Showing 6 changed files with 275 additions and 923 deletions.
2 changes: 1 addition & 1 deletion iroh-cli/src/commands/doctor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pub enum Commands {
#[clap(long)]
stun_host: Option<String>,
/// The port of the STUN server.
#[clap(long, default_value_t = DEFAULT_RELAY_STUN_PORT)]
#[clap(long, default_value_t = DEFAULT_STUN_PORT)]
stun_port: u16,
},
/// Wait for incoming requests from iroh doctor connect
Expand Down
Loading

0 comments on commit 295414b

Please sign in to comment.