Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed Oct 3, 2024
1 parent 8b0ac94 commit 8689b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iroh_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ impl IrohNode {
.await
.map_err(Error::node_create)?
.relay_mode(relay_mode)
.enable_docs()
.bind_addr_v4(SocketAddrV4::new(
Ipv4Addr::from_str(&config_lock.iroh.bind_address).map_err(Error::node_create)?,
config_lock.iroh.bind_port,
Expand Down

0 comments on commit 8689b41

Please sign in to comment.