diff --git a/etc/main.conf b/etc/main.conf index d87f7c4..ff37d80 100644 --- a/etc/main.conf +++ b/etc/main.conf @@ -43,4 +43,7 @@ DebugColor="PURPLE" # There are two types of state matches available, old style # state matching using '--state' and new style '--ctstate' # Values: state | conntrack (default) -StateMatching="conntrack" \ No newline at end of file +StateMatching="conntrack" + +# Enable sysctl tweaks from the tweaks.conf file +EnableSysctlTweaks="yes" \ No newline at end of file