Jon Häggblad
Jon Häggblad
The text background in the completion window seems mismatched with the rest of the popup window? 
To allow the UI to make sure it's in sync with the background daemon, append network info to the info response
Add support for min-gateway-performance across all components in `nym-vpn-core`.
Extract out `nym-wg-gateway-client` into its own crate, as it's a mostly independent module - **Remove bare AddrParseError** - **Rename config to wireguard_config mod** - **Restrict pub -> pub(crate) across the...
- **Create vpn module and move stuff from lib.rs there** - **Split into sub-mods** - **Re-pub top-level symbols**
- **Send v7 requests** - **Sign connect request**
I've noticed that the mix traffic controller can block on sending websocket messages, and in particular it ends up stalling shutdown when it's connected to a gateway that is not...
# Nym VPN minimal mixnet CLI PoC Minimal mixnet VPN PoC. Basically consisting of two components - A simple CLI client that captures all local IP traffic and sends it...