Skip to content

Instantly share code, notes, and snippets.

@ljubisa987
Created April 3, 2019 19:11
Show Gist options
  • Save ljubisa987/aea5ce04473874bcb8da133a0e8c8e0b to your computer and use it in GitHub Desktop.
Save ljubisa987/aea5ce04473874bcb8da133a0e8c8e0b to your computer and use it in GitHub Desktop.
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