Skip to content

Instantly share code, notes, and snippets.

@killnine
Created January 7, 2015 04:30
Show Gist options
  • Save killnine/786542991030877b439d to your computer and use it in GitHub Desktop.
Save killnine/786542991030877b439d to your computer and use it in GitHub Desktop.
SignalR URL Reservation
@echo Run me as administrator
netsh advfirewall firewall delete rule name="YourSignalRService (SignalR)"
netsh advfirewall firewall add rule name="YourSignalRService (SignalR)" dir=in action=allow protocol=TCP localport=6790
netsh http add urlacl url=http://+:6790/ user=Users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment