mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
```[tasklist] - [x] Ensure whatever method we use to read the DNS servers actually works here, and doesn't have a strange memory ordering problem. If it does, read them from the registry by hand. - [x] Graceful exit - [x] Error handling - [x] Clean it up and integrate it with the Tauri client - [x] Replace `Notify` with channel of size one - [x] Remove `Arc` - [x] Replace `close` with panics - [x] Remove `Pin` - [x] Unit-test what happens if we register with RegNotify, close the handle, then modify our key - [x] Merge with main and call `set_dns` ```
Rust development guide
Firezone uses Rust for all data plane components. This directory contains the Linux and Windows clients, and low-level networking implementations related to STUN/TURN.
We target the last stable release of Rust using rust-toolchain.toml.
If you are using rustup, that is automatically handled for you.
Otherwise, ensure you have the latest stable version of Rust installed.