mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-01 07:15:32 +00:00
Allow mDNS traffic through the firewall for autodiscovery
This commit is contained in:
parent
a19b95f259
commit
3844ea59de
@ -117,6 +117,11 @@
|
||||
Port="48010"
|
||||
Protocol="udp"
|
||||
Name="Moonlight - RTSPU"/>
|
||||
<fire:FirewallException Id="MdnsFwException"
|
||||
Scope="any"
|
||||
Port="5353"
|
||||
Protocol="udp"
|
||||
Name="Moonlight - mDNS"/>
|
||||
</Component>
|
||||
<Component Id="Shortcuts" Guid="*">
|
||||
<Shortcut Id="StartMenuShortcut"
|
||||
|
Loading…
x
Reference in New Issue
Block a user