Created
September 14, 2020 20:32
-
-
Save IAmStoxe/ac758dafeac5210244a4120149c17f4d to your computer and use it in GitHub Desktop.
Add a rule to the Windows firewall to allow port forwarding.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New-NetFirewallRule -DisplayName "WSL" -Direction Inbound -InterfaceAlias "vEthernet (WSL)" -Action Allow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment