David Lönnhager

Results 32 comments of David Lönnhager

Unless there are other issues as well, you might use version 0.3 of the nftnl crate, which builds on arm. I.e., update the Cargo.toml files to use this version.

Thanks for reporting this. I can reproduce this issue, but fixing it is not high priority right now. Is there a particular reason why you're using WSL1 rather than WSL2?

What you're doing should work, and did work when I tested it. There are just a couple of potential problems/caveats: 1. cgroup matching may not be possible for incoming connections,...

I'll close this issue. It looks like we can use [Socks*Server::local_addr](https://github.com/shadowsocks/shadowsocks-rust/blob/master/crates/shadowsocks-service/src/local/socks/server/server.rs#L56C36-L56C36) now.

Hi, We're unable to reproduce any leaks using IPv6. Is it possible that you have anchors/rules in PF that are unrelated to Mullvad? One thing you might try is check...

Have you made sure that `/etc/resolv.conf` is symlinked to `systemd-resolved`'s config? Usually `ls -l /etc/resolv.conf` should output something like this: `/etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf`. If that's not the case, `systemd-resolved` may...

@xiaolilo Is this still a problem on 2023.5?

This is now available in [2024.4-beta1](https://github.com/mullvad/mullvadvpn-app/releases/tag/2024.4-beta1). Please try it out and report any issues that you may have.

You might be able to achieve this using custom DNS already. The app ignores private IPs (except some special cases like `10.64.0.1`) when configuring the tunnel interface. So if your...

This error was fixed for me by upgrading libGDX. The crash occurred whenever two adjacent vertices in a polygon were placed near each other (due to an assertion in Box2D...