David Lönnhager
David Lönnhager
I'm trying to run a local SOCKS server using the service crate. It's pretty useful to assign a random port by binding sockets to `127.0.0.1:0`. There's currently no good way...
This PR is partially based on (and supersedes) https://github.com/mullvad/mullvadvpn-app/pull/3537. Changes: * Updates Go in GitHub actions, Dockerfiles, etc., to version 1.18.5. * Updates wireguard-go. * Updates the Docker image used...
This PR updates the daemon to check whether the driver service needs to be installed each time it starts. Previously, this was handled in the installer. Improvements: * The main...
`Ipv4Network::size` panics if `self.prefix == 0` since the result is too large (`2^32`): pub fn size(self) -> u32 { let host_bits = u32::from(IPV4_BITS - self.prefix); (2 as u32).pow(host_bits) } This...
Could the "Enable rich text editor" link be replaced with a link back to the source code editor?
Which might link to a page where you can change your password and email address? Currently you can't see whom you're logged in as.