Skip to content

Instantly share code, notes, and snippets.

@kevincolten
Created August 17, 2018 16:54
Embed
What would you like to do?
Localhost in Windows VirtualBox
In your wWindows VM admin powershell:
netsh interface portproxy add v4tov4 listenport=3000 connectport=3000 connectaddress=10.0.2.2 protocol=tcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment