creating networks wip

This commit is contained in:
2025-04-07 16:39:53 +01:00
parent 32d30e00aa
commit b2070e052d
11 changed files with 108 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ use App\Enums\Concerns\Arrayable;
enum FirewallRuleType: string
{
use Arrayable;
case ALLOW = 'allow';
case DENY = 'deny';
}