Fixed enable the firewall rule by default

This commit is contained in:
Vitaliy Dotsenko
2019-06-27 18:26:23 +03:00
parent 48404cd0ac
commit 29ab101130

View File

@@ -28,7 +28,7 @@ class Firewall implements API
string $expression,
string $action,
string $description = null,
bool $paused = true,
bool $paused = false,
int $priority = null
): array {
$rule = [