diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-09-25 00:34:23 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-09-25 00:34:23 +0000 |
commit | f3af8b4a6052ac2b57e378eb91e976c8a9cb7c20 (patch) | |
tree | 5d251ad67afbb69d727377638e8b310f40fae7e1 /etc/inc | |
parent | 759cfd0c9bc69a593e5957706056a24a1c978d0a (diff) | |
download | pfsense-f3af8b4a6052ac2b57e378eb91e976c8a9cb7c20.zip pfsense-f3af8b4a6052ac2b57e378eb91e976c8a9cb7c20.tar.gz |
Shhh... Be vewy qwiet. We are adding snort2c table.
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/filter.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index ccd7d11..e701767 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2413,8 +2413,8 @@ EOD; } $ipfrules .= <<<EOD -# uPnPd -anchor "miniupnpd" +# snort2c +table <snort2c> persist anchor "ftpproxy" anchor "pftpx/*" @@ -2461,6 +2461,9 @@ EODEOD; $ipfrules .= <<<EOD +# uPnPd +anchor "miniupnpd" + #--------------------------------------------------------------------------- # default rules (just to be sure) #--------------------------------------------------------------------------- |