mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Previously, we had a dedicated timer for this within the tunnel implementation. Now that we have control over the internals of our connection via `snownet`, we can timeout the connection if we don't receive a candidate from the remote within 10s.
Nix tooling
To use the dev-shell specified in this repository, simply run nix develop.
There is also an .envrc file at the repository root, meaning if you have direnv installed and hooked up for your shell, nix develop will be run automatically as soon as you enter the repository.