You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_, _=fmt.Fprintf(inv.Stderr, "✔ You are connected directly (p2p)\n")
280
+
msg:="✔ You are connected directly (p2p)"
281
+
ifoverPrivateNetwork {
282
+
msg+=", over a private network"
283
+
}
284
+
_, _=fmt.Fprintln(inv.Stderr, msg)
280
285
} else {
281
286
_, _=fmt.Fprintf(inv.Stderr, "❗ You are connected via a DERP relay, not directly (p2p)\n%s#common-problems-with-direct-connections\n", connDiags.TroubleshootingURL)
0 commit comments