fix(ada): firewalld misstyped
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
5edf1a7f10
commit
5e4cf9763f
1 changed files with 5 additions and 5 deletions
|
|
@ -8,12 +8,12 @@ _: {
|
|||
CleanupModulesOnExit = true;
|
||||
StrictForwardPorts = true;
|
||||
logDenied = "off";
|
||||
FlushAllOnReload = "yes";
|
||||
FlushAllOnReload = true;
|
||||
ReloadPolicy = "DROP";
|
||||
RFC3964_IPv4 = "yes";
|
||||
NftablesCounters = "no";
|
||||
NftablesTableOwner = "yes";
|
||||
IndividualCalls = "no";
|
||||
RFC3964_IPv4 = true;
|
||||
NftablesCounters = false;
|
||||
NftablesTableOwner = true;
|
||||
IndividualCalls = false;
|
||||
};
|
||||
|
||||
zones = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue