From d680caf25b050b212aae7cf65250be368b82d539 Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 20 Nov 2012 08:46:49 +0000 Subject: Do not process ip options by default this is 2012 --- etc/inc/globals.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index cba67d3..fc63395 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -143,7 +143,8 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024", "net.inet.icmp.icmplim" => "0", "vfs.read_max" => "32", "kern.ipc.maxsockbuf" => "4262144", - "debug.pfftpproxy" => "0" + "debug.pfftpproxy" => "0", + "net.inet.ip.process_options" => 0 ); $config_parsed = false; -- cgit v1.1