Reactor Scram

Results 221 comments of Reactor Scram

If we translated addresses from some FZ-controlled domain to real ones, e.g. `https://ifconfig.net.dns.firezone` to `https://ifconfig.net` then the caching would behave correctly... But TLS wouldn't work, and it wouldn't quite be...

@jamilbk Without thinking of compatibility or how to make Tauri fit this, this would work for me: For package filenames, `brand-product_version_arch.extension` - `firezone-client-gui_1.0.0-pre.14_amd64.deb` - `firezone-client-gui_1.0.0-pre.14_amd64.msi` - `firezone-client-headless_1.0.0-pre.14_amd64.deb` - `firezone-client-headless_1.0.0-pre.14_amd64.msi` `firezone-client-gui_1.0.0-pre.14_amd64.deb`...

Yeah adding a manifest to the website and keeping the binaries themselves on Github for now sounds good I might use the Windows Client as a guinea pig today to...

@conectado I have a local branch for this, but I still don't quite like it. If I have `close` then it's easier to control when everything shuts down, e.g. I...

Not really. I think the current design achieves both goals: (https://github.com/firezone/firezone/blob/184c982d756076734ae62ae4ec463b91b0e4bec8/rust/gui-client/src-tauri/src/client/network_changes/windows.rs#L243) - `Drop` automatically calls `close` and panics if anything goes wrong - You can manually call `close` and then...

okay I'll try installing Docker Desktop :(

I don't think they're building it for aarch64 Ubuntu yet

I have the apt packages `docker.io` and `docker-compse`, I'm not sure if those are Docker Engine or something else