Thomas Eizinger
Thomas Eizinger
https://github.com/firezone/firezone/pull/6831 fixes this for Firefox at least. For Chrome, I couldn't reproduce any problems on a default install of MacOS.
Fixed in #6831.
If doing the UI stuff manually is getting too complicated, we may want to look into https://github.com/firezone/firezone/issues/6384.
Possible fix via https://github.com/firezone/firezone/issues/6700.
We can make this conditional on a field `expert_commands` stored in the settings. Those can then be enabled either by manually editing the settings file (JSON for Tauri builds, PList...
Hi @AnAgHa28a, Thank you for your interest in contributing! This particular issue is still in the concept phase and we haven't decided yet whether we actually want this in the...
> Well, this can sign us out not when roaming but if a client disconnects the network adapter and connects another, right? Good thinking! Let me test that. Maybe not...
> In case we disable both sockets as a result of this, `connlib`'s network stack will completely suspend until we receive a `reset` instruction from the client. If this happens...
Perhaps discarding the socket right away is a bit too brutal? There could be network topologies in which packets to some hosts are not reachable but to others is fine....
> I think one thing that might be handy is for Gateways to report their IPv4/IPv6 connectivity to the portal. It would only need to check for a publicly-accessible route....