Skip to content

Fix bug that advanced parameter "--ip"

hogezero requested to merge hogezero/kali-win-kex:kali/master into kali/master

I added the line localhostForwarding=false to .wslconfig and tried window mode giving the advanced parameter "--ip".
However, It did not work.
I checked the code and found that it was caused by 127.0.0.1 being specified.
So, I tried changing 127.0.0.1 to ${HOST}.
As a result, I was able to confirm that it works fine in window mode as well.

Merge request reports

Loading