Terje Larsen
Terje Larsen
Yes potentially, but there is a while until we get there. I tried to test this new feature, but it requires a bleeding edge windows version which is not under...
@573 Yes, this is an issue with the newer WSL (since 2.0.5) requires you to use `WSL_INTEROP` environment variable. There is a patch to fix this here: https://github.com/sakai135/wsl-vpnkit/pull/250 I am...
I have tested the new options: ``` [wsl2] networkingMode=mirrored dnsTunneling=true ``` Unfortunately neither worked well with my company VPN and I still had to resort to `wsl-vpnkit`. Since WSL 2.0.14,...
I managed to build with the latest Nix 2.16.0, by just updating the nix package in the inputs. But would be nice if a new release was made to include...
What do you think about this change @zimbatm?
/etc/systemd/system/pacproxy.service ``` [Unit] After=network.target Description=pacproxy [Service] ExecStart=/path/to/bin/pacproxy -c /path/to/proxy-config.pac KillMode=mixed Restart=always ```
What is not working? fry is only adding the ruby bin path to the beginning of the `PATH`. That is where my ruby binaries gets added. I have had local...
Yes, that is understandable, and I kind of agree that those things should work. Just looking at that config you have there `BUNDLE_BIN` is set to the same path as...
The new `networkingMode=mirrored` is not guaranteed to work with all VPN:s. I am currently using it, but still have to use `wsl-vpnkit` to get the connectivity working.
I also experience this same issue. I didn't test all of the versions, but 2.0.0 works. Thanks for checking, I will probably pin to 2.0.4 then for now. I don't...