
Configuring WSL
First they run a VPN client on the host machine and then they go to user’s folder:
cd %UserProfile%
create .wslconfig
file with the following content:
[wsl2]
memory=30GB
swap=10GB
networkingMode=mirrored
dnsTunneling=true
autoProxy=true