Created
February 21, 2022 14:55
-
-
Save ash2shukla/457fa22f057b1e580a63875422b3bd36 to your computer and use it in GitHub Desktop.
This file contains 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
netsh advfirewall firewall add rule name="Allowing LAN connections" dir=in action=allow protocol=TCP localport=9999 | |
netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=9999 connectaddress=localhost connectport=9999 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment