first commit
This commit is contained in:
9
Services/Interfaces/IFirewallService.cs
Normal file
9
Services/Interfaces/IFirewallService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using HanaToolbox.Config;
|
||||
|
||||
namespace HanaToolbox.Services.Interfaces;
|
||||
|
||||
public interface IFirewallService
|
||||
{
|
||||
/// <summary>Applies the saved firewall config non-interactively (cron mode).</summary>
|
||||
Task ApplyAsync(FirewallConfig config, CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user