diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-09-01 17:49:17 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-09-01 17:49:17 +0000 |
commit | 9503c25e0826215c5bbb63a419c34aa902dbdd2f (patch) | |
tree | c906c3d24aa063a2d740ae64048b8fb34996ddf3 /etc | |
parent | 97fd5cb864dde52c3538d0ab59f74e5f27b4e35d (diff) | |
download | pfsense-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')
-rw-r--r-- | etc/inc/filter.inc | 6 |
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) #--------------------------------------------------------------------------- |