xxxxxxxxxx
# in CMD Admin:
netsh advfirewall firewall add rule name="Allowing LAN connections" dir=in action=allow protocol=TCP localport=3000
netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=3000 connectaddress= <WSLip> connectport=3000
# get WSL ip with:
wsl hostname -l
ip a # in Bash