Skip to content

Commit ced16b0

Browse files
committed
print diagnostics URL
1 parent 8f4de6f commit ced16b0

File tree

1 file changed

+1
-0
lines changed
  • iroh-pkarr-node-discovery/examples

1 file changed

+1
-0
lines changed

iroh-pkarr-node-discovery/examples/chat.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ async fn chat_server() -> anyhow::Result<()> {
3030
let zid = pkarr::PublicKey::try_from(*node_id.as_bytes())?.to_z32();
3131
println!("Listening on {}", node_id);
3232
println!("pkarr z32: {}", zid);
33+
println!("see https://app.pkarr.org/?pk={}", zid);
3334
while let Some(connecting) = endpoint.accept().await {
3435
tokio::spawn(async move {
3536
let connection = connecting.await?;

0 commit comments

Comments
 (0)