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
general=append(general, "✔ You are connected directly (p2p)")
411
-
} else {
412
-
general=append(general, fmt.Sprintf("❗ You are connected via a DERP relay, not directly (p2p)\n%s#common-problems-with-direct-connections", d.TroubleshootingURL))
_, _=fmt.Fprintf(inv.Stderr, "✔ You are connected directly (p2p)\n")
272
+
} else {
273
+
_, _=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