superfly / flyctl

Command line tools for fly.io services
https://fly.io
Apache License 2.0
1.36k stars 224 forks source link

Provide a more meaningful error when probing wg fails #3620

Closed timflyio closed 1 month ago

timflyio commented 1 month ago

Change Summary

What and Why: Updating the error message that gets shown to the user when probing the connection after establishing a wg peer. The original error message did not convey much information and was confusing.

How: Rewrite the error to include more info and to translate the meaning of "context timeout" to something understandable.

Related to:


Documentation