mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 13:07:07 +01:00
Correct firewall rule name for OpenDream
This commit is contained in:
@@ -102,7 +102,7 @@ namespace Tgstation.Server.Host.Components.Engine
|
||||
// I really wish we could add the instance name here but
|
||||
// 1. It'd make IByondInstaller need to be transient per-instance and WindowsByondInstaller relys on being a singleton for its DX installer call
|
||||
// 2. The instance could be renamed, so it'd have to be an unfriendly ID anyway.
|
||||
var ruleName = $"TGS DreamDaemon {version}";
|
||||
var ruleName = $"TGS OpenDream {version}";
|
||||
|
||||
exitCode = await WindowsFirewallHelper.AddFirewallException(
|
||||
ProcessExecutor,
|
||||
|
||||
Reference in New Issue
Block a user