Add daemon-owned Iroh endpoint
This commit is contained in:
parent
b892dc6165
commit
ebc40ed208
14 changed files with 3930 additions and 431 deletions
|
|
@ -503,6 +503,10 @@ fn print_response(response: ControlResponse, json: bool) -> Result<()> {
|
|||
println!("socket: {}", status.socket.display());
|
||||
println!("agent: {}", status.agent_id);
|
||||
println!("node: {}", status.node_id);
|
||||
println!(
|
||||
"endpoint: {}",
|
||||
status.endpoint_id.as_deref().unwrap_or("not started")
|
||||
);
|
||||
println!("iroh: {}", status.iroh);
|
||||
}
|
||||
ControlResponse::NodeId(node) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue