diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-15 14:42:43 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-15 14:42:43 -0500 |
| commit | c0491fb56348c63d78b1f694f574e963f9526a9a (patch) | |
| tree | 7f592a432cf29b5e2ec695972772ce763fa4823f /MediaBrowser.ServerApplication/Native/RegisterServer.bat | |
| parent | 70aebff444b30e98365d5d4ff477e88e77430a5c (diff) | |
rework genre views
Diffstat (limited to 'MediaBrowser.ServerApplication/Native/RegisterServer.bat')
| -rw-r--r-- | MediaBrowser.ServerApplication/Native/RegisterServer.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.ServerApplication/Native/RegisterServer.bat b/MediaBrowser.ServerApplication/Native/RegisterServer.bat index 85baa0d03..504df2199 100644 --- a/MediaBrowser.ServerApplication/Native/RegisterServer.bat +++ b/MediaBrowser.ServerApplication/Native/RegisterServer.bat @@ -26,6 +26,9 @@ netsh advfirewall firewall delete rule name="Emby Server" netsh advfirewall firewall add rule name="Emby Server" dir=in action=allow protocol=TCP program=%4 enable=yes netsh advfirewall firewall add rule name="Emby Server" dir=in action=allow protocol=UDP program=%4 enable=yes +netsh advfirewall firewall add rule name="mediabrowser.serverapplication.exe" dir=in action=allow protocol=TCP program=%4 enable=yes +netsh advfirewall firewall add rule name="mediabrowser.serverapplication.exe" dir=in action=allow protocol=UDP program=%4 enable=yes + :DONE Exit
\ No newline at end of file |
