From dc074b0f7187a2f9fafdab31fb3dada0d4d1f476 Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 10 Jan 2011 16:09:41 -0500 Subject: Update config.xml to a more recent version, include a cron job for URL table aliases updates. --- conf.default/config.xml | 145 ++++++++++++++++-------------------------------- 1 file changed, 49 insertions(+), 96 deletions(-) diff --git a/conf.default/config.xml b/conf.default/config.xml index f5ea2c9..a946c3c 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -1,142 +1,142 @@ - 6.8 + 7.6 pfsense_ng - Increase UFS read-ahead speeds to match current state of hard drives and NCQ. More information here: http://ivoras.sharanet.org/blog/tree/2010-11-19.ufs-read-ahead.html + vfs.read_max default - Set the ephemeral port range to be lower. + net.inet.ip.portrange.first default - Drop packets to closed TCP ports without returning a RST + net.inet.tcp.blackhole default - Do not send ICMP port unreachable messages for closed UDP ports + net.inet.udp.blackhole default - Randomize the ID field in IP packets (default is 0: sequential IP IDs) + net.inet.ip.random_id default - Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway) + net.inet.tcp.drop_synfin default - Enable sending IPv4 redirects + net.inet.ip.redirect default - Enable sending IPv6 redirects + net.inet6.ip6.redirect default - Generate SYN cookies for outbound SYN-ACK packets + net.inet.tcp.syncookies default - Maximum incoming/outgoing TCP datagram size (receive) + net.inet.tcp.recvspace default - Maximum incoming/outgoing TCP datagram size (send) + net.inet.tcp.sendspace default - IP Fastforwarding + net.inet.ip.fastforwarding default - Do not delay ACK to try and piggyback it onto a data packet + net.inet.tcp.delayed_ack default - Maximum outgoing UDP datagram size + net.inet.udp.maxdgram default - Handling of non-IP packets which are not passed to pfil (see if_bridge(4)) + net.link.bridge.pfil_onlyip default - Set to 0 to disable filtering on the incoming and outgoing member interfaces. + net.link.bridge.pfil_member default - Set to 1 to enable filtering on the bridge interface + net.link.bridge.pfil_bridge default - Allow unprivileged access to tap(4) device nodes + net.link.tap.user_open default - Verbosity of the rndtest driver (0: do not display results on console) + kern.rndtest.verbose default - Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid()) + kern.randompid default - Maximum size of the IP input queue + net.inet.ip.intr_queue_maxlen default - Disable CTRL+ALT+Delete reboot from keyboard. + hw.syscons.kbd_reboot default - Enable TCP Inflight mode + net.inet.tcp.inflight.enable default - Enable TCP extended debugging + net.inet.tcp.log_debug default - Set ICMP Limits + net.inet.icmp.icmplim default - TCP Offload Engine + net.inet.tcp.tso default - Maximum socket buffer size + kern.ipc.maxsockbuf default @@ -145,18 +145,18 @@ normal pfSense localdomain - + all - All Users + system 1998 0 admins - System Administrators + system 1999 0 @@ -164,7 +164,7 @@ admin - System Administrator + system admins $1$dSJImFph$GvZ7.1UbuWu.Yb8etC0re. @@ -299,9 +299,9 @@ - - - + + + - - - - - + + public - + @@ -467,7 +422,7 @@ pass - Default allow LAN to any rule + lan lan @@ -698,13 +653,13 @@ /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot - */5 - * + 30 + 12 * * * root - /usr/bin/nice -n20 /usr/local/bin/checkreload.sh + /usr/bin/nice -n20 /etc/rc.update_urltables @@ -723,21 +678,19 @@ ICMP icmp - ICMP - - + + TCP tcp - Generic TCP - - + + HTTP http - Generic HTTP + / @@ -747,7 +700,7 @@ HTTPS https - Generic HTTPS + / @@ -757,7 +710,7 @@ SMTP send - Generic SMTP + EHLO nosuchhost 250- -- cgit v1.1