summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-01 17:49:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-01 17:49:17 +0000
commit9503c25e0826215c5bbb63a419c34aa902dbdd2f (patch)
treec906c3d24aa063a2d740ae64048b8fb34996ddf3 /etc/inc/filter.inc
parent97fd5cb864dde52c3538d0ab59f74e5f27b4e35d (diff)
downloadpfsense-9503c25e0826215c5bbb63a419c34aa902dbdd2f.zip
pfsense-9503c25e0826215c5bbb63a419c34aa902dbdd2f.tar.gz
MFC 13859
Move the upnp rules to the end of the list so a user rule can block access!
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 40fa18b..f47c0b6 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1759,9 +1759,6 @@ anchor "packageearly"
# carp
anchor "carp"
-# uPnPd
-anchor "miniupnpd"
-
EOD;
if(!isset($config['system']['disableftpproxy'])) {
@@ -2395,6 +2392,9 @@ EOD;
}
$ipfrules .= <<<EOD
+# uPnPd
+anchor "miniupnpd"
+
#---------------------------------------------------------------------------
# default rules (just to be sure)
#---------------------------------------------------------------------------
OpenPOWER on IntegriCloud