mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2026-06-20 07:31:22 +00:00
Fix flip-flopped HTTP and HTTPS rule IDs
This commit is contained in:
+2
-2
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user