mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 18:18:55 +00:00
In order to see all things that went wrong during a test run, we install a special subscriber with the logger for `tunnel_test` that panics after it has received at least 1 `ERROR` log. The panics changed in this PR are still from a time when we didn't have that. We change them so that we have better diagnostics for when they get hit.
Connlib
Firezone's connectivity library shared by all clients.
Building Connlib
You shouldn't need to build connlib directly; it's typically built as a dependency of one of the other Firezone components. See READMEs in those directories for relevant instructions.