From 90c5185d4f1502546e916c106ce8794e430e1e6c Mon Sep 17 00:00:00 2001 From: bbruns Date: Mon, 12 May 2014 21:09:02 +0000 Subject: [PATCH] --- etc/main.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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