Created
April 3, 2019 19:11
-
-
Save ljubisa987/aea5ce04473874bcb8da133a0e8c8e0b to your computer and use it in GitHub Desktop.
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
netsh http add urlacl url=http://+:80/ sddl="D:(A;;GX;;;AU)" | |
netsh advfirewall firewall add rule name="StreamingServer" dir=in action=allow protocol=TCP localport=8080 | |
netsh advfirewall firewall add rule name="WebServer" dir=in action=allow protocol=TCP localport=80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment