添加防火墙规则

This commit is contained in:
snltty
2024-04-07 10:38:21 +08:00
parent 2f4de40c61
commit 6fb382f78b
6 changed files with 79 additions and 10 deletions

View File

@@ -34,6 +34,8 @@ namespace cmonitor
StartupTransfer.Use(serviceProvider, config, assemblies);
FireWallHelper.Write(Path.GetFileNameWithoutExtension(System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName));
GCHelper.FlushMemory();
await Helper.Await();
}