mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
The only semantic changes are: - Add context to Windows errors - Refactor some `bail!`'s that could be `context`'s The rest is updating comments: - Add `SAFETY: TODO` for unmarked unsafe blocks - Elaborate on existing SAFETY comments - Close completed TODOs - Link in Github issues for open TODOs - Mark invariants or inter-dependencies between files that aren't captured by tests or types yet --------- Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com>
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.