mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-02 07:45:31 +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"
|
Port="48010"
|
||||||
Protocol="udp"
|
Protocol="udp"
|
||||||
Name="Moonlight - RTSPU"/>
|
Name="Moonlight - RTSPU"/>
|
||||||
|
<fire:FirewallException Id="MdnsFwException"
|
||||||
|
Scope="any"
|
||||||
|
Port="5353"
|
||||||
|
Protocol="udp"
|
||||||
|
Name="Moonlight - mDNS"/>
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id="Shortcuts" Guid="*">
|
<Component Id="Shortcuts" Guid="*">
|
||||||
<Shortcut Id="StartMenuShortcut"
|
<Shortcut Id="StartMenuShortcut"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user