Matt Hensman

Results 90 comments of Matt Hensman

@sabaatworld I had a local build based on the kfix code at one point, but I found it to be very unreliable. Might be worth taking another look at, since...

I would have published it there, but it requires a registration fee. I don't use Chrome, so it's just not important enough to me personally, especially when there's no guarantee...

I wasn't aware Mullvad had Russian servers? The extension itself doesn't bundle specific servers, since the list is [fetched from the API](https://api.mullvad.net/www/relays/wireguard/).

Interesting, thanks. I'll look into switching it over to that API.

Sure, I'll look at adding it when I next have some time to work on this.

It looks like a runtime issue of some kind. The version of Node.js used is bundled with the executable (using Pkg, as the message indicates), so the system version doesn't...

The bridge does at least appear to be functioning in some way. You can safely ignore the Avahi warning. It looks like there's something wrong with the native messaging manifest...

I don't have an easy way to test this since removing Rosetta seems to require disabling SIP and manually deleting files. Some searching seems to suggest this is due to...

The normal way the extension communicates with the bridge is via the native messaging extension API. If the bridge is installed properly, there _shouldn't_ be any need for any config...

All I can think of that might cause this is some incompatibility with the older versions of the dependencies (Node.js/Bonjour) on Windows 11. If that's the cause, the real fix...