fix(ada): firewalld misstyped

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-29 00:38:57 +03:00
parent 5edf1a7f10
commit 5e4cf9763f

View file

@ -8,12 +8,12 @@ _: {
CleanupModulesOnExit = true; CleanupModulesOnExit = true;
StrictForwardPorts = true; StrictForwardPorts = true;
logDenied = "off"; logDenied = "off";
FlushAllOnReload = "yes"; FlushAllOnReload = true;
ReloadPolicy = "DROP"; ReloadPolicy = "DROP";
RFC3964_IPv4 = "yes"; RFC3964_IPv4 = true;
NftablesCounters = "no"; NftablesCounters = false;
NftablesTableOwner = "yes"; NftablesTableOwner = true;
IndividualCalls = "no"; IndividualCalls = false;
}; };
zones = { zones = {