mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-03 00:06:11 +00:00
Fix flip-flopped HTTP and HTTPS rule IDs
This commit is contained in:
parent
dbf43ac7a1
commit
ac92212464
@ -81,12 +81,12 @@
|
|||||||
</File>
|
</File>
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id="GameStreamFirewallRules" Guid="{16CA2511-B533-46F8-8882-F8AEEFDFD7DF}" KeyPath="yes">
|
<Component Id="GameStreamFirewallRules" Guid="{16CA2511-B533-46F8-8882-F8AEEFDFD7DF}" KeyPath="yes">
|
||||||
<fire:FirewallException Id="HttpFwException"
|
<fire:FirewallException Id="HttpsFwException"
|
||||||
Scope="any"
|
Scope="any"
|
||||||
Port="47984"
|
Port="47984"
|
||||||
Protocol="tcp"
|
Protocol="tcp"
|
||||||
Name="Moonlight - HTTPS"/>
|
Name="Moonlight - HTTPS"/>
|
||||||
<fire:FirewallException Id="HttpsFwException"
|
<fire:FirewallException Id="HttpFwException"
|
||||||
Scope="any"
|
Scope="any"
|
||||||
Port="47989"
|
Port="47989"
|
||||||
Protocol="tcp"
|
Protocol="tcp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user