Add Iroh relay mode config

This commit is contained in:
Eric Wendland 2026-05-16 03:17:45 +02:00
commit 0f2ad755d9
13 changed files with 210 additions and 21 deletions

View file

@ -507,6 +507,7 @@ fn print_response(response: ControlResponse, json: bool) -> Result<()> {
"endpoint: {}",
status.endpoint_id.as_deref().unwrap_or("not started")
);
println!("iroh relay: {}", status.iroh_relay_mode);
println!("iroh: {}", status.iroh);
}
ControlResponse::NodeId(node) => {